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
- Host: GitHub
- URL: https://github.com/zalando-stups/documentation
- Owner: zalando-stups
- Created: 2015-04-08T08:51:05.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-10-05T11:54:38.000Z (over 5 years ago)
- Last Synced: 2023-04-14T21:49:35.760Z (about 3 years ago)
- Topics: docs, documentation
- Language: Python
- Homepage: https://docs.stups.io/
- Size: 2.73 MB
- Stars: 18
- Watchers: 14
- Forks: 57
- Open Issues: 16
-
Metadata Files:
- Readme: README.rst
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/