Author: Manuel Jacob
Branch: improve-docs
Changeset: r64053:614e85af2364
Date: 2013-05-13 23:38 +0200
http://bitbucket.org/pypy/pypy/changeset/614e85af2364/

Log:    Add skeletons for install.rst and build.rst.

diff --git a/pypy/doc/build.rst b/pypy/doc/build.rst
new file mode 100644
--- /dev/null
+++ b/pypy/doc/build.rst
@@ -0,0 +1,2 @@
+Building PyPy from Source
+=========================
diff --git a/pypy/doc/index.rst b/pypy/doc/index.rst
--- a/pypy/doc/index.rst
+++ b/pypy/doc/index.rst
@@ -10,6 +10,9 @@
 .. toctree::
    :maxdepth: 2
 
+   install
+   build
+
 
 Development documentation
 -------------------------
diff --git a/pypy/doc/install.rst b/pypy/doc/install.rst
new file mode 100644
--- /dev/null
+++ b/pypy/doc/install.rst
@@ -0,0 +1,2 @@
+Downloading and Installing PyPy
+===============================
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to