mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 23:04:48 +08:00
fix sphinx warnings/errors
This commit is contained in:
@@ -72,7 +72,7 @@ Imports & Modules
|
|||||||
Modules (modules.py)
|
Modules (modules.py)
|
||||||
~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
.. automodule:: module
|
.. automodule:: modules
|
||||||
|
|
||||||
Builtin Modules (builtin.py)
|
Builtin Modules (builtin.py)
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|||||||
@@ -1,7 +1,4 @@
|
|||||||
"""
|
"""
|
||||||
Maintainer: David Halter <davidhalter88@gmail.com>
|
|
||||||
Version: 0.1
|
|
||||||
|
|
||||||
py_fuzzyparser parses python code, with the goal of a good representation of
|
py_fuzzyparser parses python code, with the goal of a good representation of
|
||||||
the code within a tree structure. Variables, Classes and Functions are defined
|
the code within a tree structure. Variables, Classes and Functions are defined
|
||||||
within this tree structure, containing their exact locations in the code.
|
within this tree structure, containing their exact locations in the code.
|
||||||
@@ -17,9 +14,9 @@ changed, was programmed by Aaron Griffin <aaronmgriffin@gmail.com>.
|
|||||||
|
|
||||||
**The structure of the following script:**
|
**The structure of the following script:**
|
||||||
A Scope has
|
A Scope has
|
||||||
- imports (Import)
|
- imports (Import)
|
||||||
- subscopes (Scope, Class, Function, Flow)
|
- subscopes (Scope, Class, Function, Flow)
|
||||||
- statements (Statement)
|
- statements (Statement)
|
||||||
|
|
||||||
All these objects have `Name`s. `Call` and `Array` are used as detail objects
|
All these objects have `Name`s. `Call` and `Array` are used as detail objects
|
||||||
of a statement.
|
of a statement.
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ Filesystem cache
|
|||||||
~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
.. autodata:: cache_directory
|
.. autodata:: cache_directory
|
||||||
.. autodata:: use_fs_cache
|
.. autodata:: use_filesystem_cache
|
||||||
|
|
||||||
|
|
||||||
Parser
|
Parser
|
||||||
|
|||||||
Reference in New Issue
Block a user