https://github.com/xlab-si/xopera-docs
xOpera project documentation
https://github.com/xlab-si/xopera-docs
ansible automation docs documentation orchestration python sphinx tosca
Last synced: about 2 months ago
JSON representation
xOpera project documentation
- Host: GitHub
- URL: https://github.com/xlab-si/xopera-docs
- Owner: xlab-si
- License: apache-2.0
- Created: 2020-05-22T08:03:22.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T21:09:09.000Z (almost 2 years ago)
- Last Synced: 2025-01-30T08:17:15.572Z (over 1 year ago)
- Topics: ansible, automation, docs, documentation, orchestration, python, sphinx, tosca
- Homepage: https://xlab-si.github.io/xopera-docs/
- Size: 7.29 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xOpera documentation
This repository holds the documentation for xOpera and is published on https://xlab-si.github.io/xopera-docs.
[](https://github.com/xlab-si/xopera-docs/actions/workflows/docs.yaml)
[](https://github.com/xlab-si/xopera-docs/deployments)
[](https://github.com/xlab-si/xopera-docs/graphs/contributors)
## Table of Contents
- [Description](#purpose-and-description)
- [Local building and testing](#local-building-and-testing)
- [License](#license)
- [Contact](#contact)
- [Acknowledgement](#acknowledgement)
## Purpose and description
This was initially the documentation for [xOpera TOSCA orchestration tool] and has been later extended to document all
the related xOpera tools and services.
## Local building and testing
For documenting xOpera orchestrator we use [Sphinx documentation tool].
Here we can render Sphinx Documentation from RST files and we use [Read the Docs] theme.
To test the documentation locally run the commands below:
```console
# create and activate a new virualenv
python3 -m venv .venv && . .venv/bin/activate
# update pip and install Sphinx requirements
pip install --upgrade pip
pip install -r requirements.txt
# build the HTML documentation
sphinx-build -M html docs build
# build the Latex and PDF documentation
sphinx-build -M latexpdf docs build
```
After that you will found rendered documentation HTML files in `build` folder and you can open and view them inside
your browser.
## License
This work is licensed under the [Apache License 2.0].
## Contact
You can contact the xOpera team by sending an email to [xopera@xlab.si].
## Acknowledgement
This project has received funding from the European Union’s Horizon 2020 research and innovation programme under Grant
Agreements No. 825040 ([RADON]), No. 825480 ([SODALITE]) and No. 101000162 ([PIACERE]).
[xOpera TOSCA orchestration tool]: https://github.com/xlab-si/xopera-opera
[Sphinx documentation tool]: https://www.sphinx-doc.org/en/master/
[Read the Docs]: https://readthedocs.org/
[Apache License 2.0]: https://www.apache.org/licenses/LICENSE-2.0
[xopera@xlab.si]: mailto:xopera@xlab.si
[RADON]: http://radon-h2020.eu
[SODALITE]: http://www.sodalite.eu/
[PIACERE]: https://www.piacere-project.eu/