[pypy-svn] pypy default: (dmalcolm, lac): Reorder the index page, placing the high-level information at the top

dmalcolm commits-noreply at bitbucket.org
Thu Mar 17 19:04:38 CET 2011


Author: David Malcolm <dmalcolm at redhat.com>
Branch: 
Changeset: r42760:246d7e8c0c2d
Date: 2011-03-16 14:55 -0400
http://bitbucket.org/pypy/pypy/changeset/246d7e8c0c2d/

Log:	(dmalcolm, lac): Reorder the index page, placing the high-level
	information at the top

diff --git a/pypy/doc/index.rst b/pypy/doc/index.rst
--- a/pypy/doc/index.rst
+++ b/pypy/doc/index.rst
@@ -8,6 +8,62 @@
 Rumors have it that the secret goal is being faster-than-C which is
 nonsense, isn't it?  `more...`_
 
+Getting into PyPy ... 
+=============================================
+
+* `Release 1.4`_: the latest official release
+
+* `PyPy Blog`_: news and status info about PyPy 
+
+* `Documentation`_: extensive documentation and papers_ about PyPy.  
+
+* `Getting Started`_: Getting started and playing with PyPy. 
+
+Mailing lists, bug tracker, IRC channel
+=============================================
+
+* `Development mailing list`_: development and conceptual
+  discussions. 
+
+* `Subversion commit mailing list`_: updates to code and
+  documentation. 
+
+* `Development bug/feature tracker`_: filing bugs and feature requests. 
+
+* `Sprint mailing list`_: mailing list for organizing upcoming sprints. 
+
+* **IRC channel #pypy on freenode**: Many of the core developers are hanging out 
+  at #pypy on irc.freenode.net.  You are welcome to join and ask questions
+  (if they are not already developed in the FAQ_).
+  You can find logs of the channel here_.
+
+.. XXX play1? 
+
+Meeting PyPy developers
+=======================
+
+The PyPy developers are organizing sprints and presenting results at
+conferences all year round. They will be happy to meet in person with
+anyone interested in the project.  Watch out for sprint announcements
+on the `development mailing list`_.
+
+.. _Python: http://docs.python.org/index.html
+.. _`more...`: architecture.html#mission-statement 
+.. _`PyPy blog`: http://morepypy.blogspot.com/
+.. _`development bug/feature tracker`: https://codespeak.net/issue/pypy-dev/ 
+.. _here: http://tismerysoft.de/pypy/irc-logs/pypy
+.. _`sprint mailing list`: http://codespeak.net/mailman/listinfo/pypy-sprint 
+.. _`subversion commit mailing list`: http://codespeak.net/mailman/listinfo/pypy-svn
+.. _`development mailing list`: http://codespeak.net/mailman/listinfo/pypy-dev
+.. _`FAQ`: faq.html
+.. _`Documentation`: docindex.html 
+.. _`Getting Started`: getting-started.html
+.. _papers: extradoc.html
+.. _`Release 1.4`: http://pypy.org/download.html
+
+
+Detailed Documentation
+======================
 
 .. The following documentation is important and reasonably up-to-date:
 
@@ -66,60 +122,6 @@
      .. ^^ it still works; needs JIT integration; hasn't been maintained for years
 
 
-Getting into PyPy ... 
-=============================================
-
-* `Release 1.4`_: the latest official release
-
-* `PyPy Blog`_: news and status info about PyPy 
-
-* `Documentation`_: extensive documentation and papers_ about PyPy.  
-
-* `Getting Started`_: Getting started and playing with PyPy. 
-
-Mailing lists, bug tracker, IRC channel
-=============================================
-
-* `Development mailing list`_: development and conceptual
-  discussions. 
-
-* `Subversion commit mailing list`_: updates to code and
-  documentation. 
-
-* `Development bug/feature tracker`_: filing bugs and feature requests. 
-
-* `Sprint mailing list`_: mailing list for organizing upcoming sprints. 
-
-* **IRC channel #pypy on freenode**: Many of the core developers are hanging out 
-  at #pypy on irc.freenode.net.  You are welcome to join and ask questions
-  (if they are not already developed in the FAQ_).
-  You can find logs of the channel here_.
-
-.. XXX play1? 
-
-Meeting PyPy developers
-=======================
-
-The PyPy developers are organizing sprints and presenting results at
-conferences all year round. They will be happy to meet in person with
-anyone interested in the project.  Watch out for sprint announcements
-on the `development mailing list`_.
-
-.. _Python: http://docs.python.org/index.html
-.. _`more...`: architecture.html#mission-statement 
-.. _`PyPy blog`: http://morepypy.blogspot.com/
-.. _`development bug/feature tracker`: https://codespeak.net/issue/pypy-dev/ 
-.. _here: http://tismerysoft.de/pypy/irc-logs/pypy
-.. _`sprint mailing list`: http://codespeak.net/mailman/listinfo/pypy-sprint 
-.. _`subversion commit mailing list`: http://codespeak.net/mailman/listinfo/pypy-svn
-.. _`development mailing list`: http://codespeak.net/mailman/listinfo/pypy-dev
-.. _`FAQ`: faq.html
-.. _`Documentation`: docindex.html 
-.. _`Getting Started`: getting-started.html
-.. _papers: extradoc.html
-.. _`Release 1.4`: http://pypy.org/download.html
-
-
 Indices and tables
 ==================
 


More information about the Pypy-commit mailing list