qinling/doc
Lingxian Kong a6f9577141 [Community goal] Add contributor and PTL guide
Change-Id: I1d37aa87e7d09d2a45bfbeaac9a564771989f88d
Story: #2007236
Task: #38553
2020-02-26 16:31:21 +13:00
..
source [Community goal] Add contributor and PTL guide 2020-02-26 16:31:21 +13:00
README.rst Update qinling doc location to docs.openstack.org 2018-03-02 20:21:18 +08:00
requirements.txt [ussuri][goal] Drop python 2.7 support and testing 2020-02-19 10:17:57 +13:00

README.rst

Qinling Development Docs

Files under this directory tree are used for generating the documentation for the qinling source code.

Developer documentation is built to: https://docs.openstack.org/qinling/latest/

Tools

Sphinx

The Python Sphinx package is used to generate the documentation output. Information on Sphinx, including formatting information for RST source files, can be found in the Sphinx online documentation.

Building Documentation

Doc builds are performed using tox with the docs target:

% cd ..
% tox -e docs