diff options
author | Josh Wilson <person142@users.noreply.github.com> | 2020-06-10 20:48:36 -0700 |
---|---|---|
committer | Josh Wilson <person142@users.noreply.github.com> | 2020-06-10 20:48:36 -0700 |
commit | 70130f848b7c526862fa6ff9667f078a628d86a1 (patch) | |
tree | fca4778705f89bf27f35ee63095be8c34d8bb3ea /doc/source/reference | |
parent | 8e8a8f15970822a6242dc2ecba2ba4947204b4bb (diff) | |
download | numpy-70130f848b7c526862fa6ff9667f078a628d86a1.tar.gz |
DOC: add documentation for the numpy.typing module
Diffstat (limited to 'doc/source/reference')
-rw-r--r-- | doc/source/reference/index.rst | 1 | ||||
-rw-r--r-- | doc/source/reference/typing.rst | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/doc/source/reference/index.rst b/doc/source/reference/index.rst index 2e1dcafa2..661a08ffa 100644 --- a/doc/source/reference/index.rst +++ b/doc/source/reference/index.rst @@ -22,6 +22,7 @@ For learning how to use NumPy, see the :ref:`complete documentation <numpy_docs_ constants ufuncs routines + typing global_state distutils distutils_guide diff --git a/doc/source/reference/typing.rst b/doc/source/reference/typing.rst new file mode 100644 index 000000000..c948bc4be --- /dev/null +++ b/doc/source/reference/typing.rst @@ -0,0 +1,2 @@ +.. _typing: +.. automodule:: numpy.typing |