add plot styles, clean up package-wide docstrings

This commit is contained in:
2026-03-07 03:10:13 -08:00
parent faeef9c72a
commit e867bc0e7f
11 changed files with 398 additions and 119 deletions

View File

@@ -6,8 +6,8 @@
# -- Project information ------------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
project = "<package-name>"
copyright = "2025, Sam Griesemer"
project = "trainlib"
copyright = "2026, Sam Griesemer"
author = "Sam Griesemer"
# -- General configuration ----------------------------------------------------
@@ -44,6 +44,7 @@ exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
html_theme = "furo"
html_static_path = ["_static"]
# html_sidebars = {
# '**': ['/modules.html'],
# }

View File

@@ -1,4 +1,4 @@
# `<project-name>` package docs
# `trainlib` package docs
{ref}`genindex`
{ref}`modindex`
{ref}`search`
@@ -14,7 +14,7 @@
:maxdepth: 3
:caption: Autoref
_autoref/<project-name>.rst
_autoref/index.rst
```
```{toctree}