Contributors • Forks • Stargazers • Issues • MIT License • Website
Explore the docs »
Report Bug
·
Request Feature
Before you begin, ensure you have met the following requirements:
- A modern Python installation
- sphinx
- Clone the repository:
$ git clone https://github.com/omnivector-solutions/osd-documentation.git
- Install the dependencies:
$ cd ./osd-documentation $ python3 -m venv venv $ source venv/bin/activate $ pip install -r requirements.txt
- Build the HTML docs:
$ make html
The result is in the build/html/
directory. Use your favorite browser to open
the index.html.
Distributed under the MIT License. See LICENSE
for more information.
Omnivector Solutions - www.omnivector.solutions - [email protected]
Project Link: https://github.com/omnivector-solutions/osd-documentation