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 / module.rst
Size: Mime:
module
======

.. py:module:: module_a.submodule

* Link to :py:class:`ModTopLevel`

.. py:class:: ModTopLevel

    * Link to :py:meth:`mod_child_1`
    * Link to :py:meth:`ModTopLevel.mod_child_1`

.. py:method:: ModTopLevel.mod_child_1

    * Link to :py:meth:`mod_child_2`

.. py:method:: ModTopLevel.mod_child_2

    * Link to :py:meth:`module_a.submodule.ModTopLevel.mod_child_1`

.. py:property:: ModTopLevel.prop

   * Link to :py:attr:`prop attribute <.prop>`
   * Link to :py:meth:`prop method <.prop>`

.. py:currentmodule:: None

.. py:class:: ModNoModule

.. py:module:: module_b.submodule

* Link to :py:class:`ModTopLevel`

.. py:class:: ModTopLevel

    * Link to :py:class:`ModNoModule`

.. py:function:: foo(x, y)

   :param x: param x
   :type  x: int
   :param y: param y
   :type  y: tuple(str, float)
   :rtype:   list

.. py:attribute:: attr1

   :type: ModTopLevel

.. py:attribute:: attr2

   :type: :doc:`index`

.. py:module:: exceptions

.. py:exception:: Exception

.. py:module:: object

.. py:function:: sum()