improve internal module links for sphinx documentation

This commit is contained in:
Dave Halter
2014-03-11 15:46:08 +01:00
parent cffdcd2571
commit 5764e760d2
5 changed files with 11 additions and 12 deletions
+3 -3
View File
@@ -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.