Specs for the Airship projects
Go to file
Matt McEuen f17d817ae0 Spec: Pegleg encryption and decryption
This patchset rounds out the encryption-related design changes
for Pegleg, on top of the existing secret generation material.
It also incorporates some late-add feedback from the previous
patchset.

Change-Id: Ifff04551d24d29e41d71812526bd04c9512b4fbd
Story: 2003708
Task: 26535
2018-10-08 13:48:53 -05:00
doc (zuul) Add doc build and publish jobs 2018-07-30 15:17:03 -05:00
gate/playbooks (gate) Test post pipeline publishing 2018-07-30 16:21:45 -05:00
specs Spec: Pegleg encryption and decryption 2018-10-08 13:48:53 -05:00
.gitignore (zuul) Add doc build and publish jobs 2018-07-30 15:17:03 -05:00
.gitreview Added .gitreview 2018-07-17 14:35:38 +00:00
.zuul.yaml (gate) Test post pipeline publishing 2018-07-30 16:21:45 -05:00
Makefile (zuul) Add doc build and publish jobs 2018-07-30 15:17:03 -05:00
README.rst Add instructions for how to use the specs project 2018-07-27 11:39:32 -05:00
tox.ini Add venv tox environment 2018-08-24 21:35:41 +02: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.