Doc

Install for developing documentation

conda create -n ata_doc --clone ata
pip install .[doc]

Add new documentation

Add new markdown file in ./docs/.

Preview the docs

cd docs
rst2myst convert *.rst
sphinx-autobuild . _build/html