diff options
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 |