.. _l-classes: Classes ======= .. contents:: :local: :depth: 1 Summary +++++++ +-------------------------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+ | class | class parent | truncated documentation | +===================================================================================================================+==============+==========================================================================================================================================================+ | :class:`NotImplementedClass ` | | this class should be excluded from the code coverage | +-------------------------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+ | :class:`myclass ` | | This is the documentation for this class. **example with a sphinx directives** It works everywhere in the documentation. ... | +-------------------------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+ | :class:`myclass2 ` | | This is the documentation for this class. | +-------------------------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+ | :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`. ... | +-------------------------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+