Metadata-Version: 2.0
Name: ltd-mason
Version: 0.2.4
Summary: LSST the Docs build tool
Home-page: https://github.com/lsst-sqre/ltd-mason
Author: Jonathan Sick
Author-email: jsick@lsst.org
License: MIT
Keywords: lsst
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: boto3 (==1.4.4)
Requires-Dist: botocore (==1.5.24)
Requires-Dist: future (>=0.15)
Requires-Dist: jsonschema (>=2.5)
Requires-Dist: requests (>=2.9)
Requires-Dist: ruamel.yaml (>=0.10,<0.15)
Requires-Dist: sh (>=1.11)
Requires-Dist: sphinx (>=1.4)

.. image:: https://img.shields.io/pypi/v/ltd-mason.svg
.. image:: https://img.shields.io/travis/lsst-sqre/ltd-mason.svg

####################
LSST the Docs: Mason
####################

**Mason** is the build tool for LSST software documentation.
It's flexible and can run as part of a `Travis CI build <https://ltd-mason.lsst.io/travis.html>`_ to upload built documentation to Amazon S3 in coordination with `LTD Keeper <https://ltd-keeper.lsst.io>`_.
Mason can also build documentation for complex multi-repository software projects like the LSST Science Pipelines.

Mason a part of the **LSST the Docs** (LTD) service for continuous documentation delivery.
You can learn more about LTD in our `SQR-006 <http://sqr-006.lsst.io>`_ technote.

Installation
============

Mason is compatible with Python 2.7 and 3.4+.
You can get the latest release from PyPI:

::

   pip install ltd-mason

Docs
====

**Read the docs at https://ltd-mason.lsst.io**

This documentation describes how to use LTD Mason in Travis-based (single repo) and Jenkins-based (multi repo) documentation builds.

****

Copyright 2016-2017 Association of Universities for Research in Astronomy, Inc.

License: MIT.

.. _SQR-006: http://sqr-006.lsst.io
.. _lsstsw: https://github.com/lsst/lsstsw


