.. _f-myexample: module ``subproject.myexample`` =============================== .. inheritance-diagram:: python3_module_template.subproject.myexample Short summary +++++++++++++ module ``python3_module_template.subproject.myexample`` This the documentation of this module (myexampleb). :githublink:`%|py|7` Classes +++++++ +-------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+ | class | truncated documentation | +=========================================================================+==============================================================================================================================+ | :class:`myclass ` | This is the documentation for this class. **example with a sphinx directives** It works everywhere in the documentation. ... | +-------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+ Methods +++++++ +-------------------------------------------------------------------------------------+---------------------------------------------+ | method | truncated documentation | +=====================================================================================+=============================================+ | :py:meth:`__init__ ` | documentation for the constructor | +-------------------------------------------------------------------------------------+---------------------------------------------+ | :meth:`get_value ` | returns the parameter multiplied by a value | +-------------------------------------------------------------------------------------+---------------------------------------------+ Documentation +++++++++++++ .. automodule:: python3_module_template.subproject.myexample :members: :special-members: __init__ :show-inheritance: