06e887312b
* Add basic doc build system with sphinx and tox * Update README.md for how-to build docs * Update .gitignore to exclude docs builds * Add index and move README for Noop tests framework * TODO split and add more details for how-to noop tests setup/use/create Inspired by https://github.com/openstack/openstack-manuals Partial-bug: #1483288 Change-Id: I982e0baaff5de95c7d0c4b3f098754a80676f0d0 Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
33 lines
661 B
INI
33 lines
661 B
INI
[metadata]
|
|
name = nooptestsguide
|
|
summary = Fuel Library Noop Tests Guide
|
|
author = Fuel for OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = https://wiki.openstack.org/wiki/Fuel
|
|
classifier =
|
|
Environment :: Fuel
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: Automation Engineers
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Ruby
|
|
Programming Language :: Puppet
|
|
Topic :: Documentation
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[files]
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = build
|
|
source-dir = source
|
|
|
|
[wheel]
|
|
universal = 1
|
|
|
|
[pbr]
|
|
warnerrors = True
|