openSUSE / rng2doc

Converts a RELAX NG schema into documentation
MIT License
8 stars 6 forks source link
docbook5 relaxng relaxng-grammar rst sphinx xml

============= rng2doc 0.3.0

.. image:: https://travis-ci.org/openSUSE/rng2doc.svg?branch=develop :target: https://travis-ci.org/openSUSE/rng2doc

Converts a RELAX NG schema into documentation (HTML).

Installation

Use your package manager or use the following instructions to install it in a virtual environment::

$ python3 -m venv .env
$ source .env/bin/activate
$ pip install -U pip setuptools
$ pip install -r requirements.txt
$ pip install -e .