summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/_templates/indexcontent.html11
1 files changed, 4 insertions, 7 deletions
diff --git a/doc/source/_templates/indexcontent.html b/doc/source/_templates/indexcontent.html
index d4de60d2a..fbd8930ae 100644
--- a/doc/source/_templates/indexcontent.html
+++ b/doc/source/_templates/indexcontent.html
@@ -36,7 +36,8 @@
<td width="50%">
<p class="biglink"><a class="biglink" href="{{ pathto("bugs") }}">Reporting bugs</a></p>
<p class="biglink"><a class="biglink" href="{{ pathto("about") }}">About NumPy</a></p>
- <p class="biglink"><a class="biglink" href="{{ pathto("http://www.numpy.org/neps/") }}">NumPy Enhancement Proposals</a><br/>
+ <p class="biglink"><a class="biglink" href="http://www.numpy.org/neps/index.html">
+ NumPy Enhancement Proposals</a><br/>
</td><td width="50%">
<p class="biglink"><a class="biglink" href="{{ pathto("release") }}">Release Notes</a></p>
<p class="biglink"><a class="biglink" href="{{ pathto("license") }}">License of NumPy</a></p>
@@ -49,15 +50,11 @@
<a href="https://archive.org/details/NumPyBook">"Guide to NumPy"</a>
(which generously entered Public Domain in August 2008). The reference
documentation for many of the functions are written by numerous
- contributors and developers of NumPy, both prior to and during the
- <a href="http://docs.scipy.org/numpy/">NumPy Documentation Marathon</a>.
+ contributors and developers of NumPy.
</p>
<p>
The preferred way to update the documentation is by submitting a pull
- request on Github (see the
- <a href="http://docs.scipy.org/doc/numpy-dev/dev/">Developer Guide</a>.
- The <a href="http://docs.scipy.org/numpy/">NumPy Documentation Wiki</a>
- can also still be used to submit documentation fixes.
+ request on Github (see the <a href="{{ pathto("docs/index") }}">Documentation Index</a>.
Please help us to further improve the NumPy documentation!
</p>
{% endblock %}