.. toctree:: + Demo

Note

This documentation was generated with the following setting in conf.py:

toctree_plus_types = {"class", "function", "data"}

Attention

Observe that the methods of AClass do not appear in the TOC. This is a known limitation.

class AClass
__repr__()
__str__()
__int__()
__float__()
months = ['Jan', 'Feb', ...]
a_function(foo, bar, baz)