Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 821 Bytes

README.rst

File metadata and controls

21 lines (15 loc) · 821 Bytes

Welcome to Mothership's documentation repository

Hosted by Read the Docs

$ git clone [email protected]:includeos/mothership_documentation.git
$ cd mothership_documentation
$ pip install sphinx sphinx-autobuild sphinx_rtd_theme
$ <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-mothership.readthedocs.io will get updated automatically.

RST documentation

More documentation regarding reStructuredText: Sphinx documentation.