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
This commit is contained in:
Adam Spiers 2018-03-06 00:56:09 +00:00 committed by Andreas Jaeger
parent b0efa410f1
commit 2a6440255f
1 changed files with 10 additions and 0 deletions

View File

@ -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
---------------------