An open API service indexing awesome lists of open source software.

https://github.com/zalando-stups/documentation

Documentation for the STUPS ecosystem
https://github.com/zalando-stups/documentation

docs documentation

Last synced: 12 months ago
JSON representation

Documentation for the STUPS ecosystem

Awesome Lists containing this project

README

          

===================
STUPS Documentation
===================

.. image:: https://readthedocs.org/projects/stups/badge/?version=latest
:target: https://readthedocs.org/projects/stups/?badge=latest
:alt: Documentation Status

The STUPS documentation is available on http://docs.stups.io/

Local Usage
===========

First install the Sphinx_ documentation generator.

.. code-block:: bash

$ pip install sphinx sphinx_rtd_theme

Generate the STUPS HTML documentation locally:

.. code-block:: bash

$ make html

.. _Sphinx: http://sphinx-doc.org/