Author: Manuel Jacob <[email protected]>
Branch: improve-docs
Changeset: r74078:7f91eb4c773f
Date: 2014-10-22 15:44 +0200
http://bitbucket.org/pypy/pypy/changeset/7f91eb4c773f/

Log:    (ronan, mjacob) Complete index of release notes, add index of
        whatsnew.

diff --git a/pypy/doc/index-of-release-notes.rst 
b/pypy/doc/index-of-release-notes.rst
--- a/pypy/doc/index-of-release-notes.rst
+++ b/pypy/doc/index-of-release-notes.rst
@@ -1,8 +1,8 @@
 Historical release notes
 ========================
 
-Cpython 2.7 compatible versions
-===============================
+CPython 2.7 compatible versions
+-------------------------------
 
 .. toctree::
 
@@ -38,7 +38,12 @@
    release-0.7.0.rst
    release-0.6
 
-Cpython 3.2 compatible versions
-===============================
+
+CPython 3.2 compatible versions
+-------------------------------
+
 .. toctree::
+
+   release-pypy3-2.4.0.rst
+   release-pypy3-2.3.1.rst
    release-pypy3-2.1.0-beta1.rst
diff --git a/pypy/doc/index-of-whatsnew.rst b/pypy/doc/index-of-whatsnew.rst
new file mode 100644
--- /dev/null
+++ b/pypy/doc/index-of-whatsnew.rst
@@ -0,0 +1,27 @@
+Changelogs
+==========
+
+CPython 2.7 compatible versions
+-------------------------------
+
+.. toctree::
+
+   whatsnew-head.rst
+   whatsnew-2.4.0.rst
+   whatsnew-2.3.1.rst
+   whatsnew-2.3.0.rst
+   whatsnew-2.2.rst
+   whatsnew-2.1.rst
+   whatsnew-2.0.rst
+   whatsnew-2.0.0-beta1.rst
+   whatsnew-1.9.rst
+
+
+
+CPython 3.2 compatible versions
+-------------------------------
+
+.. toctree::
+
+   whatsnew-pypy3-2.4.0.rst
+   whatsnew-pypy3-2.3.1.rst
diff --git a/pypy/doc/index.rst b/pypy/doc/index.rst
--- a/pypy/doc/index.rst
+++ b/pypy/doc/index.rst
@@ -85,6 +85,7 @@
   eventhistory
   discussions
   index-of-release-notes
+  index-of-whatsnew
   contributor
 
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to