6104cac943
Introduces guidelines for naming, movement, and indexing of specs documents Change-Id: I759ab242937f6816424770871dbf795d8aee06bd
19 lines
559 B
ReStructuredText
19 lines
559 B
ReStructuredText
..
|
|
This work is licensed under a Creative Commons Attribution 3.0 Unported
|
|
License.
|
|
|
|
http://creativecommons.org/licenses/by/3.0/legalcode
|
|
|
|
.. airship-specs-readme:
|
|
|
|
====================================
|
|
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.
|