diff --git a/docs/Makefile b/docs/Makefile index ba501f6f5..cb530b74a 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -6,7 +6,7 @@ SPHINXOPTS = SPHINXBUILD = sphinx-build SOURCEDIR = source BUILDDIR = build - +ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(SPHINXOPTS) $(SOURCEDIR) # Put it first so that "make" without argument is like "make help". help: @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) @@ -17,3 +17,6 @@ help: # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). %: Makefile @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) + +livehtml: + sphinx-autobuild -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html diff --git a/docs/source/conf.py b/docs/source/conf.py index 8b055c626..e29487e26 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -211,4 +211,4 @@ # If true, `todo` and `todoList` produce output, else they produce nothing. todo_include_todos = True -# \ No newline at end of file +# diff --git a/docs/source/modules.rst b/docs/source/modules.rst index e55c4d361..2429f4dbc 100644 --- a/docs/source/modules.rst +++ b/docs/source/modules.rst @@ -1,7 +1,7 @@ Python API ========== -.. automodule:: db_genomics.dbg +.. automodule:: glow.glow :members: :undoc-members: :show-inheritance: