Skip to content

includeos/documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 your changes>
$ make html
$ open _build/html/<Your-updated-file>.html // to test your changes
$ <commit your changes>

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