diff options
author | Stefan van der Walt <stefan@sun.ac.za> | 2009-03-04 08:11:37 +0000 |
---|---|---|
committer | Stefan van der Walt <stefan@sun.ac.za> | 2009-03-04 08:11:37 +0000 |
commit | 0e9f73d54ea2991a5421ce0938e068d5b1544d47 (patch) | |
tree | 30e2caded678b9064079386da52b6b536c7bee3e /doc | |
parent | 66f36130a827212e1eb01906a16a015b2908a2a2 (diff) | |
download | numpy-0e9f73d54ea2991a5421ce0938e068d5b1544d47.tar.gz |
Update URLs to Trac.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release/1.3.0-notes.rst | 6 | ||||
-rw-r--r-- | doc/source/about.rst | 2 | ||||
-rw-r--r-- | doc/sphinxext/numpydoc.py | 2 | ||||
-rw-r--r-- | doc/sphinxext/traitsdoc.py | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/doc/release/1.3.0-notes.rst b/doc/release/1.3.0-notes.rst index 5fc7554f8..ed893ef97 100644 --- a/doc/release/1.3.0-notes.rst +++ b/doc/release/1.3.0-notes.rst @@ -18,7 +18,7 @@ http://www.python.org/dev/peps/pep-0361/ Generalized ufuncs ~~~~~~~~~~~~~~~~~~ -http://projects.scipy.org/scipy/numpy/ticket/887 +http://projects.scipy.org/numpy/ticket/887 Experimental Windows 64 bits support ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -84,7 +84,7 @@ This should make the porting to new platforms easier, and more robust. In particular, the configuration stage does not need to execute any code on the target platform, which is a first step toward cross-compilation. -http://projects.scipy.org/scipy/numpy/browser/trunk/doc/neps/math_config_clean.txt +http://projects.scipy.org/numpy/browser/trunk/doc/neps/math_config_clean.txt umath refactor ~~~~~~~~~~~~~~ @@ -96,7 +96,7 @@ Improvements to build warnings Numpy can now build with -W -Wall without warnings -http://projects.scipy.org/scipy/numpy/browser/trunk/doc/neps/warnfix.txt +http://projects.scipy.org/numpy/browser/trunk/doc/neps/warnfix.txt Separate core math library ~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/doc/source/about.rst b/doc/source/about.rst index 6bbb2d186..b30b0c15c 100644 --- a/doc/source/about.rst +++ b/doc/source/about.rst @@ -36,7 +36,7 @@ Our main means of communication are: - `Mailing lists <http://scipy.org/Mailing_Lists>`__ -- `Numpy Trac <http://projects.scipy.org/scipy/numpy>`__ (bug "tickets" go here) +- `Numpy Trac <http://projects.scipy.org/numpy>`__ (bug "tickets" go here) More information about the development of Numpy can be found at http://scipy.org/Developer_Zone diff --git a/doc/sphinxext/numpydoc.py b/doc/sphinxext/numpydoc.py index ff6c44c53..926667dc0 100644 --- a/doc/sphinxext/numpydoc.py +++ b/doc/sphinxext/numpydoc.py @@ -12,7 +12,7 @@ It will: - Renumber references. - Extract the signature from the docstring, if it can't be determined otherwise. -.. [1] http://projects.scipy.org/scipy/numpy/wiki/CodingStyleGuidelines#docstring-standard +.. [1] http://projects.scipy.org/numpy/wiki/CodingStyleGuidelines#docstring-standard """ diff --git a/doc/sphinxext/traitsdoc.py b/doc/sphinxext/traitsdoc.py index e0a2d3b7a..6bfd14906 100644 --- a/doc/sphinxext/traitsdoc.py +++ b/doc/sphinxext/traitsdoc.py @@ -9,7 +9,7 @@ and support Traits [2]. This extension can be used as a replacement for ``numpydoc`` when support for Traits is required. -.. [1] http://projects.scipy.org/scipy/numpy/wiki/CodingStyleGuidelines#docstring-standard +.. [1] http://projects.scipy.org/numpy/wiki/CodingStyleGuidelines#docstring-standard .. [2] http://code.enthought.com/projects/traits/ """ |