sphinx dev: add fast_parser

This commit is contained in:
David Halter
2013-02-04 16:33:11 +01:00
parent 95c5b9a5e3
commit c5f48873e8

View File

@@ -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)