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>
41 lines
298 B
Plaintext
41 lines
298 B
Plaintext
# IDEs
|
|
.idea
|
|
.settings
|
|
.project
|
|
|
|
# ISO
|
|
iso/local_mirror
|
|
iso/build
|
|
|
|
# Python
|
|
*.pyc
|
|
.tox
|
|
|
|
# Doc
|
|
_build
|
|
doc/*/build/
|
|
publish-docs/
|
|
|
|
# Editors
|
|
*.swp
|
|
*~
|
|
|
|
# Vagrant
|
|
.vagrant
|
|
Vagrantfile
|
|
|
|
# Bundle
|
|
Gemfile.lock
|
|
.bundled_gems
|
|
.bundle
|
|
|
|
/rdoc
|
|
|
|
task_graph.png
|
|
|
|
*.log
|
|
*-catalog.log.pp
|
|
*-spec.log.rb
|
|
|
|
.librarian
|