summaryrefslogtreecommitdiff
path: root/doc/source/_templates/autosummary/member.rst
blob: c0dcd5ed267693865eb8c2b651b22f24d1ae2313 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
:orphan:

{{ fullname | escape | underline}}

.. currentmodule:: {{ module }}

member

.. 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. #}