Author: Manuel Jacob <[email protected]> Branch: improve-docs Changeset: r74162:21da0f3c7ada Date: 2014-10-24 14:03 +0200 http://bitbucket.org/pypy/pypy/changeset/21da0f3c7ada/
Log: Fix. diff --git a/rpython/doc/arm.rst b/rpython/doc/arm.rst --- a/rpython/doc/arm.rst +++ b/rpython/doc/arm.rst @@ -1,4 +1,4 @@ -.. arm: +.. _arm: Cross-translating for ARM ========================= diff --git a/rpython/doc/garbage_collection.rst b/rpython/doc/garbage_collection.rst --- a/rpython/doc/garbage_collection.rst +++ b/rpython/doc/garbage_collection.rst @@ -1,7 +1,7 @@ .. TODO cleanup after merge of gc-del -.. garbage-collection: +.. _garbage-collection: ============================= Garbage Collection in RPython diff --git a/rpython/doc/index.rst b/rpython/doc/index.rst --- a/rpython/doc/index.rst +++ b/rpython/doc/index.rst @@ -1,4 +1,4 @@ -.. index: +.. _index: Welcome to RPython's documentation! =================================== diff --git a/rpython/doc/jit/index.rst b/rpython/doc/jit/index.rst --- a/rpython/doc/jit/index.rst +++ b/rpython/doc/jit/index.rst @@ -1,4 +1,4 @@ -.. jit: +.. _jit: JIT documentation ================= diff --git a/rpython/doc/rpython.rst b/rpython/doc/rpython.rst --- a/rpython/doc/rpython.rst +++ b/rpython/doc/rpython.rst @@ -1,4 +1,4 @@ -.. language: +.. _language: RPython Language ================ _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
