Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed Aug 23, 2009
1 parent b70e2ab commit 515736d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
6 changes: 3 additions & 3 deletions doc/numpy.scipy.org/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
# 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.
Expand Down Expand Up @@ -178,8 +178,8 @@
# 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
Expand Down
8 changes: 2 additions & 6 deletions doc/numpy.scipy.org/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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>`
- :doc:`Older python array packages </old_array_packages>`

0 comments on commit 515736d

Please sign in to comment.