Skip to content

Optimization-AI/AutoMAX_doc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AutoMAX Documentation

Sphinx source for the AutoMAX documentation.

Build locally

pip install sphinx furo myst-parser sphinx-copybutton sphinx-design
sphinx-build -b html docs docs/_build/html
open docs/_build/html/index.html

Structure

docs/
├── conf.py                  # Sphinx configuration
├── index.rst                # Root page
├── intro/
│   ├── quickstart.rst
│   ├── installation.rst
│   ├── configuration.rst
│   ├── automax_search.rst
│   ├── loss_optimizer_pairs.rst
│   ├── hyperparameter_format.rst
│   └── cli_overrides.rst
├── recipes/
│   ├── index.rst
│   ├── auroc.rst
│   ├── auprc.rst
│   ├── opauc.rst
│   └── tpauc.rst
├── api/
│   └── index.rst
└── _static/
    └── custom.css

Deploy

Pushing to main triggers the GitHub Actions workflow in .github/workflows/docs.yml, which builds the docs and deploys them to GitHub Pages automatically.

One-time setup: Go to your repo → Settings → Pages → Source → select GitHub Actions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors