contents(name, arguments, options, content, lineno, content_offset, block_text, state, state_machine)
Table of contents.
The table of contents is generated in two passes: initial parse and transform. During the initial parse, a 'pending' element is generated which acts as a placeholder, storing the TOC title and any options internally. At a later stage in the processing, the 'pending' element is replaced by a 'topic' element, a title and the table of contents proper.
arguments
(type:
_Proxy
)
(0, 1, 1)
options
(type:
_Proxy
)
{'depth': <function nonnegative_int at 0x41b31d4c>, 'local': <function flag at 0x41b31bfc>, 'backlinks': <function backlinks at 0x41b90e9c>, 'class': <function class_option at 0x41b31e2c>}