[pypy-svn] r19406 - pypy/release/0.8.x/pypy/doc

cfbolz at codespeak.net cfbolz at codespeak.net
Wed Nov 2 13:21:41 CET 2005


Author: cfbolz
Date: Wed Nov  2 13:21:40 2005
New Revision: 19406

Modified:
   pypy/release/0.8.x/pypy/doc/getting-started.txt
Log:
add a hint about how to use the graphviewer.


Modified: pypy/release/0.8.x/pypy/doc/getting-started.txt
==============================================================================
--- pypy/release/0.8.x/pypy/doc/getting-started.txt	(original)
+++ pypy/release/0.8.x/pypy/doc/getting-started.txt	Wed Nov  2 13:21:40 2005
@@ -333,6 +333,9 @@
     >>> t = Translator(test.is_perfect_number)
     >>> t.view()
         
+After that, the graph viewer pops up, that lets you interactively inspect the
+flowgraph. To move around, click on something that you want to inspect.
+To get help about how to use it, press 'H'. To close it again, press 'Q'.
 
 trying out the type annotator
 +++++++++++++++++++++++++++++



More information about the Pypy-commit mailing list