From 3f200c02d3ec08907d1211b8b7dab3e7f19515d7 Mon Sep 17 00:00:00 2001 From: Anita Kuno Date: Wed, 10 Dec 2014 15:39:35 -0700 Subject: [PATCH] Adds an implemented directory Right now infra-specs doesn't have a way to indicate which specs have been implemented. This patch adds a directory entitled implemented to gather completed specs. One spec which is known to be implemented is moved into this directory. The documentation index file has been edited so that the documentation reflects this change. Change-Id: I69be74b7469030abcbaf1c0e341b38e5053500c5 --- doc/source/index.rst | 10 ++++++++++ specs/{ => implemented}/config-repo-split.rst | 0 2 files changed, 10 insertions(+) rename specs/{ => implemented}/config-repo-split.rst (100%) diff --git a/doc/source/index.rst b/doc/source/index.rst index dd0744f..54c8b6e 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -8,6 +8,16 @@ Infrastructure Design Specifications specs/* +Implemented Design Specifications +================================= + +.. toctree:: + :glob: + :maxdepth: 1 + + specs/implemented/* + + Specifications Repository Information ===================================== diff --git a/specs/config-repo-split.rst b/specs/implemented/config-repo-split.rst similarity index 100% rename from specs/config-repo-split.rst rename to specs/implemented/config-repo-split.rst