[pypy-svn] r40958 - in pypy/dist/pypy/doc: . config
cfbolz at codespeak.net
cfbolz at codespeak.net
Wed Mar 21 18:34:22 CET 2007
Author: cfbolz
Date: Wed Mar 21 18:34:20 2007
New Revision: 40958
Modified:
pypy/dist/pypy/doc/config/index.txt
pypy/dist/pypy/doc/index.txt
Log:
add link a link to the compat matrix, embed it into config/index.txt
Modified: pypy/dist/pypy/doc/config/index.txt
==============================================================================
--- pypy/dist/pypy/doc/config/index.txt (original)
+++ pypy/dist/pypy/doc/config/index.txt Wed Mar 21 18:34:20 2007
@@ -39,6 +39,11 @@
barely be imagined in CPython, which are documented in `What PyPy can
do for your objects`_.
+The following diagram gives some hints about which PyPy features work together
+with which other PyPy features:
+
+.. image:: ../image/compat-matrix.png
+
.. _`configuration`: ../configuration.html
.. _`objspace options`: commandline.html#overwiew-of-command-line-options-for-objspace
.. _`object space options`: commandline.html#overwiew-of-command-line-options-for-objspace
Modified: pypy/dist/pypy/doc/index.txt
==============================================================================
--- pypy/dist/pypy/doc/index.txt (original)
+++ pypy/dist/pypy/doc/index.txt Wed Mar 21 18:34:20 2007
@@ -85,6 +85,9 @@
`PyPy statistics`_ is a page with various statistics about the PyPy project.
+`compatibility matrix`_ is a diagram that shows which of the various features
+of the PyPy interpreter work together with which other features.
+
Source Code Documentation
===============================================
@@ -342,6 +345,7 @@
.. _Mono: http://www.mono-project.com/
.. _`"standard library"`: rlib.html
.. _`graph viewer`: getting-started.html#try-out-the-translator
+.. _`compatibility matrix`: image/compat-matrix.png
.. include:: _ref.txt
More information about the Pypy-commit
mailing list