Specs for the Airship projects
Go to file
Bryan Strassner 6104cac943 Add instructions for how to use the specs project
Introduces guidelines for naming, movement, and indexing of specs
documents

Change-Id: I759ab242937f6816424770871dbf795d8aee06bd
2018-07-27 11:39:32 -05:00
doc/source Add instructions for how to use the specs project 2018-07-27 11:39:32 -05:00
specs Add instructions for how to use the specs project 2018-07-27 11:39:32 -05:00
.gitignore Initial commit of specs repo 2018-07-17 14:01:31 -05:00
.gitreview Added .gitreview 2018-07-17 14:35:38 +00:00
Makefile Initial commit of specs repo 2018-07-17 14:01:31 -05:00
README.rst Add instructions for how to use the specs project 2018-07-27 11:39:32 -05:00

README.rst

Building Airship Specs Documentation

Using the equivalent of pip install sphinx, install the sphinx-build command if it is not already installed.

From the root of this project, issue the command make html. Sphinx will render the output into doc/build/html. Open doc/build/html/index.html using your browser.