Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Sphinx / tests / roots / test-domain-py / roles.rst
Size: Mime:
roles
=====

.. py:class:: TopLevel

.. py:method:: top_level

* :py:class:`TopLevel`
* :py:meth:`top_level`


.. py:class:: NestedParentA

    * Link to :py:meth:`child_1`

    .. py:method:: child_1()

        * Link to :py:meth:`NestedChildA.subchild_2`
        * Link to :py:meth:`child_2`
        * Link to :any:`any_child`

    .. py:method:: any_child()

        * Link to :py:class:`NestedChildA`

    .. py:class:: NestedChildA

        .. py:method:: subchild_1()

            * Link to :py:meth:`subchild_2`

        .. py:method:: subchild_2()

            Link to :py:meth:`NestedParentA.child_1`

    .. py:method:: child_2()

        Link to :py:meth:`NestedChildA.subchild_1`

.. py:class:: NestedParentB

    * Link to :py:meth:`child_1`

    .. py:method:: child_1()

        * Link to :py:class:`NestedParentB`

* :py:class:`NestedParentA.NestedChildA`