Started creating full documentation

This commit is contained in:
Danilo Bargen
2012-12-26 01:34:36 +01:00
parent 4217632ec8
commit e0d07aff79
6 changed files with 142 additions and 30 deletions

View File

@@ -17,6 +17,7 @@ import sys, os
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
sys.path.insert(0, os.path.abspath('../..'))
sys.path.insert(0, os.path.abspath('../../jedi'))
# -- General configuration -----------------------------------------------------