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

arigo at codespeak.net arigo at codespeak.net
Mon Dec 19 15:11:18 CET 2005


Author: arigo
Date: Mon Dec 19 15:11:16 2005
New Revision: 21311

Modified:
   pypy/dist/pypy/doc/dynamic-language-translation.txt
Log:
Removed the :scale: which have a bad effect e.g. in the HTML for Firefox.
Added a missing block quote.


Modified: pypy/dist/pypy/doc/dynamic-language-translation.txt
==============================================================================
--- pypy/dist/pypy/doc/dynamic-language-translation.txt	(original)
+++ pypy/dist/pypy/doc/dynamic-language-translation.txt	Mon Dec 19 15:11:16 2005
@@ -821,7 +821,6 @@
 
 
 .. graphviz:: image/lattice1.dot
-   :scale: 80
 
 :Figure 1: the lattice of annotations.
 
@@ -843,7 +842,6 @@
 
 
 .. graphviz:: image/lattice2.dot
-   :scale: 80
 
 :Figure 2: The part about instances and nullable instances, assuming a
            simple class hierarchy with only two direct subclasses of
@@ -875,7 +873,6 @@
 
 
 .. graphviz:: image/lattice3.dot
-   :scale: 80
 
 :Figure 3: All list terms for all variables are unordered.
 
@@ -1708,7 +1705,7 @@
    which concludes the induction step.
 
    Case 2: *r* is not in *S_i*.  By induction hypothesis ``(b_i, E_i) =
-   r( (b_i, E_i) )``.
+   r( (b_i, E_i) )``. ::
 
        (b_i, E_i) = (b_i, E_i) union (bf,Ef)
        (b_i, E_i) >= (bf,Ef)



More information about the Pypy-commit mailing list