mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
dev docs: no-members for automodule
This commit is contained in:
@@ -7,7 +7,7 @@ Jedi Development
|
|||||||
|
|
||||||
.. note:: This documentation is for Jedi developers, who want to improve Jedi
|
.. note:: This documentation is for Jedi developers, who want to improve Jedi
|
||||||
itself, but have just no idea how Jedi works. If you want to use Jedi for
|
itself, but have just no idea how Jedi works. If you want to use Jedi for
|
||||||
your IDE, look at the `plugin api <plugin-api>`.
|
your IDE, look at the `plugin api <plugin-api.html>`_.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -16,9 +16,9 @@ Core
|
|||||||
|
|
||||||
The core of Jedi consists of three parts:
|
The core of Jedi consists of three parts:
|
||||||
|
|
||||||
- `API <dev-api>`
|
- :ref:`API <dev-api>`
|
||||||
- `Parser <dev-parser>`
|
- :ref:`Parser <dev-parser>`
|
||||||
- `Python code evaluation <dev-evaluate>`
|
- :ref:`Python code evaluation <dev-evaluate>`
|
||||||
|
|
||||||
.. _dev-api:
|
.. _dev-api:
|
||||||
|
|
||||||
@@ -33,6 +33,7 @@ Parser (parsing.py)
|
|||||||
~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
.. automodule:: parsing
|
.. automodule:: parsing
|
||||||
|
:no-members:
|
||||||
|
|
||||||
.. _dev-evaluate:
|
.. _dev-evaluate:
|
||||||
|
|
||||||
@@ -40,6 +41,7 @@ Evaluation of python code (evaluate.py)
|
|||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
.. automodule:: evaluate
|
.. automodule:: evaluate
|
||||||
|
:no-members:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -50,16 +52,19 @@ Modules (modules.py)
|
|||||||
~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
.. automodule:: module
|
.. automodule:: module
|
||||||
|
:no-members:
|
||||||
|
|
||||||
Builtin Modules (builtin.py)
|
Builtin Modules (builtin.py)
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
.. automodule:: builtin
|
.. automodule:: builtin
|
||||||
|
:no-members:
|
||||||
|
|
||||||
Imports (imports.py)
|
Imports (imports.py)
|
||||||
~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
.. automodule:: imports
|
.. automodule:: imports
|
||||||
|
:no-members:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -70,6 +75,7 @@ Caching (cache.py)
|
|||||||
~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
.. automodule:: cache
|
.. automodule:: cache
|
||||||
|
:no-members:
|
||||||
|
|
||||||
Recursions (recursion.py)
|
Recursions (recursion.py)
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
@@ -86,16 +92,19 @@ Docstrings (docstrings.py)
|
|||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
.. automodule:: docstrings
|
.. automodule:: docstrings
|
||||||
|
:no-members:
|
||||||
|
|
||||||
Dynamic Arrays & Function Parameters (dynamic.py)
|
Dynamic Arrays & Function Parameters (dynamic.py)
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
.. automodule:: dynamic
|
.. automodule:: dynamic
|
||||||
|
:no-members:
|
||||||
|
|
||||||
Refactoring (docstrings.py)
|
Refactoring (docstrings.py)
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
.. automodule:: refactoring
|
.. automodule:: refactoring
|
||||||
|
:no-members:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -111,3 +120,4 @@ Python 2/3 compatibility (_compatibility.py)
|
|||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
.. automodule:: _compatibility
|
.. automodule:: _compatibility
|
||||||
|
:no-members:
|
||||||
|
|||||||
Reference in New Issue
Block a user