diff options
-rw-r--r-- | doc/numpy.scipy.org/source/conf.py | 2 | ||||
-rw-r--r-- | doc/numpy.scipy.org/source/index.rst | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/numpy.scipy.org/source/conf.py b/doc/numpy.scipy.org/source/conf.py index 8a4506095..16bd69f83 100644 --- a/doc/numpy.scipy.org/source/conf.py +++ b/doc/numpy.scipy.org/source/conf.py @@ -103,7 +103,7 @@ html_theme_path = ["../theme"] # The name for this set of Sphinx documents. If None, it defaults to # "<project> v<release> documentation". -html_title = "numpy.scipy.org" +html_title = "Numpy" # A shorter title for the navigation bar. Default is the same as html_title. #html_short_title = None diff --git a/doc/numpy.scipy.org/source/index.rst b/doc/numpy.scipy.org/source/index.rst index 60fa49e46..ee2ac48fd 100644 --- a/doc/numpy.scipy.org/source/index.rst +++ b/doc/numpy.scipy.org/source/index.rst @@ -25,3 +25,8 @@ More Information - `SciPy Home Page <http://www.scipy.org/>`_ - `Interfacing with compiled code <http://www.scipy.org/Topical_Software#head-7153b42ac4ea517c7d99ec4f4453555b2302a1f8>`_ - :doc:`Older python array packages </old_array_packages>` + +.. toctree:: + :hidden: + + old_array_packages |