From 28d44ca764955cb042e5d1821ffc23e2b9aba07c Mon Sep 17 00:00:00 2001
From: Daniel Schadt <kingdread@gmx.de>
Date: Thu, 29 Dec 2022 16:20:18 +0100
Subject: generate & build API docs for the Python package

We have so many nice docstrings, but they aren't really rendered
anywhere (expect locally in your IDE), as we did not include the API
docs anywhere.

This change uses sphinx-apidoc to generate autodoc stubs for Sphinx, so
that the docstrings are actually rendered to HTML. This is not perfect
yet (I'm not too happy about the default modules.rst simply listing one
package), but it is good enough for the start and makes it possible to
actually browse the docstrings in a browser.
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

(limited to '.gitignore')

diff --git a/.gitignore b/.gitignore
index 259f717..4ff2054 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,5 @@ test
 /data
 poetry.toml
 /language-packs
+# The module docs are regenerated using sphinx-apidoc
+doc/developer/module/
-- 
cgit v1.2.3