c9d9669408
Sphinx doc build has issues if the path to a resource is relative. This adds a symbolic link instead of a relative path. See [1] for more details. [1]: http://logs.openstack.org/70/157470/4/check/gate-telcowg-usecases-docs/c29956c/console.html Change-Id: I76ef25fbc3876408a422d826974510a978fcb686
33 lines
659 B
ReStructuredText
33 lines
659 B
ReStructuredText
.. {{ cookiecutter.repo_name }} documentation master file, created by
|
|
sphinx-quickstart on Tue Jul 9 22:26:36 2013.
|
|
You can adapt this file completely to your liking, but it should at least
|
|
contain the root `toctree` directive.
|
|
|
|
{{ cookiecutter.repo_name }} Design Specifications
|
|
==================================================
|
|
|
|
.. toctree::
|
|
:glob:
|
|
:maxdepth: 2
|
|
|
|
specs/*
|
|
|
|
|
|
{{ cookiecutter.repo_name }} Repository Information
|
|
===================================================
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
README <readme>
|
|
contributing
|
|
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|
|
|