From 9465eb7881ead908311131d04acf32af442c5c91 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Sun, 15 Apr 2018 11:30:35 +0200 Subject: [PATCH] Reorder some functions --- docs/docs/plugin-api.rst | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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: