From 856a9363bf28da036c6102fc77ea7fcdba5e777a Mon Sep 17 00:00:00 2001 From: Pauli Virtanen Date: Sun, 23 Aug 2009 05:25:41 +0000 Subject: DOC: clean up numpy.scipy.org - Change numpy.scipy.org title to 'Numpy' instead of 'numpy.scipy.org' - Join old_array_packages in the toctree --- doc/numpy.scipy.org/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/numpy.scipy.org/source/conf.py') 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 # " v 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 -- cgit v1.2.1