Author: Manuel Jacob <[email protected]>
Branch: improve-docs
Changeset: r74169:1432e73f38f8
Date: 2014-10-24 15:33 +0200
http://bitbucket.org/pypy/pypy/changeset/1432e73f38f8/

Log:    Move windows document back to pypy/doc because it's very PyPy-
        specific.

diff --git a/pypy/doc/TODO b/pypy/doc/TODO
--- a/pypy/doc/TODO
+++ b/pypy/doc/TODO
@@ -7,6 +7,7 @@
 * architecture documents don't really show the separation between PyPy and
   RPython
   * architecture.rst is duplicate (both pypy and rpython)
+* Consider moving information from pypy/doc/{build,windows}.rst to rpython/doc
 
 
 Cleanup
diff --git a/pypy/doc/index.rst b/pypy/doc/index.rst
--- a/pypy/doc/index.rst
+++ b/pypy/doc/index.rst
@@ -52,6 +52,7 @@
   objspace-proxies
   sandbox
   stm
+  windows
 
 
 .. _developing-pypy:
diff --git a/rpython/doc/windows.rst b/pypy/doc/windows.rst
rename from rpython/doc/windows.rst
rename to pypy/doc/windows.rst
--- a/rpython/doc/windows.rst
+++ b/pypy/doc/windows.rst
@@ -51,7 +51,7 @@
 modules that relies on third-party libraries.  See below how to get
 and build them.
 
-Please see the :ref:`non-windows instructions 
<translating-the-pypy-python-interpreter>` for more information, especially note
+Please see the :doc:`non-windows instructions <build>` for more information, 
especially note
 that translation is RAM-hungry. A standard translation requires around 4GB, so
 special preparations are necessary, or you may want to use the method in the
 notes of the `build instructions`_ to reduce memory usage at the price of a
diff --git a/rpython/doc/index.rst b/rpython/doc/index.rst
--- a/rpython/doc/index.rst
+++ b/rpython/doc/index.rst
@@ -36,7 +36,6 @@
    :maxdepth: 1
 
    arm
-   windows
 
 
 Writing your own interpreter in RPython
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to