Author: Armin Rigo <[email protected]> Branch: Changeset: r421:3d8c6a7029cf Date: 2012-06-17 20:04 +0200 http://bitbucket.org/cffi/cffi/changeset/3d8c6a7029cf/
Log: Mention demos. diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -65,6 +65,18 @@ to using internally ``ctypes`` (slower and does not support ``verify()``). +Demos: + +* The ``demo`` directory contains a number of small and large demos + of using ``cffi``. + +* The documentation below is sketchy on the details; for now the + ultimate reference is given by the tests, notably + `testing/test_verify.py`_ and `testing/backend_tests.py`_. + +.. _`testing/backend_tests.py`: https://bitbucket.org/cffi/cffi/src/default/testing/backend_tests.py +.. _`testing/test_verify.py`: https://bitbucket.org/cffi/cffi/src/default/testing/test_verify.py + Examples ======================================================= _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
