mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 05:54:25 +08:00
"Document" stubs for develops
This commit is contained in:
@@ -22,11 +22,12 @@ couldn't get rid of complexity. I know that **simple is better than complex**,
|
|||||||
but unfortunately it sometimes requires complex solutions to understand complex
|
but unfortunately it sometimes requires complex solutions to understand complex
|
||||||
systems.
|
systems.
|
||||||
|
|
||||||
In five chapters I'm trying to describe the internals of |jedi|:
|
In six chapters I'm trying to describe the internals of |jedi|:
|
||||||
|
|
||||||
- :ref:`The Jedi Core <core>`
|
- :ref:`The Jedi Core <core>`
|
||||||
- :ref:`Core Extensions <core-extensions>`
|
- :ref:`Core Extensions <core-extensions>`
|
||||||
- :ref:`Imports & Modules <imports-modules>`
|
- :ref:`Imports & Modules <imports-modules>`
|
||||||
|
- :ref:`Stubs & Annotations <stubs>`
|
||||||
- :ref:`Caching & Recursions <caching-recursions>`
|
- :ref:`Caching & Recursions <caching-recursions>`
|
||||||
- :ref:`Helper modules <dev-helpers>`
|
- :ref:`Helper modules <dev-helpers>`
|
||||||
|
|
||||||
@@ -177,6 +178,12 @@ Imports (inference/imports.py)
|
|||||||
|
|
||||||
.. automodule:: jedi.inference.imports
|
.. automodule:: jedi.inference.imports
|
||||||
|
|
||||||
|
.. _stubs:
|
||||||
|
|
||||||
|
Stubs & Annotations (inference/gradual)
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
.. automodule:: jedi.inference.gradual
|
||||||
|
|
||||||
.. _caching-recursions:
|
.. _caching-recursions:
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
"""
|
||||||
|
It is unfortunately not well documented how stubs and annotations work in Jedi.
|
||||||
|
If somebody needs an introduction, please let me know.
|
||||||
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user