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

arigo at codespeak.net arigo at codespeak.net
Sat Jan 13 17:43:31 CET 2007


Author: arigo
Date: Sat Jan 13 17:43:26 2007
New Revision: 36677

Modified:
   pypy/dist/pypy/doc/standalone-howto.txt
Log:
Fix the link (py.test failed on the previous anchor, although it's really a conftest bug).
Add a note pointing to target files.


Modified: pypy/dist/pypy/doc/standalone-howto.txt
==============================================================================
--- pypy/dist/pypy/doc/standalone-howto.txt	(original)
+++ pypy/dist/pypy/doc/standalone-howto.txt	Sat Jan 13 17:43:26 2007
@@ -2,7 +2,16 @@
 HOWTO: compile RPython code into a standalone executable
 ========================================================
 
-First, see this Disclaimer_ in the FAQ.
+(NOTE: you should first read the `FAQ entries`_ about Using the PyPy
+translation tool chain.  This document is a quick introduction to the
+interactive way to compile your own RPython code.  Keep in mind though
+that if you write a larger RPython program, the best and most flexible
+way to compile it is not as described below, but by writing a target
+file as described in the `FAQ entries`_.)
+
+========================================
+
+First, see the note above.
 Next, understand the restrictions on RPython_ code.
 Pay close attention to the description of tuples and 
 dicts. 
@@ -113,7 +122,7 @@
 equivalents.
 
     
-.. _`Disclaimer`: faq.html#why-isn-t-there-a-simpler-way-of-doing-that
+.. _`FAQ Entries`: faq.html#using-the-pypy-translation-tool-chain
 .. _`RPython`: coding-guide.html#restricted-python
 .. _`Annotator`: dynamic-language-translation.html#annotator
 .. _`RTyper`: dynamic-language-translation.html#rtyper



More information about the Pypy-commit mailing list