Back to Numpy

Base

doc/source/_templates/autosummary/base.rst

2.5.0.dev0441 B
Original Source

{% if objtype == 'property' %} :orphan: {% endif %}

{{ fullname | escape | underline}}

.. currentmodule:: {{ module }}

{% if objtype == 'property' %} property {% endif %}

.. auto{{ objtype }}:: {{ fullname | replace("numpy.", "numpy::") }}

{# In the fullname (e.g. numpy.ma.MaskedArray.methodname), the module name is ambiguous. Using a :: separator (e.g. numpy::ma.MaskedArray.methodname) specifies numpy as the module name. #}