Commit Graph

7 Commits

Author SHA1 Message Date
Damian Dabrowski 4976893a68 Switch sphinx language to en
With sphinx release of 5.0.0, they changed default for language variable
to 'en' from None. With that current None valuable is not valid and
should not be used.

Additionally, a typo for `allowlist_externals` was fixed.

Change-Id: I25359feb4c207f174a3e3f9fa7e61076e423abbc
2023-01-31 18:48:17 +01:00
melissaml 677a040a36 Update links in README
Change the outdated links to the latest links in README

Change-Id: Ie6ded7b0b473ff82c5c001f94dbf7bc0c00666b7
2018-03-03 12:19:04 +08:00
Flavio Percoco dac6a38c9f Show team and repo badges on README
This patch adds the team's and repository's badges to the README file.
The motivation behind this is to communicate the project status and
features at first glance.

For more information about this effort, please read this email thread:

http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html

To see an example of how this would look like check:

https://gist.github.com/3647e88e3fd11c81f8acbb965267c5d3

Change-Id: Idf42dc89d7c2a9729a9cc86712e5f2df464be95e
2016-11-25 16:32:07 +01:00
Travis Truman dadfc3f1f9 Fix path to spec template file
The README.md contained an incorrect path.

Change-Id: I5d7a17d496dbfa501265514ab76576eeefd24928
2016-07-11 16:57:43 -04:00
Jesse Pretorius c07a3e99ae Add tox generated files to .gitignore
The AUTHORS and ChangeLog files are generated by tox and if
included in the commits they result in constant merge conflicts.

As these files are only needed for documentation builds which
are done by tox and always regenerated, the files have been
excluded from commits.

Change-Id: Id8e5565e101adbb1b935d9a6806de0b9fa43d026
2015-08-03 12:28:36 +01:00
Kevin Carter c414e15153
Cleaned up specs directory
Added a section title try for `playbook impact` as well as a new
section for `playbook/role impact`.

Change-Id: I0e7cf5f8ab56d155463a28093d6572692d1b9973
2015-07-24 08:33:20 -05:00
Kevin Carter 05b9c2e76f Initial commit for OS-Ansible-Deployment specs
This commit adds basic repo configuration and testing for specs.
Changes include:

* Doc testing
* Index testing
* Build testing
* Initial spec template

Change-Id: I48e4ef1794fb3b698a8346345848bdfa67ccb08b
2015-03-17 14:19:19 -05:00