Building the Docs ================= The :code:`load-atoms` package is documented using :code:`sphinx`. Per-dataset pages and information are automatically generated from the metadata files using scripts found in `dev/scripts `_. To update the documentation to reflect changes to a single dataset, run: .. code-block:: bash python dev/scripts/generate_page.py To update the documentation to reflect changes to all datasets, run: .. code-block:: bash python dev/scripts/rebuild_all_docs.py To preview the docs locally, run: .. code-block:: bash sphinx-autobuild docs/source docs/build