lsst-sqre / sqr-007

SQuaRE's Logging, monitoring and metrics system

Home Page:https://sqr-007.lsst.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SQR-007 SQR-007 SQuaRE's Logging, monitoring and metrics system

SQR-007 SQuaRE's Logging, monitoring and metrics system

View this technote at http://sqr-007.lsst.io or see a preview of the current version in this repo

Build this technical note

You can clone this repository and build the technote locally with Sphinx

git clone https://github.com/lsst-sqre/sqr-007
cd sqr-007
pip install -r requirements.txt
make html

The built technote is located at _build/html/index.html.

Editing this technical note

You can edit the index.rst file, which is a reStructuredText document. A good primer on reStructuredText is available at http://docs.lsst.codes/en/latest/development/docs/rst_styleguide.html

Remember that images and other types of assets should be stored in the _static/ directory of this repository. See _static/README.rst for more information.

The published technote at http://sqr-007.lsst.io will be automatically rebuilt whenever you push your changes to the master branch on GitHub.

Updating metadata

This technote's metadata is maintained in metadata.yaml. In this metadata you can edit the technote's title, authors, publication date, etc.. metadata.yaml is self-documenting with inline comments.


Copyright 2016 AURA/LSST

This work is licensed under the Creative Commons Attribution 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/.

About

SQuaRE's Logging, monitoring and metrics system

https://sqr-007.lsst.io

License:Other


Languages

Language:Makefile 72.2%Language:Python 27.8%