complete first revision of large-scale refactor, vastly simplified config model

This commit is contained in:
2024-07-03 01:38:52 -07:00
parent 888bb52d23
commit c50a3ec474
30 changed files with 756 additions and 456 deletions

29
docs/index.md Normal file
View File

@@ -0,0 +1,29 @@
# `autoconf` package docs
{ref}`genindex`
{ref}`modindex`
{ref}`search`
```{eval-rst}
.. autosummary::
:nosignatures:
# list modules here for quick links
```
```{toctree}
:maxdepth: 3
:caption: Autoref
_autoref/autoconf.rst
```
```{toctree}
:maxdepth: 3
:caption: Contents
reference/documentation/index
reference/site/index
```
```{include} ../README.md
```