RETIRED, Cookiecutter Template for new Install Guide
Go to file
Mathieu Mitchell f6408cb076 Use repo_name as literal in bug_project
Additionally, fix E501 line too long violations in configuration file.
This should help smoothen inclusion in projects where such checks are
applied.

Note that the giturl line uses the noqa tag instead of the multi-line
approach. I find that it reads better that way.

Change-Id: I0d06f2bf85ce6b28d7bef04ad20fe64f575cc0f6
2016-08-31 08:58:17 -04:00
{{cookiecutter.repo_name}}/install-guide/source Use repo_name as literal in bug_project 2016-08-31 08:58:17 -04:00
.gitreview Added .gitreview 2016-05-09 18:41:04 +00:00
README.rst Fix broken include 2016-05-30 19:55:25 +02:00
cookiecutter.json Initial setup for cookiecutter 2016-05-09 21:20:41 +02:00

README.rst

Install Guide Cookiecutter

Cookiecutter template for an Install Guide skeleton. See https://github.com/audreyr/cookiecutter for full information about cookiecutter.

Usage

Generate a Install Guide skeleton:

cookiecutter https://git.openstack.org/openstack/installguide-cookiecutter.git

Answer the questions and add the created REPO/install-guide directory to your repository REPO.

Contribution

This repo is part of the OpenStack docs team, see http://docs.openstack.org/contributor-guide/ on how to contribute.