docs: add Google-style docstrings and Sphinx autodoc setup

Add concise docstrings to all Python modules, classes, and public
functions. Configure Sphinx with napoleon extension for Google-style
docstring parsing and autodoc pages for each module.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Mathew Sir Guest the best
2026-05-06 23:06:37 -06:00
co-authored by Claude Opus 4.6
parent fd3ff46804
commit 4d681a92ca
16 changed files with 479 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
ai_demo_backend
===============
A backend HTTP server that powers a word search puzzle game playable in a web browser.
.. toctree::
:maxdepth: 2
:caption: Contents:
modules/app
modules/db
modules/models
modules/game
modules/handlers
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`