diff --git a/docs/docs/plugin-api.rst b/docs/docs/plugin-api.rst index 41bc857e..9515233f 100644 --- a/docs/docs/plugin-api.rst +++ b/docs/docs/plugin-api.rst @@ -27,12 +27,20 @@ The deprecation process is as follows: API documentation ----------------- +.. _api: + API Interface ~~~~~~~~~~~~~ -.. automodule:: jedi.api +.. automodule:: jedi + +.. autoclass:: jedi.Script :members: - :undoc-members: +.. autoclass:: jedi.Interpreter + :members: +.. autofunction:: jedi.names +.. autofunction:: jedi.preload_module +.. autofunction:: jedi.set_debug_function .. _environments: