Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alerta/alerta-docs
Alerta documentation using "Read the Docs"
https://github.com/alerta/alerta-docs
alerta docs
Last synced: about 1 month ago
JSON representation
Alerta documentation using "Read the Docs"
- Host: GitHub
- URL: https://github.com/alerta/alerta-docs
- Owner: alerta
- License: other
- Created: 2014-04-05T18:48:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-09T09:16:14.000Z (9 months ago)
- Last Synced: 2024-05-21T04:15:39.097Z (7 months ago)
- Topics: alerta, docs
- Language: CSS
- Homepage: http://docs.alerta.io
- Size: 33.3 MB
- Stars: 4
- Watchers: 12
- Forks: 26
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Alerta Docs
===========To view the docs locally:
$ pip install -r requirements.txt
$ make livehtml
>> browse to http://localhost:8000The website will be automatically updated whenever an `.rst` file changes.
To update the docs website:
$ make html
$ git add .
$ git commit -m '...'
$ git pushDependencies
------------The spelling extension uses `enchant`.
$ brew install enchant
References
----------* ReadTheDocs https://readthedocs.org/
* RTD Theme https://sphinx-rtd-theme.readthedocs.io/en/stable/
* Alabaster https://github.com/bitprophet/alabaster
* Pygments syntax highlighter https://pygments.org/languages/
* MyST Parser https://myst-parser.readthedocs.io/en/latest/intro.html
* https://raw.githubusercontent.com/executablebooks/MyST-Parser/602470ebdaf81fbea999fcc0f0cf1b8e7784ec15/tests/test_renderers/fixtures/sphinx_roles.mdLicense
-------Copyright (c) 2015-2019 by Nick Satterly.
This work is licensed under the Creative Commons Attribution 3.0 Unported
License (CC BY 3.0). To view a copy of this license, visit
http://creativecommons.org/licenses/by/3.0/ or send a letter to Creative
Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.