diff options
Diffstat (limited to 'doc/numpy.scipy.org')
-rw-r--r-- | doc/numpy.scipy.org/source/conf.py | 6 | ||||
-rw-r--r-- | doc/numpy.scipy.org/source/index.rst | 8 |
2 files changed, 5 insertions, 9 deletions
diff --git a/doc/numpy.scipy.org/source/conf.py b/doc/numpy.scipy.org/source/conf.py index 4dbd8f301..8a4506095 100644 --- a/doc/numpy.scipy.org/source/conf.py +++ b/doc/numpy.scipy.org/source/conf.py @@ -120,7 +120,7 @@ html_title = "numpy.scipy.org" # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['static'] +#html_static_path = ['static'] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format. @@ -178,8 +178,8 @@ htmlhelp_basename = 'Scipy.org' # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ - ('index', 'Scipy-org.tex', u'Scipy.org', - u'Scipy collaborators', 'manual'), + ('index', 'numpy-scipy-org.tex', u'numpy.scipy.org', + u'NumPy collaborators', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of diff --git a/doc/numpy.scipy.org/source/index.rst b/doc/numpy.scipy.org/source/index.rst index f0dc92f61..60fa49e46 100644 --- a/doc/numpy.scipy.org/source/index.rst +++ b/doc/numpy.scipy.org/source/index.rst @@ -12,20 +12,16 @@ Getting Started - `Getting Numpy <http://www.scipy.org/Download>`_ - `Installing NumPy and SciPy <http://www.scipy.org/Installing_SciPy>`_ +- `NumPy and SciPy documentation page <http://docs.scipy.org/doc/>`_ - `NumPy Tutorial <http://www.scipy.org/Tentative_NumPy_Tutorial>`_ - `NumPy for MATLABĀ© Users <http://www.scipy.org/NumPy_for_Matlab_Users>`_ - `NumPy functions by category <http://www.scipy.org/Numpy_Functions_by_Category>`_ - `NumPy Mailing List <http://www.scipy.org/Mailing_Lists>`_ -Documentation -------------- - -The full documentation for both NumPy and SciPy can be found at the `NumPy and SciPy documentation page <http://docs.scipy.org/doc/>`_ - More Information ---------------- - `NumPy Sourceforge Home Page <http://sourceforge.net/projects/numpy/>`_ - `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>`
\ No newline at end of file +- :doc:`Older python array packages </old_array_packages>` |