From ab050951dd53b125b3d53a37b8ad0c88c57eb184 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Tue, 6 Mar 2018 01:17:59 +0000 Subject: [PATCH] Make cookiecutter section more concise By using reStructuredText's :: syntax, create a stronger coupling between each sentence regarding a template and its corresponding command, both in the source and in the rendered output. Change-Id: Icd0b46c34ac93c74698648c16b906bb1380f5b1a --- doc/source/creators.rst | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/doc/source/creators.rst b/doc/source/creators.rst index 2bcb358..d2ab261 100644 --- a/doc/source/creators.rst +++ b/doc/source/creators.rst @@ -797,19 +797,12 @@ Remember, as mentioned earlier, these commands should typically be used only if you are working with an empty repository. The template in ``openstack-dev/oslo-cookiecutter`` should be used for -Oslo libraries. - - -:: +Oslo libraries:: $ cookiecutter -f https://git.openstack.org/openstack-dev/oslo-cookiecutter - - The template in ``openstack/ui-cookiecutter`` should be used for -Horizon plugins. - -:: +Horizon plugins:: $ cookiecutter https://git.openstack.org/openstack/ui-cookiecutter