sphinx dev: remove dev- tags

This commit is contained in:
David Halter
2013-02-04 15:25:20 +01:00
parent 3af25edcf9
commit 27636dbb7c
+29 -27
View File
@@ -23,14 +23,14 @@ systems.
In five chapters we're trying to describe the internals of |jedi|: In five chapters we're trying to describe the internals of |jedi|:
- :ref:`The Jedi Core <dev-core>` - :ref:`The Jedi Core <core>`
- :ref:`Core Extensions <dev-extensions>` - :ref:`Core Extensions <core-extensions>`
- :ref:`Imports & Modules <dev-imports-modules>` - :ref:`Imports & Modules <imports-modules>`
- :ref:`Caching & Recursions <dev-caching-recursions>` - :ref:`Caching & Recursions <caching-recursions>`
- :ref:`Helper modules <dev-helpers>` - :ref:`Helper modules <dev-helpers>`
.. _dev-core: .. _core:
The Jedi Core The Jedi Core
------------- -------------
@@ -38,8 +38,8 @@ The Jedi Core
The core of Jedi consists of three parts: The core of Jedi consists of three parts:
- :ref:`API <dev-api>` - :ref:`API <dev-api>`
- :ref:`Parser <dev-parser>` - :ref:`Parser <parsing>`
- :ref:`Python code evaluation <dev-evaluate>` - :ref:`Python code evaluation <evaluate>`
.. _dev-api: .. _dev-api:
@@ -48,14 +48,14 @@ API (api.py and api_classes.py)
API API
.. _dev-parsing: .. _parsing:
Parser (parsing.py) Parser (parsing.py)
~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~
.. automodule:: parsing .. automodule:: parsing
.. _dev-evaluate: .. _evaluate:
Evaluation of python code (evaluate.py) Evaluation of python code (evaluate.py)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -64,16 +64,16 @@ Evaluation of python code (evaluate.py)
.. _dev-extensions: .. _core-extensions:
Core Extensions Core Extensions
--------------- ---------------
Core Extensions is a summary of the following topics: Core Extensions is a summary of the following topics:
- :ref:`Dynamic Arrays & Function Parameters <dev-dynamic>` - :ref:`Dynamic Arrays & Function Parameters <dynamic>`
- :ref:`Docstrings <dev-docstrings>` - :ref:`Docstrings <docstrings>`
- :ref:`Refactoring <dev-refactoring>` - :ref:`Refactoring <refactoring>`
These topics are very important to understand what Jedi additionally does, but These topics are very important to understand what Jedi additionally does, but
they could be removed from Jedi and Jedi would still work. But logically they could be removed from Jedi and Jedi would still work. But logically
@@ -81,21 +81,21 @@ without refactoring support, docstrings and the understanding of the dynamic
nature of Python. nature of Python.
.. _dev-dynamic: .. _dynamic:
Dynamic Arrays & Function Parameters (dynamic.py) Dynamic Arrays & Function Parameters (dynamic.py)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. automodule:: dynamic .. automodule:: dynamic
.. _dev-docstrings: .. _docstrings:
Docstrings (docstrings.py) Docstrings (docstrings.py)
~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~
.. automodule:: docstrings .. automodule:: docstrings
.. _dev-refactoring: .. _refactoring:
Refactoring (docstrings.py) Refactoring (docstrings.py)
~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -103,33 +103,32 @@ Refactoring (docstrings.py)
.. automodule:: refactoring .. automodule:: refactoring
.. _dev-imports-modules:
.. _imports-modules:
Imports & Modules Imports & Modules
------------------- -------------------
- :ref:`Modules <dev-modules>` - :ref:`Modules <modules>`
- :ref:`Builtin Modules <dev-builtin>` - :ref:`Builtin Modules <builtin>`
- :ref:`Imports <dev-imports>` - :ref:`Imports <imports>`
.. _dev-modules: .. _modules:
Modules (modules.py) Modules (modules.py)
~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~
.. automodule:: modules .. automodule:: modules
.. _dev-builtin: .. _builtin:
Builtin Modules (builtin.py) Builtin Modules (builtin.py)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. automodule:: builtin .. automodule:: builtin
.. _dev-imports: .. _imports:
Imports (imports.py) Imports (imports.py)
~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~
@@ -138,21 +137,24 @@ Imports (imports.py)
.. _dev-caching-recursions: .. _caching-recursions:
Caching & Recursions Caching & Recursions
---------------------- ----------------------
- :ref:`Caching <dev-modules>` - :ref:`Caching <cache>`
- :ref:`Recursions Modules <dev-builtin>` - :ref:`Recursions Modules <recursion>`
.. _cache:
Caching (cache.py) Caching (cache.py)
~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~
.. automodule:: cache .. automodule:: cache
.. _recursion:
Recursions (recursion.py) Recursions (recursion.py)
~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~