mirror of
https://github.com/davidhalter/jedi.git
synced 2026-09-21 12:13:18 +08:00
improve internal module links for sphinx documentation
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"""
|
||||
:mod:`imports` is here to resolve import statements and return the
|
||||
modules/classes/functions/whatever, which they stand for. However there's not
|
||||
any actual importing done. This module is about finding modules in the
|
||||
:mod:`jedi.evaluate.imports` is here to resolve import statements and return
|
||||
the modules/classes/functions/whatever, which they stand for. However there's
|
||||
not any actual importing done. This module is about finding modules in the
|
||||
filesystem. This can be quite tricky sometimes, because Python imports are not
|
||||
always that simple.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user