diff options
author | mattip <matti.picus@gmail.com> | 2018-04-11 23:25:55 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2018-04-11 23:25:55 +0300 |
commit | 122bdc2525b930fb3af04223af4ee2af3a419623 (patch) | |
tree | e0d0e44fe6963d1aff44c13f6a9a06827b4b3f14 /doc/source | |
parent | f20b64b8c413347c2dcff29c69fc4b0ef4a825e8 (diff) | |
download | numpy-122bdc2525b930fb3af04223af4ee2af3a419623.tar.gz |
fix link (now checked) and clean up Acknowledgements
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/_templates/indexcontent.html | 11 |
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 %} |