mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-09 05:22:19 +08:00
move core extensions up
This commit is contained in:
@@ -24,9 +24,9 @@ systems.
|
||||
In five chapters we're trying to describe the internals of |jedi|:
|
||||
|
||||
- :ref:`The Jedi Core <dev-core>`
|
||||
- :ref:`Core Extensions <dev-extensions>`
|
||||
- :ref:`Imports & Modules <dev-imports-modules>`
|
||||
- :ref:`Caching & Recursions <dev-caching-recursions>`
|
||||
- :ref:`Extensions <dev-extensions>`
|
||||
- :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:
|
||||
|
||||
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user