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>
19 lines
214 B
ReStructuredText
19 lines
214 B
ReStructuredText
Models
|
|
======
|
|
|
|
Category
|
|
--------
|
|
|
|
.. automodule:: models.category
|
|
:members:
|
|
:undoc-members:
|
|
:show-inheritance:
|
|
|
|
Game
|
|
----
|
|
|
|
.. automodule:: models.game
|
|
:members:
|
|
:undoc-members:
|
|
:show-inheritance:
|