mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-09 23:34:45 +08:00
sphinx dev: core extensions description
This commit is contained in:
@@ -69,16 +69,34 @@ Evaluation of python code (evaluate.py)
|
||||
Core Extensions
|
||||
---------------
|
||||
|
||||
Docstrings (docstrings.py)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
Core Extensions is a summary of the following topics:
|
||||
|
||||
.. automodule:: docstrings
|
||||
- :ref:`Dynamic Arrays & Function Parameters <dev-dynamic>`
|
||||
- :ref:`Docstrings <dev-docstrings>`
|
||||
- :ref:`Refactoring <dev-refactoring>`
|
||||
|
||||
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
|
||||
without refactoring support, docstrings and the understanding of the dynamic
|
||||
nature of Python.
|
||||
|
||||
|
||||
.. _dev-dynamic:
|
||||
|
||||
Dynamic Arrays & Function Parameters (dynamic.py)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
.. automodule:: dynamic
|
||||
|
||||
.. _dev-docstrings:
|
||||
|
||||
Docstrings (docstrings.py)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
.. automodule:: docstrings
|
||||
|
||||
.. _dev-refactoring:
|
||||
|
||||
Refactoring (docstrings.py)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user