From 54e7604fb52c14d60ace257315fbc8462cdd5b5d Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Wed, 24 Apr 2019 10:56:36 +0100 Subject: [PATCH] Auto-index specs and use-cases This solves the problem of people frequently forgetting to add their spec or use case to the index. Change-Id: I70ad8b0ce37027740d3d3a015c70ea2138690d27 --- doc/source/specs.rst | 2 ++ doc/source/use-cases.rst | 5 +---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/source/specs.rst b/doc/source/specs.rst index 6db3057..7391498 100644 --- a/doc/source/specs.rst +++ b/doc/source/specs.rst @@ -7,3 +7,5 @@ starting point. .. toctree:: :glob: :maxdepth: 1 + + specs/* diff --git a/doc/source/use-cases.rst b/doc/source/use-cases.rst index 9babfe5..d9a62b0 100644 --- a/doc/source/use-cases.rst +++ b/doc/source/use-cases.rst @@ -8,7 +8,4 @@ a starting point. :glob: :maxdepth: 1 - use-cases/nic-failure-affects-instance-and-app.rst - use-cases/heat-mistral-aodh.rst - use-cases/fenix-rolling-upgrade.rst - use-cases/memory-leak.rst + use-cases/*