Author: Ronan Lamy <[email protected]>
Branch: improve-docs
Changeset: r74091:ca936bcb170a
Date: 2014-10-22 17:41 +0200
http://bitbucket.org/pypy/pypy/changeset/ca936bcb170a/

Log:    fix reST syntax and remove duplicates in eventhistory.rst

diff --git a/pypy/doc/coding-guide.rst b/pypy/doc/coding-guide.rst
--- a/pypy/doc/coding-guide.rst
+++ b/pypy/doc/coding-guide.rst
@@ -169,6 +169,7 @@
 enables the code generator to emit efficient machine level replacements
 for pure integer objects, for instance.
 
+.. _wrapped:
 
 Wrapping rules
 --------------
diff --git a/pypy/doc/eventhistory.rst b/pypy/doc/eventhistory.rst
--- a/pypy/doc/eventhistory.rst
+++ b/pypy/doc/eventhistory.rst
@@ -40,10 +40,10 @@
 Main focus of the sprint will be on the goals of the upcoming June 0.9
 release.
 
-Read more in `the sprint announcement`_, see who is  planning to attend
+Read more in `the sprint announcement`__, see who is  planning to attend
 on the `people page`_.
 
-.. _the sprint announcement: 
https://bitbucket.org/pypy/extradoc/raw/tip/sprintinfo/ddorf2006/announce.html
+__ 
https://bitbucket.org/pypy/extradoc/raw/tip/sprintinfo/ddorf2006/announce.html
 .. _people page: 
https://bitbucket.org/pypy/extradoc/raw/tip/sprintinfo/ddorf2006/people.txt
 
 
@@ -172,7 +172,7 @@
 experimental "Thunk" object space (supporting lazy computed objects)
 with its features preserved.
 
-See the :doc:`release 0.8 announcement <releases/0.8.0>` for further details 
about the release and
+See the :doc:`release 0.8 announcement <release-0.8.0>` for further details 
about the release and
 the :doc:`getting started <getting-started-index>` document for instructions 
about downloading it and
 trying it out.  There is also a short :doc:`FAQ <faq>`.  *(11/03/2005)*
 
@@ -206,7 +206,7 @@
 The first implementation of Python in Python is now also the second
 implementation of Python in C :-)
 
-See the :doc:`release announcement <releases/0.7.0>` for further details about 
the release and
+See the :doc:`release announcement <release-0.7.0>` for further details about 
the release and
 the :doc:`getting started <getting-started>` document for instructions about 
downloading it and
 trying it out.  We also have the beginning of a :doc:`FAQ <faq>`.  
*(08/28/2005)*
 
@@ -221,7 +221,7 @@
 The goal of the sprint is to release a first self-contained
 PyPy-0.7 version.  Carl has written a report about `day 1 - 3`_
 and a `heidelberg summary report`_ detailing some of the works
-that led to the successful release of :doc:`pypy-0.7.0 <releases/0.7.0>`! 
+that led to the successful release of :doc:`pypy-0.7.0 <release-0.7.0>`! 
 
 .. _heidelberg summary report: 
https://bitbucket.org/pypy/extradoc/raw/tip/sprintinfo/Heidelberg-report.txt
 .. _PyPy sprint: 
https://bitbucket.org/pypy/extradoc/raw/tip/sprintinfo/Heidelberg-sprint.txt
@@ -270,44 +270,3 @@
 .. _EuroPython: http://europython.org
 .. _sprint announcement: 
https://bitbucket.org/pypy/extradoc/raw/tip/sprintinfo/EP2005-announcement.html
 .. _list of people coming: 
