Puppet OpenStack Project Guide
Find a file
ZhongShengping 4573ad634f Dissuade .gitignore references to personal tools
Developers run all sorts of different tools within Git repositories,
any of which can leave their own special trashfiles all over the
place. We can't every hope to catalog them all, so better to
recommend developers simply configure a global core.excludesfile to
filter the irrelevant files which tend to get created by their
personal choice of tools. Add a comment block explaining this, for
clarity, and remove the one current editor-specific entry present.

We can, and should of course, continue to list files created by the
tools recommended by our workflow (test frameworks, documentation
and packaging builds, et cetera).

This change is a port of Ib58a57267b064e4142686de6c37a70dbff04b9a7
from the openstack-dev/cookiecutter repository.

Change-Id: Id4a9ec69728f9b3bffcdd939503775a734e73db9
2018-10-08 11:47:07 +08:00
doc Merge "Fix broken internal link in getting-started.rst" 2018-09-24 22:54:00 +00:00
.gitignore Dissuade .gitignore references to personal tools 2018-10-08 11:47:07 +08:00
.gitreview Added .gitreview 2016-03-26 22:14:15 +00:00
.zuul.yaml switch documentation job to new PTI 2018-08-31 08:24:42 -04:00
LICENSE First commit for Puppet OpenStack Guide 2016-03-27 14:01:54 -04:00
README.rst Update links in README 2018-02-28 01:23:50 +08:00
setup.cfg First commit for Puppet OpenStack Guide 2016-03-27 14:01:54 -04:00
setup.py First commit for Puppet OpenStack Guide 2016-03-27 14:01:54 -04:00
tox.ini fix tox python3 overrides 2018-06-08 14:24:59 +08:00

========================
Team and repository tags
========================

.. image:: https://governance.openstack.org/tc/badges/puppet-openstack-guide.svg
    :target: https://governance.openstack.org/tc/reference/tags/index.html

.. Change things from this point on

======================
Puppet OpenStack Guide
======================
To build the guide, execute the following command::

  $ tox

After running ``tox``, the documentation will be available for viewing
in HTML format in the ``doc/build/`` directory. View these new documents
in your favorite web browser.