From 54b44c047080b64596006237719f8663c1be026c Mon Sep 17 00:00:00 2001 From: Daniel Hornung <d.hornung@indiscale.com> Date: Tue, 1 Jun 2021 09:26:44 +0200 Subject: [PATCH] DOC: API documentation as single pages. --- src/doc/Makefile | 2 +- src/doc/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/Makefile b/src/doc/Makefile index 9841c661..8b533626 100644 --- a/src/doc/Makefile +++ b/src/doc/Makefile @@ -45,4 +45,4 @@ doc-help: @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) apidoc: - @$(SPHINXAPIDOC) -o _apidoc $(PY_BASEDIR) + @$(SPHINXAPIDOC) -o _apidoc $(PY_BASEDIR) --separate diff --git a/src/doc/index.rst b/src/doc/index.rst index 76a2f88f..12becf50 100644 --- a/src/doc/index.rst +++ b/src/doc/index.rst @@ -12,7 +12,7 @@ Welcome to PyCaosDB's documentation! Concepts <concepts> Configuration <configuration> Administration <administration> - API documentation<_apidoc/modules> + API documentation<_apidoc/caosdb> This is the documentation for the Python client library for CaosDB, ``PyCaosDB``. -- GitLab