diff options
author | Pauli Virtanen <pav@iki.fi> | 2010-10-04 21:22:57 +0200 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2010-10-04 21:55:43 +0200 |
commit | 8b0453630961b5788c83381c276c63273cdd53b7 (patch) | |
tree | feb56516b83b52677ab7e9b790a1905c1f01d9d2 /doc/source/_templates | |
parent | 816adf97406ce3a6d2aa3059e6b84de6791b0ee3 (diff) | |
download | numpy-8b0453630961b5788c83381c276c63273cdd53b7.tar.gz |
DOC: add developer docs based on gitwash
Diffstat (limited to 'doc/source/_templates')
-rw-r--r-- | doc/source/_templates/indexcontent.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/source/_templates/indexcontent.html b/doc/source/_templates/indexcontent.html index 49d955d8c..b497c93dd 100644 --- a/doc/source/_templates/indexcontent.html +++ b/doc/source/_templates/indexcontent.html @@ -7,6 +7,8 @@ <span class="linkdescr">start here</span></p> <p class="biglink"><a class="biglink" href="{{ pathto("reference/index") }}">Numpy Reference</a><br/> <span class="linkdescr">reference documentation</span></p> + <p class="biglink"><a class="biglink" href="{{ pathto("dev/index") }}">Numpy Developer Guide</a><br/> + <span class="linkdescr">contributing to NumPy</span></p> </td></tr> </table> |