From 75f5180e036423b511a0e657c418d066d34ef288 Mon Sep 17 00:00:00 2001 From: Felipe Martin Date: Sun, 6 Oct 2019 18:41:28 +0200 Subject: [PATCH] Updated docs to display root package name --- docs/build.sh | 2 +- docs/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/build.sh b/docs/build.sh index a2300b7..f41dbff 100755 --- a/docs/build.sh +++ b/docs/build.sh @@ -1,5 +1,5 @@ #!/bin/bash cd docs || exit 1 -sphinx-apidoc -o api ../jeeves/core +sphinx-apidoc -o api ../jeeves make html diff --git a/docs/index.rst b/docs/index.rst index a97bcea..7a9ac2b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -18,7 +18,7 @@ Welcome to Jeeves's documentation! :glob: :caption: API Reference: - api/core.rst + api/jeeves.core.rst Indices and tables