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

https://github.com/includeos/documentation

IncludeOS documentation
https://github.com/includeos/documentation

Last synced: 4 days ago
JSON representation

IncludeOS documentation

Awesome Lists containing this project

README

        

Welcome to IncludeOS' documentation repository
==============================================

Hosted by `Read the Docs `__

::

$ git clone [email protected]:includeos/documentation.git
$ cd documentation
$ pip install sphinx sphinx-autobuild
$
$ make html
$ open _build/html/.html // to test your changes
$

After you have created a pull request and your changes have been merged, `includeos.readthedocs.io `__ will get updated automatically.