Files
kennethreitz 4a77f9163e Add Sphinx documentation with alabaster theme
- User guide: quickstart, tones, scales, chords, fretboard, playback
- API reference: autodoc for all modules
- alabaster theme with Napoleon for Google/NumPy docstrings
- Update project description in pyproject.toml
- Add sphinx to docs dependency group

Build with: uv run --group docs sphinx-build -b html docs docs/_build/html

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 05:47:20 -04:00

9 lines
215 B
ReStructuredText

Tones
=====
.. automodule:: pytheory.tones
:members:
:undoc-members:
:show-inheritance:
:special-members: __init__, __eq__, __hash__, __add__, __sub__, __lt__, __le__, __gt__, __ge__, __str__, __repr__