add plot styles, clean up package-wide docstrings
This commit is contained in:
@@ -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'],
|
||||
# }
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user