diff --git a/docs/docs/development.rst b/docs/docs/development.rst index 4a7feb3e..9c12d5e5 100644 --- a/docs/docs/development.rst +++ b/docs/docs/development.rst @@ -24,9 +24,9 @@ systems. In five chapters we're trying to describe the internals of |jedi|: - :ref:`The Jedi Core ` +- :ref:`Core Extensions ` - :ref:`Imports & Modules ` - :ref:`Caching & Recursions ` -- :ref:`Extensions ` - :ref:`Helper modules ` @@ -64,8 +64,31 @@ Evaluation of python code (evaluate.py) +.. _dev-extensions: + +Core Extensions +--------------- + +Docstrings (docstrings.py) +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +.. automodule:: docstrings + +Dynamic Arrays & Function Parameters (dynamic.py) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +.. automodule:: dynamic + +Refactoring (docstrings.py) +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +.. automodule:: refactoring + + .. _dev-imports-modules: + + Imports & Modules ------------------- @@ -104,27 +127,6 @@ TODO need to refactor the recursion stuff out of helpers.py -.. _dev-extensions: - -Extensions ----------- - -Docstrings (docstrings.py) -~~~~~~~~~~~~~~~~~~~~~~~~~~ - -.. automodule:: docstrings - -Dynamic Arrays & Function Parameters (dynamic.py) -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -.. automodule:: dynamic - -Refactoring (docstrings.py) -~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -.. automodule:: refactoring - - .. _dev-helpers: Helper Modules