From: Michael Orlitzky Date: Wed, 26 Oct 2016 18:16:20 +0000 (-0400) Subject: Update Sphinx with the new directory structure. X-Git-Tag: 0.1.0~117 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dunshire.git;a=commitdiff_plain;h=3074f78cad49c95a7f808a72403809df4f7edc5b Update Sphinx with the new directory structure. --- diff --git a/doc/source/conf.py b/doc/source/conf.py index 511b821..baf787e 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -7,7 +7,7 @@ import shlex # If extensions (or modules to document with autodoc) are in another directory, # 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('../../src/')) +sys.path.insert(0, os.path.abspath('../../')) # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom diff --git a/doc/source/developer-api.rst b/doc/source/developer-api.rst index 0a6d0e9..aa7898f 100644 --- a/doc/source/developer-api.rst +++ b/doc/source/developer-api.rst @@ -44,10 +44,10 @@ dunshire.options module :show-inheritance: -test.suite module +test module ^^^^^^^^^^^^^^^^^ -.. automodule:: test.suite +.. automodule:: test :members: :undoc-members: :show-inheritance: