
All of openstack's documentation infrastructure is run via sphinx, including templates, html parsing, uploading, and more. Thus it behooves us to keep our javascript documentation build as similar as possible. Since we want to avoid using tox, and littering the project with pythonic artifacts, we're instead using Sphinx' own recommended build method: A Makefile. This patch adds a small but complete documentation tree for this project, including the build tools needed to create it. It satisfies the need for narrative documentation, but does not (yet) satisfy the need for code doc generation. It also includes a section for specifications, as this effort is not yet large enough to warrant its own specification repo. Code documentation will need to be added in a subsequent patch, using Sphinx' jsdoc plugins. Change-Id: I40eab962d4e4c6eafd1b1499bb00e6af5d72ede0
6 lines
67 B
ReStructuredText
6 lines
67 B
ReStructuredText
===============
|
|
Getting Started
|
|
===============
|
|
|
|
This section TBD.
|