update module docs and sphinx config

This commit is contained in:
2026-03-07 19:46:00 -08:00
parent e867bc0e7f
commit c2e4294c8c
11 changed files with 241 additions and 238 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "trainlib"
version = "0.1.1"
version = "0.1.2"
description = "Minimal framework for ML modeling. Supports advanced dataset operations and streamlined training."
requires-python = ">=3.13"
authors = [
@@ -41,6 +41,7 @@ dev = [
]
doc = [
"furo",
# "pydata-sphinx-theme",
"myst-parser",
"sphinx",
"sphinx-togglebutton",