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

{{ fullname | escape | underline}}

.. currentmodule:: {{ module }}

attribute

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