Author: Armin Rigo <[email protected]> Branch: Changeset: r422:cdf38ced47fa Date: 2012-06-17 20:05 +0200 http://bitbucket.org/cffi/cffi/changeset/cdf38ced47fa/
Log: Linkify. diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -67,13 +67,14 @@ Demos: -* The ``demo`` directory contains a number of small and large 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`_. +.. _`demo`: https://bitbucket.org/cffi/cffi/src/default/demo .. _`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 _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
