Initializing the Train specs

This adds a "specs/train" directory along with a placeholder spec for that
release. This placeholder spec should be removed when the first spec for Train
is merged.

Change-Id: I80f8264d05959d03950f59544e00026963332400
This commit is contained in:
Luka Peschke 2019-03-29 09:52:16 +01:00
parent 05278f1f9c
commit b834819bc0
2 changed files with 41 additions and 0 deletions

View File

@ -4,6 +4,16 @@
Cloudkitty Project Specifications
=================================
Train
=====
.. toctree::
:glob:
:maxdepth: 1
specs/train/*
Stein
=====

View File

@ -0,0 +1,31 @@
..
This work is licensed under a Creative Commons Attribution 3.0 Unported
License.
http://creativecommons.org/licenses/by/3.0/legalcode
==================
(Placeholder Spec)
==================
This file is just a placeholder for Train specs directory.
It will be removed soon after some spec for Train is merged.
The latest spec template is found at ``specs/template.rst``
in the ``cloudkitty-specs`` repository.
Problem Description
===================
Sphinx toctree complains if no file exists in a directory
specified in toctree glob.
Proposed Change
===============
Add this file.
References
==========
None.