1
0
forked from VimPlug/jedi

improve internal module links for sphinx documentation

This commit is contained in:
Dave Halter
2014-03-11 15:45:54 +01:00
parent cffdcd2571
commit 5764e760d2
5 changed files with 11 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
"""
The :mod:`api_classes` module contains the return classes of the API. These
classes are the much bigger part of the whole API, because they contain the
interesting information about completion and goto operations.
The :mod:`jedi.api.classes` module contains the return classes of the API.
These classes are the much bigger part of the whole API, because they contain
the interesting information about completion and goto operations.
"""
import warnings
@@ -10,7 +10,6 @@ from jedi import settings
from jedi import common
from jedi import cache
from jedi.parser import representation as pr
from jedi.parser.tokenize import Token
from jedi.evaluate import representation as er
from jedi.evaluate import iterable
from jedi.evaluate import imports