[pypy-commit] cffi default: Linkify.
arigo
noreply at buildbot.pypy.org
Sun Jun 17 20:05:54 CEST 2012
Author: Armin Rigo <arigo at tunes.org>
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
More information about the pypy-commit
mailing list