mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-22 21:31:26 +08:00
sphinx dev: add fast_parser
This commit is contained in:
@@ -84,14 +84,13 @@ 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 <dynamic>`
|
- :ref:`Dynamic Arrays & Function Parameters <dynamic>`
|
||||||
|
- :ref:`Fast Parser <fast_parser>`
|
||||||
- :ref:`Docstrings <docstrings>`
|
- :ref:`Docstrings <docstrings>`
|
||||||
- :ref:`Refactoring <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 slower and
|
||||||
without refactoring support, docstrings and the understanding of the dynamic
|
without some features.
|
||||||
nature of Python.
|
|
||||||
|
|
||||||
|
|
||||||
.. _dynamic:
|
.. _dynamic:
|
||||||
|
|
||||||
@@ -100,6 +99,14 @@ Dynamic Arrays & Function Parameters (dynamic.py)
|
|||||||
|
|
||||||
.. automodule:: dynamic
|
.. automodule:: dynamic
|
||||||
|
|
||||||
|
|
||||||
|
.. _fast_parser:
|
||||||
|
|
||||||
|
Fast Parser (fast_parser.py)
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
.. automodule:: fast_parser
|
||||||
|
|
||||||
.. _docstrings:
|
.. _docstrings:
|
||||||
|
|
||||||
Docstrings (docstrings.py)
|
Docstrings (docstrings.py)
|
||||||
|
|||||||
Reference in New Issue
Block a user