[pypy-svn] r28420 - pypy/dist/pypy/doc

hpk at codespeak.net hpk at codespeak.net
Wed Jun 7 11:16:31 CEST 2006


Author: hpk
Date: Wed Jun  7 11:16:30 2006
New Revision: 28420

Modified:
   pypy/dist/pypy/doc/_ref.txt
   pypy/dist/pypy/doc/extcompiler.txt
   pypy/dist/pypy/doc/getting-started.txt
Log:
fixing extcompiler ReST, adding and updating references 


Modified: pypy/dist/pypy/doc/_ref.txt
==============================================================================
--- pypy/dist/pypy/doc/_ref.txt	(original)
+++ pypy/dist/pypy/doc/_ref.txt	Wed Jun  7 11:16:30 2006
@@ -28,10 +28,13 @@
 .. _`lib/test2/`:
 .. _`pypy/lib/test2`: ../../pypy/lib/test2
 .. _`module/`:
-.. _`pypy/module`: ../../pypy/module
+.. _`pypy/module`:
+.. _`pypy/module/`: ../../pypy/module
 .. _`module/__builtin__/`: ../../pypy/module/__builtin__
 .. _`pypy/module/__builtin__/__init__.py`: ../../pypy/module/__builtin__/__init__.py
 .. _`module/_sre/`: ../../pypy/module/_sre
+.. _`pypy/module/readline`: ../../pypy/module/readline
+.. _`pypy/module/readline/test/test_readline.py`: ../../pypy/module/readline/test/test_readline.py
 .. _`module/recparser/`: ../../pypy/module/recparser
 .. _`module/sys/`: ../../pypy/module/sys
 .. _`objspace/`:

Modified: pypy/dist/pypy/doc/extcompiler.txt
==============================================================================
--- pypy/dist/pypy/doc/extcompiler.txt	(original)
+++ pypy/dist/pypy/doc/extcompiler.txt	Wed Jun  7 11:16:30 2006
@@ -32,6 +32,8 @@
 
 XXX describe directory structure here 
 
+.. _`pypy checkout`: getting-started.html#gettingpypy
+
 testing a module 
 ++++++++++++++++++++++++
 
@@ -103,3 +105,4 @@
 otherwise it will complain with "unable to open this file with RTLD_LOCAL"
 when trying to load the C library. 
 
+.. include:: _ref.txt

Modified: pypy/dist/pypy/doc/getting-started.txt
==============================================================================
--- pypy/dist/pypy/doc/getting-started.txt	(original)
+++ pypy/dist/pypy/doc/getting-started.txt	Wed Jun  7 11:16:30 2006
@@ -25,6 +25,8 @@
 Just the facts 
 ============== 
 
+.. _gettingpypy: 
+
 Downloading & running the PyPy 0.8 release 
 -------------------------------------------
 



More information about the Pypy-commit mailing list