https://bitbucket.org/pypy/extradoc/raw/tip/sprintinfo/EP2005-people.html
-
-
-Duesseldorf PyPy sprint 2-9 June 2006
--------------------------------------
-
-The next PyPy sprint will be held in the Computer Science department of
-Heinrich-Heine Universitaet Duesseldorf from the *2nd to the 9th of June*.
-Main focus of the sprint will be on the goals of the upcoming June 0.9
-release.
-
-Read more in `the sprint announcement`_, see who is  planning to attend
-on the `people page`_.
-
-.. _the sprint announcement: 
https://bitbucket.org/pypy/extradoc/raw/tip/sprintinfo/ddorf2006/announce.txt
-.. _people page: 
https://bitbucket.org/pypy/extradoc/raw/tip/sprintinfo/ddorf2006/people.txt
-
-
-PyPy at XP 2006 and Agile 2006
-------------------------------
-
-PyPy will present experience reports at the two main agile conferences
-this year, `XP 2006`_ and `Agile 2006`_.
-Both experience reports focus on aspects of the sprint-driven
-development method that is being used in PyPy.
-
-.. _XP 2006: http://virtual.vtt.fi/virtual/xp2006/
-.. _Agile 2006: http://www.agile2006.org/
-
-
-EuroPython PyPy sprint 6-9 July 2006
-------------------------------------
-
-Once again a PyPy sprint will take place right after the EuroPython
-Conference. This year it will be from the *6th to the 9th of July*.
-
-Read more in `EuroPython sprint announcement`_, see who is  planning to attend
-on `the people page`_. There is also a page_ in the python wiki.
-
-.. _EuroPython sprint announcement: 
https://bitbucket.org/pypy/extradoc/src/tip/sprintinfo/post-ep2006/announce.txt
-.. _the people page: 
https://bitbucket.org/pypy/extradoc/src/tip/sprintinfo/post-ep2006/people.txt
-.. _page: http://wiki.python.org/moin/EuroPython2006
diff --git a/pypy/doc/release-2.3.0.rst b/pypy/doc/release-2.3.0.rst
--- a/pypy/doc/release-2.3.0.rst
+++ b/pypy/doc/release-2.3.0.rst
@@ -113,11 +113,14 @@
 NumPy
 -----
 NumPy support has been split into a builtin ``_numpy`` module and a
-fork of the NumPy code base adapted to PyPy at 
-  ``https://bitbucket.org/pypy/numpy``.
+fork of the NumPy code base adapted to PyPy at
+``https://bitbucket.org/pypy/numpy``.
 You need to install NumPy separately with a virtualenv:
+
   ``pip install git+https://bitbucket.org/pypy/numpy.git``;
-  or directly:
+
+or directly:
+
   ``git clone https://bitbucket.org/pypy/numpy.git``;
   ``cd numpy``; ``pypy setup.py install``.
 
diff --git a/pypy/doc/release-2.3.1.rst b/pypy/doc/release-2.3.1.rst
--- a/pypy/doc/release-2.3.1.rst
+++ b/pypy/doc/release-2.3.1.rst
@@ -72,6 +72,7 @@
 
 .. _`whats-new`: http://doc.pypy.org/en/latest/whatsnew-2.3.1.html
 .. _resolved: https://bitbucket.org/pypy/pypy/issues?status=resolved
+
 Please try it out and let us know what you think. We especially welcome
 success stories, we know you are using PyPy, please tell us about it!
 
diff --git a/pypy/doc/whatsnew-2.2.rst b/pypy/doc/whatsnew-2.2.rst
--- a/pypy/doc/whatsnew-2.2.rst
+++ b/pypy/doc/whatsnew-2.2.rst
@@ -87,7 +87,7 @@
 
 .. branch: mro-reorder-numpypy-str
 
-No longer delegate numpy string_ methods to space.StringObject, in numpy
+No longer delegate numpy string methods to space.StringObject, in numpy
 this works by kind of by accident. Support for merging the refactor-str-types
 branch
 
@@ -130,6 +130,7 @@
 Random cleanups in flowspace.
 
 .. branch: file-support-in-rpython
+
 make open() and friends rpython
 
 .. branch: incremental-gc
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to