[pypy-commit] pypy default: Small tweaks

arigo noreply at buildbot.pypy.org
Mon Jun 1 17:08:37 CEST 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r77746:b0eb8c2581e0
Date: 2015-06-01 17:08 +0200
http://bitbucket.org/pypy/pypy/changeset/b0eb8c2581e0/

Log:	Small tweaks

diff --git a/pypy/doc/release-2.6.0.rst b/pypy/doc/release-2.6.0.rst
--- a/pypy/doc/release-2.6.0.rst
+++ b/pypy/doc/release-2.6.0.rst
@@ -38,13 +38,13 @@
 .. _`on bitbucket`: https://www.bitbucket.org/pypy/numpy
 
 We would also like to encourage new people to join the project. PyPy has many
-layers and we need help with all of them: `PyPy`_ and `Rpython`_ documentation
+layers and we need help with all of them: `PyPy`_ and `RPython`_ documentation
 improvements, tweaking popular `modules`_ to run on pypy, or general `help`_ with making
-Rpython's JIT even better. Nine new people contributed since the last release,
+RPython's JIT even better. Nine new people contributed since the last release,
 you too could be one of them.
 
 .. _`PyPy`: http://doc.pypy.org 
-.. _`Rpython`: https://rpython.readthedocs.org
+.. _`RPython`: https://rpython.readthedocs.org
 .. _`modules`: http://doc.pypy.org/en/latest/project-ideas.html#make-more-python-modules-pypy-friendly
 .. _`help`: http://doc.pypy.org/en/latest/project-ideas.html
 
@@ -115,7 +115,7 @@
     over 7 times faster than cpython
 
 .. _`vmprof`: https://vmprof.readthedocs.org
-.. _resolved: https://doc.pypy.org/en/latest/whatsnew-2.6.0.html
+.. _resolved: http://doc.pypy.org/en/latest/whatsnew-2.6.0.html
 
 Please try it out and let us know what you think. We welcome
 success stories, `experiments`_,  or `benchmarks`_, we know you are using PyPy, please tell us about it!
diff --git a/pypy/doc/whatsnew-2.6.0.rst b/pypy/doc/whatsnew-2.6.0.rst
--- a/pypy/doc/whatsnew-2.6.0.rst
+++ b/pypy/doc/whatsnew-2.6.0.rst
@@ -1,6 +1,6 @@
-=======================
-What's new in PyPy 2.5+
-=======================
+========================
+What's new in PyPy 2.6.0
+========================
 
 .. this is a revision shortly after release-2.5.1
 .. startrev: cb01edcb59414d9d93056e54ed060673d24e67c1


More information about the pypy-commit mailing list