Files
Mathew Sir Guest the bestandClaude Opus 4.6 4d681a92ca 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>
2026-05-06 23:06:37 -06:00

27 lines
353 B
ReStructuredText

Handlers
========
API Handlers
------------
.. automodule:: handlers.api
:members:
:undoc-members:
:show-inheritance:
Main Handler
------------
.. automodule:: handlers.main
:members:
:undoc-members:
:show-inheritance:
Game Handler
------------
.. automodule:: handlers.game
:members:
:undoc-members:
:show-inheritance: