From df5262ec05f60605b195d2302949c7d642277955 Mon Sep 17 00:00:00 2001 From: smgr Date: Sat, 11 Oct 2025 23:03:46 -0700 Subject: [PATCH] revise sphinx doc build config --- docs/index.md | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/docs/index.md b/docs/index.md index fc1bbb8..3aba1a0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,33 +1,26 @@ -# `symconf` package docs +# `symconf` package +*General-purpose local application configuration manager* + {ref}`genindex` {ref}`modindex` -{ref}`search` - -## Top-level module overview ```{eval-rst} .. autosummary:: :nosignatures: :recursive: + :caption: Modules symconf.config symconf.reader symconf.runner symconf.matching symconf.template - symconf.util -``` - -## Auto-reference contents -```{toctree} -:maxdepth: 3 - -_autoref/symconf.rst ``` ```{toctree} -:maxdepth: 2 +:maxdepth: 1 :caption: Contents +:hidden: reference/archive reference/configuring