[pypy-svn] pypy default: Also mention pypy/extradoc/pypy.org.

arigo commits-noreply at bitbucket.org
Thu Apr 21 14:19:58 CEST 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r43513:138c98b2d194
Date: 2011-04-21 14:17 +0200
http://bitbucket.org/pypy/pypy/changeset/138c98b2d194/

Log:	Also mention pypy/extradoc/pypy.org.

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
@@ -1051,14 +1051,17 @@
 documentation/website files in your local checkout
 ---------------------------------------------------
 
-Most of the PyPy's documentation and website is kept in
-`pypy/doc` respectively.
+Most of the PyPy's documentation is kept in `pypy/doc`.
 You can simply edit or add '.rst' files which contain ReST-markuped
 files.  Here is a `ReST quickstart`_ but you can also just look
 at the existing documentation and see how things work.
 
 .. _`ReST quickstart`: http://docutils.sourceforge.net/docs/rst/quickref.html
 
+Note that the web site of http://pypy.org/ is maintained separately.
+For now it is in the repository https://bitbucket.org/pypy/extradoc
+in the directory ``pypy.org``.
+
 Automatically test documentation/website changes
 ------------------------------------------------
 


More information about the Pypy-commit mailing list