class Doc
Class respresenting the documentation information of the data schema.
attribute markdown_table_header_rows
Returns a list of the a markdown table header strings
attribute markdown_table
Returns a string representing a data schema documentation table in Markdown format (multiline string).
attribute nice_yaml
Returns a string representing a data schema documentation table in nice YAML format (multiline string).
attribute rows
Returns a list of DocTableRow object, representing the data schema documentation.