This repository contains the base source material for LSST's Stack Documentation. Documentation is built using Sphinx, which pulls in documentation material from LSST code repositories.
This repository is in early development. While this repo (since Pipelines version 12.0) has authoritative release notes and installation information you make find the earlier documentation projects useful:
Other documentation resources:
Create a Python virtual environment for this project using your tool of choice: virtualenvwrapper or pyvenv (for Python 3).
Install the Python dependencies by running
pip install -r requirements.txt
Compile the HTML by running
make html
The site will be built in the _build/
directory.
Copyright 2015-2017 Association of Universities for Research in Astronomy.
![Creative Commons License](https://cdn.rawgit.com/lsst-sqre/lsst_stack_docs/master/_static/cc-by_large.svg?raw=true)LSST Stack Handbook by LSST Project is licensed under a Creative Commons Attribution 4.0 International License