.. _f-myexampleb: module ``subproject.myexampleb`` ================================ .. inheritance-diagram:: python3_module_template.subproject.myexampleb Short summary +++++++++++++ module ``python3_module_template.subproject.myexampleb`` This the documentation of this module (myexampleb). :githublink:`%|py|5` Classes +++++++ +----------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+ | class | truncated documentation | +============================================================================+==========================================================================================================================================================+ | :class:`myclassb ` | This is the documentation for this class. Inherits from :class:`myclass`. An example on how to share: :sharenet:`facebook-linkedin-twitter-20-body`. ... | +----------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+ Functions +++++++++ +---------------------------------------------------------------------------------+----------------------------------+ | function | truncated documentation | +=================================================================================+==================================+ | :func:`onefunction ` | Returns the addition of ``a+b``. | +---------------------------------------------------------------------------------+----------------------------------+ Methods +++++++ +--------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------+ | method | truncated documentation | +==================================================================================================+===============================================================================================+ | :py:meth:`__init__ ` | | +--------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------+ | :meth:`method_napoleon ` | Example of a docstring used by *sphinx.ext.napoleon* extension. Args: v1 (int): a integer ... | +--------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: python3_module_template.subproject.myexampleb :members: :special-members: __init__ :show-inheritance: