
Convert existing documentation into RST format so that it can be included in published format at http://docs.openstack.org/infra/ The doc/source files are autogenerated using sphinx-quickstart except doc/source/third_party_ci.rst which is the rst version of contrib/README.md autogenerated using pandoc. A few modifications were made per reviewer comments to improve the clarity and grammar. In addition, relative paths were updated to absolute paths so that they are correct for both the .md and .rst file locations. Change-Id: I336fe7d23b920f60a59e657f10ec5781fa5510f5
24 lines
634 B
INI
24 lines
634 B
INI
[metadata]
|
|
name = puppet-openstackci
|
|
summary = OpenStack Infrastructure OpenStack CI Puppet module
|
|
description-file =
|
|
README.md
|
|
author = OpenStack Infrastructure Team
|
|
author-email = openstack-infra@lists.openstack.org
|
|
home-page = http://docs.openstack.org/infra/
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|
|
|
|
[pbr]
|
|
warnerrors = true
|