From 8d5a621ee1579a436eb2c49e7f8b85a48c71e421 Mon Sep 17 00:00:00 2001 From: baldurk Date: Fri, 15 Dec 2017 12:56:59 +0000 Subject: [PATCH] Re-enable python API docs --- docs/conf.py | 2 +- docs/index.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index b2fb7654d..46a793fe3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -102,7 +102,7 @@ language = None # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. # This patterns also effect to html_static_path and html_extra_path -exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'python_api', 'sphinx_exts'] +exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'sphinx_exts'] # The reST default role (used for this markup: `text`) to use for all # documents. diff --git a/docs/index.rst b/docs/index.rst index dd4f29134..3003e71d2 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -20,6 +20,7 @@ Table of Contents introduction in_application_api credits_acknowledgements + python_api/index getting_started/index behind_scenes/index how/index