From 2a6440255f6bc7eb0d827d2b0558363cb5f4aac9 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Tue, 6 Mar 2018 00:56:09 +0000 Subject: [PATCH] Mention the availability of other cookiecutter templates The specs template is likely to be commonly used, so mention that explicitly. Other cookiecutter templates are added from time to time, so rather than relying on keeping this documentation in sync with the full list, provide a URL from which the full list can be obtained dynamically. Change-Id: I0e8bf1fe54012614e5846f4611f79f40da0df5aa --- doc/source/creators.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/source/creators.rst b/doc/source/creators.rst index d453471..1e04d2e 100644 --- a/doc/source/creators.rst +++ b/doc/source/creators.rst @@ -828,6 +828,13 @@ most projects. It can be used as follows: Remember, as mentioned earlier, these commands should typically be used only if you are working with an empty repository. +The template in ``openstack-dev/specs-cookiecutter`` should be used for +specs: + +.. code-block:: console + + $ cookiecutter -f https://git.openstack.org/openstack-dev/specs-cookiecutter + The template in ``openstack-dev/oslo-cookiecutter`` should be used for Oslo libraries: @@ -842,6 +849,9 @@ Horizon plugins: $ cookiecutter -f https://git.openstack.org/openstack/ui-cookiecutter +Other templates are available; the full list can be seen at +https://git.openstack.org/cgit/?q=cookiecutter. + Applying the Template ---------------------