summaryrefslogtreecommitdiff
path: root/doc/source/_templates
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@googlemail.com>2014-04-21 16:56:15 +0200
committerRalf Gommers <ralf.gommers@googlemail.com>2014-04-21 18:05:05 +0200
commitb66af02c283ddd1e33436ad3a14adec0bb09785f (patch)
tree9a9fc0c450f63081b0dc7fb8faafea3b4f06a52e /doc/source/_templates
parent1dff3cea279dd1736dfee03334404eb381fedc75 (diff)
downloadnumpy-b66af02c283ddd1e33436ad3a14adec0bb09785f.tar.gz
DOC: add NEPs overview to documentation.
Diffstat (limited to 'doc/source/_templates')
-rw-r--r--doc/source/_templates/indexcontent.html13
1 files changed, 8 insertions, 5 deletions
diff --git a/doc/source/_templates/indexcontent.html b/doc/source/_templates/indexcontent.html
index fb753e7b7..e3fe3ac9b 100644
--- a/doc/source/_templates/indexcontent.html
+++ b/doc/source/_templates/indexcontent.html
@@ -34,6 +34,7 @@
<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("neps/index") }}">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>
@@ -47,12 +48,14 @@
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://scipy.org/Developer_Zone/DocMarathon2008">Numpy Documentation Marathon</a>.
+ <a href="http://docs.scipy.org/numpy/">Numpy Documentation Marathon</a>.
</p>
<p>
- The Documentation Marathon is still ongoing. Please help us write
- better documentation for Numpy by joining it! Instructions on how to
- join and what to do can be found
- <a href="http://scipy.org/Developer_Zone/DocMarathon2008">on the scipy.org website</a>.
+ 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.
+ Please help us to further improve the Numpy documentation!
</p>
{% endblock %}