[pypy-svn] r41483 - in pypy/dist/pypy/doc: . play1

antocuni at codespeak.net antocuni at codespeak.net
Tue Mar 27 15:48:56 CEST 2007


Author: antocuni
Date: Tue Mar 27 15:48:55 2007
New Revision: 41483

Modified:
   pypy/dist/pypy/doc/clr-module.txt
   pypy/dist/pypy/doc/play1/pypy-cli.html
Log:
fixrest in clr-module and add a link to it for play1.



Modified: pypy/dist/pypy/doc/clr-module.txt
==============================================================================
--- pypy/dist/pypy/doc/clr-module.txt	(original)
+++ pypy/dist/pypy/doc/clr-module.txt	Tue Mar 27 15:48:55 2007
@@ -43,7 +43,7 @@
 Example of usage
 ================
 
-Here is an example of interactive session using the ``clr`` module:
+Here is an example of interactive session using the ``clr`` module::
 
     >>>> import clr
     >>>> ArrayList = clr.load_cli_class('System.Collections', 'ArrayList')

Modified: pypy/dist/pypy/doc/play1/pypy-cli.html
==============================================================================
--- pypy/dist/pypy/doc/play1/pypy-cli.html	(original)
+++ pypy/dist/pypy/doc/play1/pypy-cli.html	Tue Mar 27 15:48:55 2007
@@ -1,4 +1,4 @@
-The PyPy standard interpreter compiled to CLI<br/>
+The PyPy standard interpreter compiled to CLI (see <a href="http://codespeak.net/pypy/dist/pypy/doc/clr-module.html">clr module</a> documentation)<br/>
 <b>Warning! takes a while to start</b><br/>
 Example (<a href="javascript:execute_snippet('pypy-cli', 0)">execute</a>):
 <pre>%s</pre>



More information about the Pypy-commit mailing list