https://github.com/lsst/dp0_lsst_io
Vera C. Rubin Observatory Documentation for Data Preview 0
https://github.com/lsst/dp0_lsst_io
Last synced: 5 months ago
JSON representation
Vera C. Rubin Observatory Documentation for Data Preview 0
- Host: GitHub
- URL: https://github.com/lsst/dp0_lsst_io
- Owner: lsst
- License: cc-by-4.0
- Created: 2023-09-28T12:54:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-30T00:11:13.000Z (over 1 year ago)
- Last Synced: 2025-01-30T00:26:12.553Z (over 1 year ago)
- Language: Makefile
- Homepage: https://dp0.lsst.io
- Size: 10.5 MB
- Stars: 3
- Watchers: 12
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Data Preview 0 documentation
This is the source repository for the DP0 documentation, https://dp0.lsst.io.
## Building the documentation
This is a [Sphinx](https://www.sphinx-doc.org/en/master/) documentation site, built with Rubin Observatory's [Documenteer user guide](https://documenteer.lsst.io/guides/index.html) configuration.
To set up a local build environment, clone this repository:
```bash
git clone https://github.com/lsst/dp0_lsst_io
cd dp0_lsst_io
```
Then, initialize the dependencies:
```bash
make init
```
To build the documentation:
```bash
make html
```