Skip to content

lsst/df-ops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

358a708 · Feb 3, 2025

History

6 Commits
Jan 31, 2025
Jan 31, 2025
Jan 31, 2025
Jan 31, 2025
Jan 31, 2025
Jan 31, 2025
Feb 3, 2025
Jan 31, 2025
Jan 31, 2025
Jan 31, 2025
Jan 31, 2025
Jan 31, 2025

Repository files navigation

Rubin Data Facilities documentation

This is the source for the Data Facilities documentation at https://df-ops.lsst.io.

Building the documentation

You need Python to compile the documentation site locally. First, create a Python environment and install the development dependencies into it:

python -m venv .venv
source .venv/bin/activate
make init

To compile the documentation, use tox:

tox run -e html

The compiled documentation will be in _build/html.

You can also test formatting and links with other tox environments:

tox run -e lint,linkcheck

The pre-commit hooks, which run in the lint environment, also run automatically when you commit changes. The pre-commit hooks are installed as part of the make init command.

CI and preview

This documentation is built with GitHub Actions. The main branch reflects the df-ops.lsst.io site. Previews of branches are also built and deployed at https://df-ops.lsst.io/v.

For more information about writing Rubin user guides, see the Documenteer documentation.