diff options
author | Pauli Virtanen <pav@iki.fi> | 2008-11-27 20:26:04 +0000 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2008-11-27 20:26:04 +0000 |
commit | a7eddbab55ff1bda1015674b78be74a8344b5972 (patch) | |
tree | e6b15bc8ae88af680ef137b93588c54292affa4e /doc/source | |
parent | 52a781dd1131e4ec922eff224cffeade4475e4f7 (diff) | |
download | numpy-a7eddbab55ff1bda1015674b78be74a8344b5972.tar.gz |
doc: include release notes to Sphinx build
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/_templates/indexcontent.html | 1 | ||||
-rw-r--r-- | doc/source/contents.rst | 1 | ||||
-rw-r--r-- | doc/source/release.rst | 5 |
3 files changed, 7 insertions, 0 deletions
diff --git a/doc/source/_templates/indexcontent.html b/doc/source/_templates/indexcontent.html index 523fa8fe3..49d955d8c 100644 --- a/doc/source/_templates/indexcontent.html +++ b/doc/source/_templates/indexcontent.html @@ -33,6 +33,7 @@ <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> </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> </td></tr> </table> diff --git a/doc/source/contents.rst b/doc/source/contents.rst index 70f1709b7..ae8749a3a 100644 --- a/doc/source/contents.rst +++ b/doc/source/contents.rst @@ -6,6 +6,7 @@ Numpy manual contents user/index reference/index + release about bugs license diff --git a/doc/source/release.rst b/doc/source/release.rst new file mode 100644 index 000000000..ce50cf290 --- /dev/null +++ b/doc/source/release.rst @@ -0,0 +1,5 @@ +************* +Release Notes +************* + +.. include:: ../release/1.3.0-notes.rst |