Author: Manuel Jacob Branch: rpython-doc Changeset: r61684:cd4c1b26cf89 Date: 2013-02-23 15:50 +0100 http://bitbucket.org/pypy/pypy/changeset/cd4c1b26cf89/
Log: Move some images with their source files to rpython/doc. diff --git a/pypy/doc/image/bpnn_update.png b/rpython/doc/_static/bpnn_update.png rename from pypy/doc/image/bpnn_update.png rename to rpython/doc/_static/bpnn_update.png diff --git a/pypy/doc/image/pypy-translation-0.9.graffle b/rpython/doc/_static/pypy-translation-0.9.graffle rename from pypy/doc/image/pypy-translation-0.9.graffle rename to rpython/doc/_static/pypy-translation-0.9.graffle diff --git a/pypy/doc/image/pypy-translation-0.9.png b/rpython/doc/_static/pypy-translation-0.9.png rename from pypy/doc/image/pypy-translation-0.9.png rename to rpython/doc/_static/pypy-translation-0.9.png diff --git a/pypy/doc/image/translation-detail-0.9.graffle b/rpython/doc/_static/translation-detail-0.9.graffle rename from pypy/doc/image/translation-detail-0.9.graffle rename to rpython/doc/_static/translation-detail-0.9.graffle diff --git a/pypy/doc/image/translation-detail-0.9.png b/rpython/doc/_static/translation-detail-0.9.png rename from pypy/doc/image/translation-detail-0.9.png rename to rpython/doc/_static/translation-detail-0.9.png diff --git a/pypy/doc/image/translation-greyscale-small.pdf b/rpython/doc/_static/translation-greyscale-small.pdf rename from pypy/doc/image/translation-greyscale-small.pdf rename to rpython/doc/_static/translation-greyscale-small.pdf diff --git a/pypy/doc/image/translation-greyscale-small.png b/rpython/doc/_static/translation-greyscale-small.png rename from pypy/doc/image/translation-greyscale-small.png rename to rpython/doc/_static/translation-greyscale-small.png diff --git a/pypy/doc/image/translation-greyscale-small.sxd b/rpython/doc/_static/translation-greyscale-small.sxd rename from pypy/doc/image/translation-greyscale-small.sxd rename to rpython/doc/_static/translation-greyscale-small.sxd diff --git a/pypy/doc/image/translation.pdf b/rpython/doc/_static/translation.pdf rename from pypy/doc/image/translation.pdf rename to rpython/doc/_static/translation.pdf diff --git a/pypy/doc/image/translation.sxd b/rpython/doc/_static/translation.sxd rename from pypy/doc/image/translation.sxd rename to rpython/doc/_static/translation.sxd diff --git a/rpython/doc/translation.rst b/rpython/doc/translation.rst --- a/rpython/doc/translation.rst +++ b/rpython/doc/translation.rst @@ -96,7 +96,7 @@ The following figure gives a simplified overview (`PDF color version`_): - .. image:: image/translation-greyscale-small.png + .. image:: _static/translation-greyscale-small.png .. _`PDF color version`: https://bitbucket.org/pypy/pypy/raw/default/pypy/doc/image/translation.pdf @@ -130,7 +130,7 @@ inspect the graphs at various stages of the translation process (very useful to try to work out why things are breaking). It looks like this: - .. image:: image/bpnn_update.png + .. image:: _static/bpnn_update.png It is recommended to play with ``python bin/translatorshell.py`` on a few examples to get an idea of the structure of flow graphs. The following describes @@ -720,7 +720,7 @@ The following image summarizes the various parts of the toolchain as of the 0.9 release, with the default translation to C highlighted: -.. image:: image/pypy-translation-0.9.png +.. image:: _static/pypy-translation-0.9.png :align: center A detail that has not yet been emphasized is the interaction of the @@ -734,7 +734,7 @@ following picture attempts to summarize the components involved in performing each step of the default translation process: -.. image:: image/translation-detail-0.9.png +.. image:: _static/translation-detail-0.9.png :align: center .. _`low-level helpers`: glossary.html#low-level-helper _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
