cell2module.pl.BasicClass ========================= .. currentmodule:: cell2module.pl .. add toctree option to make autodoc generate the pages .. autoclass:: BasicClass Attributes table ~~~~~~~~~~~~~~~~~~ .. autosummary:: ~cell2module.pl.BasicClass.my_attribute ~cell2module.pl.BasicClass.my_other_attribute Methods table ~~~~~~~~~~~~~ .. autosummary:: ~cell2module.pl.BasicClass.my_method ~cell2module.pl.BasicClass.my_other_method Attributes ~~~~~~~~~~~ my_attribute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. autoattribute:: BasicClass.my_attribute my_other_attribute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. autoattribute:: BasicClass.my_other_attribute Methods ~~~~~~~ my_method ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. automethod:: BasicClass.my_method my_other_method ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. automethod:: BasicClass.my_other_method