Compare commits
No commits in common. "master" and "0.8.3" have entirely different histories.
@ -1,26 +1,33 @@
|
|||||||
# `symconf` package
|
# `symconf` package docs
|
||||||
*General-purpose local application configuration manager*
|
|
||||||
|
|
||||||
{ref}`genindex`
|
{ref}`genindex`
|
||||||
{ref}`modindex`
|
{ref}`modindex`
|
||||||
|
{ref}`search`
|
||||||
|
|
||||||
|
## Top-level module overview
|
||||||
|
|
||||||
```{eval-rst}
|
```{eval-rst}
|
||||||
.. autosummary::
|
.. autosummary::
|
||||||
:nosignatures:
|
:nosignatures:
|
||||||
:recursive:
|
:recursive:
|
||||||
:caption: Modules
|
|
||||||
|
|
||||||
symconf.config
|
symconf.config
|
||||||
symconf.reader
|
symconf.reader
|
||||||
symconf.runner
|
symconf.runner
|
||||||
symconf.matching
|
symconf.matching
|
||||||
symconf.template
|
symconf.template
|
||||||
|
symconf.util
|
||||||
|
```
|
||||||
|
|
||||||
|
## Auto-reference contents
|
||||||
|
```{toctree}
|
||||||
|
:maxdepth: 3
|
||||||
|
|
||||||
|
_autoref/symconf.rst
|
||||||
```
|
```
|
||||||
|
|
||||||
```{toctree}
|
```{toctree}
|
||||||
:maxdepth: 1
|
:maxdepth: 2
|
||||||
:caption: Contents
|
:caption: Contents
|
||||||
:hidden:
|
|
||||||
|
|
||||||
reference/archive
|
reference/archive
|
||||||
reference/configuring
|
reference/configuring
|
||||||
|
Loading…
x
Reference in New Issue
Block a user