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>
21 lines
333 B
ReStructuredText
21 lines
333 B
ReStructuredText
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`
|