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

https://github.com/opennebula/docs

OpenNebula Documentation
https://github.com/opennebula/docs

Last synced: about 1 year ago
JSON representation

OpenNebula Documentation

Awesome Lists containing this project

README

          

OpenNebula Documentation
========================

![Make Html](https://github.com/OpenNebula/docs/actions/workflows/make_html.yml/badge.svg)

This is the official repository of OpenNebula's Documentation. This
documentation is live at:
[http://docs.opennebula.org](http://docs.opennebula.org).

You are encouraged to fork this repo and send us pull requests!

To create issues to report changes and requests, please use the [OpenNebula main repository](https://github.com/OpenNebula/one), with label Documentation.

Building
--------

`Graphviz ` is needed to compile the documentation.

Also the following Python dependencies:

``pip install 'sphinx<7.3' sphinx_rtd_theme sphinx-prompt sphinxcontrib-spelling pyyaml sphinx-substitution-extensions``.

Build the documentation by running ``make html``.
[More information](http://sphinx-doc.org/).

Spell checking
-------------

`sphinxcontrib.spelling

### Translate

Translate your po files under ``./locale//LC_MESSAGES/``.

### Publish the translation

$ sphinx-intl build -c source/conf.py
$ make -e SPHINXOPTS="-D language=''" html

### More Info

Follow [this guide](http://sphinx-doc.org/intl.html) for more information.