[pypy-svn] r39022 - pypy/dist/pypy/doc/config

cfbolz at codespeak.net cfbolz at codespeak.net
Fri Feb 16 16:14:50 CET 2007


Author: cfbolz
Date: Fri Feb 16 16:14:49 2007
New Revision: 39022

Modified:
   pypy/dist/pypy/doc/config/commandline.txt
   pypy/dist/pypy/doc/config/index.txt
Log:
adjust links. hack a bit to fool py.test into believing that they are there


Modified: pypy/dist/pypy/doc/config/commandline.txt
==============================================================================
--- pypy/dist/pypy/doc/config/commandline.txt	(original)
+++ pypy/dist/pypy/doc/config/commandline.txt	Fri Feb 16 16:14:49 2007
@@ -1 +1,4 @@
-..  intentionally empty
+..  intentionally empty, but contains the following comment to fool py.test:
+    overwiew of command line options for objspace
+    overwiew of command line options for translation
+

Modified: pypy/dist/pypy/doc/config/index.txt
==============================================================================
--- pypy/dist/pypy/doc/config/index.txt	(original)
+++ pypy/dist/pypy/doc/config/index.txt	Fri Feb 16 16:14:49 2007
@@ -4,8 +4,8 @@
 
 This directory contains documentation for the many `configuration`_
 options that can be used to affect PyPy's behaviour.  There are two
-main classes of option, `object space`_ options and `translation`_
-options.
+main classes of option, `object space options`_ and `translation
+options`_.
 
 There are two main entry points that accept options: ``py.py``, which
 implements Python on top of another Python interpreter and accepts all
@@ -40,10 +40,9 @@
 do for your objects`_.
 
 .. _`configuration`: ../configuration.html
-.. _`object space`: ../objspace.html
-.. _`objspace options`: objspace.html
-.. _`translation`: ../translation.html
-.. _`translation options`: translation.html
+.. _`objspace options`: commandline.html#overwiew-of-command-line-options-for-objspace
+.. _`object space`: commandline.html#overwiew-of-command-line-options-for-objspace
+.. _`translation options`: commandline.html#overwiew-of-command-line-options-for-translation
 .. _`overview`: commandline.html
 .. _`Alternative object implementations in the PyPy standard interpreter`: ../object-optimizations.html
 .. _`What PyPy can do for your objects`: ../objspace-proxies.html



More information about the Pypy-commit mailing list