Metadata-Version: 2.4
Name: slidge-sphinx-extensions
Version: 0.2.2+git20251022.b3fe8aaccb
Summary: Sphinx extensions for the documentation of slidge modules
License-Expression: AGPL-3.0
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: docutils>=0.21
Requires-Dist: requests>=2
Requires-Dist: sphinx>=8

# Slidge sphinx extensions

## `slidge_sphinx_exensions.doap`

Generates a "features" page from a [DOAP](https://en.wikipedia.org/wiki/DOAP) file.
Example: [slidgram features](https://slidge.codeberg.page/docs/slidgram/dev/features.html).

## `slidge_sphinx_exensions.config_obj`

Generates a "configuration" page from the attributes of a python object.
Example: [python object](https://codeberg.org/slidge/slidgram/src/branch/main/slidgram/config.py)
and corresponding [generated page](https://slidge.codeberg.page/docs/slidgram/dev/config.html)
from slidgram.
