diff options
author | guoci <zguoci@gmail.com> | 2018-03-10 14:27:36 -0500 |
---|---|---|
committer | guoci <zguoci@gmail.com> | 2018-03-10 14:27:36 -0500 |
commit | 7bcea9f884cac1708bac5aa48c86e26a247fab4e (patch) | |
tree | bff6f0cf5247562f6c46741aee0af7f43edb294c /doc | |
parent | c486d8d0d496f6b366dc827a3d41ed1e9d593ec8 (diff) | |
download | python-numpy-7bcea9f884cac1708bac5aa48c86e26a247fab4e.tar.gz python-numpy-7bcea9f884cac1708bac5aa48c86e26a247fab4e.tar.bz2 python-numpy-7bcea9f884cac1708bac5aa48c86e26a247fab4e.zip |
add documentation for constants
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/reference/constants.rst | 5 | ||||
-rw-r--r-- | doc/source/reference/index.rst | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/source/reference/constants.rst b/doc/source/reference/constants.rst new file mode 100644 index 000000000..46de7552a --- /dev/null +++ b/doc/source/reference/constants.rst @@ -0,0 +1,5 @@ +********* +Constants +********* + +.. automodule:: numpy.doc.constants diff --git a/doc/source/reference/index.rst b/doc/source/reference/index.rst index 4f246096d..a2a8a0966 100644 --- a/doc/source/reference/index.rst +++ b/doc/source/reference/index.rst @@ -19,6 +19,7 @@ For learning how to use NumPy, see also :ref:`user`. :maxdepth: 2 arrays + constants ufuncs routines distutils |