From 944a7f5561347293cdc26f989750b3ad444b4ab3 Mon Sep 17 00:00:00 2001 From: Moritz Kiefer Date: Sat, 2 Feb 2013 12:24:41 +0100 Subject: [PATCH] Fix documentation --- docs/source/client.rst | 2 +- docs/source/conf.py | 2 +- docs/source/models.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/client.rst b/docs/source/client.rst index acb4873..9739705 100644 --- a/docs/source/client.rst +++ b/docs/source/client.rst @@ -1,7 +1,7 @@ client Module ============= -.. automodule:: client +.. automodule:: diaspy.client :members: :undoc-members: :show-inheritance: diff --git a/docs/source/conf.py b/docs/source/conf.py index b9c6902..fe1d785 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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 ----------------------------------------------------- diff --git a/docs/source/models.rst b/docs/source/models.rst index b37ad40..fc221a5 100644 --- a/docs/source/models.rst +++ b/docs/source/models.rst @@ -1,7 +1,7 @@ models Module ============= -.. automodule:: models +.. automodule:: diaspy.models :members: :undoc-members: :show-inheritance: -- 2.25.1