forked from VimPlug/jedi
move core extensions up
This commit is contained in:
+24
-22
@@ -24,9 +24,9 @@ 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 <dev-core>`
|
||||||
|
- :ref:`Core Extensions <dev-extensions>`
|
||||||
- :ref:`Imports & Modules <dev-imports-modules>`
|
- :ref:`Imports & Modules <dev-imports-modules>`
|
||||||
- :ref:`Caching & Recursions <dev-caching-recursions>`
|
- :ref:`Caching & Recursions <dev-caching-recursions>`
|
||||||
- :ref:`Extensions <dev-extensions>`
|
|
||||||
- :ref:`Helper modules <dev-helpers>`
|
- :ref:`Helper modules <dev-helpers>`
|
||||||
|
|
||||||
|
|
||||||
@@ -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:
|
.. _dev-imports-modules:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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:
|
.. _dev-helpers:
|
||||||
|
|
||||||
Helper Modules
|
Helper Modules
|
||||||
|
|||||||
Reference in New Issue
Block a user