Create an autosummary for Jedi's API

This commit is contained in:
Dave Halter
2020-03-18 09:55:58 +01:00
parent 7de475318a
commit e53acb4150
4 changed files with 38 additions and 12 deletions

View File

@@ -19,6 +19,32 @@ The API consists of a few different parts:
- A way to work with different :ref:`Folders / Projects <projects>`
- Helpful functions: :func:`.preload_module` and :func:`.set_debug_function`
The methods that you are most likely going to use to work with Jedi are the
following ones:
.. currentmodule:: jedi
.. autosummary::
:nosignatures:
Script.complete
Script.goto
Script.infer
Script.help
Script.get_signatures
Script.get_references
Script.get_context
Script.get_names
Script.get_syntax_errors
Script.rename
Script.inline
Script.extract_variable
Script.extract_function
Script.search
Script.complete_search
Project.search
Project.complete_search
Script
------