Fix documentation
authorMoritz Kiefer <moritz.kiefer@gmail.com>
Sat, 2 Feb 2013 11:24:41 +0000 (12:24 +0100)
committerMoritz Kiefer <moritz.kiefer@gmail.com>
Sat, 2 Feb 2013 11:24:41 +0000 (12:24 +0100)
docs/source/client.rst
docs/source/conf.py
docs/source/models.rst

index acb4873b891fbd62f54fcb8e99a782aeff3dfcf4..973970577e6e0a459086975d036cb1211377fb3a 100644 (file)
@@ -1,7 +1,7 @@
 client Module
 =============
 
-.. automodule:: client
+.. automodule:: diaspy.client
     :members:
     :undoc-members:
     :show-inheritance:
index b9c6902ebea61da845423d68b29f05021b0da55f..fe1d785eb41db1be2574481562e9cc1d7e900d89 100644 (file)
@@ -18,7 +18,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(os.path.join(os.pardir, os.pardir, 'diaspy')))
+sys.path.insert(0, os.path.abspath(os.path.join(os.pardir, os.pardir)))
 
 # -- General configuration -----------------------------------------------------
 
index b37ad400ffb648d729e3ee26dc3013a85a972007..fc221a50b3dc69c0fdfdd8d73ff5b7ccdd3ff937 100644 (file)
@@ -1,7 +1,7 @@
 models Module
 =============
 
-.. automodule:: models
+.. automodule:: diaspy.models
     :members:
     :undoc-members:
     :show-inheritance: