1
0
forked from VimPlug/jedi

Fix a lot of sphinx warnings

This commit is contained in:
Dave Halter
2020-03-18 10:16:32 +01:00
parent e53acb4150
commit 516b58b287
7 changed files with 18 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
Projects are a way to handle Python projects within Jedi. For simpler plugins
you might not want to deal with projects, but if you want to give the user more
flexibility to define sys paths and Python interpreters for a project,
:class:`Project` is the perfect way to allow for that.
:class:`.Project` is the perfect way to allow for that.
Projects can be saved to disk and loaded again, to allow project definitions to
be used across repositories.