class documentation

class ListTable(Table):

View In Hierarchy

Implement tables whose data is encoded as a uniform two-level bullet list. For further ideas, see http://docutils.sf.net/docs/dev/rst/alternatives.html#list-driven-tables
Method build​_table​_from​_list Undocumented
Method check​_list​_content Undocumented
Method run Undocumented
Class Variable option​_spec Mapping of option names to validator functions.

Inherited from Table:

Method check​_table​_dimensions Undocumented
Method extend​_short​_rows​_with​_empty​_cells Undocumented
Method get​_column​_widths Undocumented
Method make​_title Undocumented
Method process​_header​_option Undocumented
Method set​_table​_width Undocumented
Class Variable final​_argument​_whitespace May the final argument contain whitespace?
Class Variable has​_content May the directive have content?
Class Variable optional​_arguments Number of optional arguments after the required arguments.
Property widths Undocumented

Inherited from Directive (via Table):

Method __init__ Undocumented
Method add​_name Append self.options['name'] to node['names'] if it exists.
Method assert​_has​_content Throw an ERROR-level DirectiveError if the directive doesn't have contents.
Method debug Undocumented
Method directive​_error Return a DirectiveError suitable for being thrown as an exception.
Method error Undocumented
Method info Undocumented
Method severe Undocumented
Method warning Undocumented
Class Variable required​_arguments Number of required directive arguments.
Instance Variable arguments Undocumented
Instance Variable block​_text Undocumented
Instance Variable content Undocumented
Instance Variable content​_offset Undocumented
Instance Variable lineno Undocumented
Instance Variable name Undocumented
Instance Variable options Undocumented
Instance Variable state Undocumented
Instance Variable state​_machine Undocumented
def build_table_from_list(self, table_data, col_widths, header_rows, stub_columns):

Undocumented

def check_list_content(self, node):

Undocumented

def run(self):

Undocumented

option_spec =
Mapping of option names to validator functions.