https://github.com/includeos/documentation
IncludeOS documentation
https://github.com/includeos/documentation
Last synced: 4 days ago
JSON representation
IncludeOS documentation
- Host: GitHub
- URL: https://github.com/includeos/documentation
- Owner: includeos
- Created: 2016-12-11T14:01:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-14T13:12:59.000Z (about 6 years ago)
- Last Synced: 2025-05-07T20:38:37.716Z (about 2 months ago)
- Language: Python
- Homepage: http://includeos.readthedocs.io
- Size: 1.42 MB
- Stars: 2
- Watchers: 5
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- Contributing: Contributing-to-IncludeOS.rst
- Security: Security.rst
- Roadmap: Roadmap.rst
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.