mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-09 13:32:20 +08:00
Add inheritance-diagram to Sphinx documentation
This commit is contained in:
@@ -61,6 +61,22 @@ Parser Representation (parser_representation.py)
|
||||
|
||||
.. automodule:: parsing_representation
|
||||
|
||||
.. inheritance-diagram::
|
||||
SubModule
|
||||
Class
|
||||
Function
|
||||
Lambda
|
||||
Flow
|
||||
ForFlow
|
||||
Import
|
||||
Statement
|
||||
Param
|
||||
Call
|
||||
Array
|
||||
Name
|
||||
ListComprehension
|
||||
:parts: 1
|
||||
|
||||
.. _evaluate:
|
||||
|
||||
Evaluation of python code (evaluate.py)
|
||||
@@ -73,6 +89,16 @@ Evaluation Representation (evaluate_representation.py)
|
||||
|
||||
.. automodule:: evaluate_representation
|
||||
|
||||
.. inheritance-diagram::
|
||||
Executable
|
||||
Instance
|
||||
InstanceElement
|
||||
Class
|
||||
Function
|
||||
Execution
|
||||
Generator
|
||||
Array
|
||||
:parts: 1
|
||||
|
||||
.. _dev-api:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user