diff options
author | mattip <matti.picus@gmail.com> | 2018-06-13 16:08:23 -0700 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2018-06-15 10:52:11 -0700 |
commit | d416eda11014a689bb88c96fac33374b91251d11 (patch) | |
tree | 3b313fac07a623f6771aa7cc52ab2a77476d6571 | |
parent | 40f17c11bac5d8c9f04c04bf89173d58053bda0e (diff) | |
download | numpy-d416eda11014a689bb88c96fac33374b91251d11.tar.gz |
DOC: quiet warnings about "document not in any toctree"
-rw-r--r-- | doc/source/about.rst | 7 | ||||
-rw-r--r-- | doc/source/contents.rst | 1 | ||||
-rw-r--r-- | doc/source/reference/routines.numarray.rst | 2 | ||||
-rw-r--r-- | doc/source/reference/routines.oldnumeric.rst | 2 |
4 files changed, 9 insertions, 3 deletions
diff --git a/doc/source/about.rst b/doc/source/about.rst index 776488ea4..cbddf9f33 100644 --- a/doc/source/about.rst +++ b/doc/source/about.rst @@ -18,9 +18,10 @@ data types can be defined. This allows *NumPy* to seamlessly and speedily integrate with a wide variety of databases. NumPy is a successor for two earlier scientific Python libraries: -NumPy derives from the old *Numeric* code base and can be used -as a replacement for *Numeric*. It also adds the features introduced -by *Numarray* and can also be used to replace *Numarray*. +NumPy derives from the :doc:`old Numerice <reference/routines.oldnumeric>` code +base and can be used as a replacement for *Numeric*. It also adds the features +introduced by :doc:`Numarray <reference/routines.numarray>` and can also be +used to replace *Numarray*. NumPy community --------------- diff --git a/doc/source/contents.rst b/doc/source/contents.rst index fad9be76e..019dcc71d 100644 --- a/doc/source/contents.rst +++ b/doc/source/contents.rst @@ -8,6 +8,7 @@ NumPy manual contents reference/index f2py/index dev/index + docs/index release about bugs diff --git a/doc/source/reference/routines.numarray.rst b/doc/source/reference/routines.numarray.rst index 9e84f49b9..97251d293 100644 --- a/doc/source/reference/routines.numarray.rst +++ b/doc/source/reference/routines.numarray.rst @@ -1,3 +1,5 @@ +:orphan: + ********************** Numarray compatibility ********************** diff --git a/doc/source/reference/routines.oldnumeric.rst b/doc/source/reference/routines.oldnumeric.rst index 2120fc69e..1a6218aac 100644 --- a/doc/source/reference/routines.oldnumeric.rst +++ b/doc/source/reference/routines.oldnumeric.rst @@ -1,3 +1,5 @@ +:orphan: + ************************* Old Numeric compatibility ************************* |