diff --git a/docs/docs/development.rst b/docs/docs/development.rst index e7621bda..691b49be 100644 --- a/docs/docs/development.rst +++ b/docs/docs/development.rst @@ -84,14 +84,13 @@ Core Extensions Core Extensions is a summary of the following topics: - :ref:`Dynamic Arrays & Function Parameters ` +- :ref:`Fast Parser ` - :ref:`Docstrings ` - :ref:`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. - +they could be removed from Jedi and Jedi would still work. But slower and +without some features. .. _dynamic: @@ -100,6 +99,14 @@ Dynamic Arrays & Function Parameters (dynamic.py) .. automodule:: dynamic + +.. _fast_parser: + +Fast Parser (fast_parser.py) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +.. automodule:: fast_parser + .. _docstrings: Docstrings (docstrings.py)