We are happy to announce the release of: openstack-doc-tools 0.29.0: Tools for OpenStack Documentation This release is part of the liberty release series. Special highlights of this release are: * doc-tools-check-languages: Handle common-rst directory, update for User Guides and firstapp. * autohelp.py: Suport generation of RST tables, fixes for extensions. With source available at: http://git.openstack.org/cgit/openstack/openstack-doc-tools For more details, please see the git log history below and: http://launchpad.net/openstack-manuals/+milestone/0.29.0 Please report issues through launchpad: http://bugs.launchpad.net/openstack-manuals Changes in openstack-doc-tools 0.28.0..0.29.0 --------------------------------------------- 072fc1d Fix up README to work with the release tools 6fa66c8 Update RELEASE_NOTES.rst 6a846ec Handle common-rst pot file 9263ac8 Add missing requirement PyYAML 6329eea autohelp: use correct option names from extensions 8a8ccdf let the autohelp_wrapper use local repos b455d12 autohelp: generate rst tables 9aa45dd autohelp: remove rootwrap discovery code 4c9922b Translation updates Diffstat (except docs and test files) ------------------------------------- CONTRIBUTING.rst | 26 +++++ README.rst | 31 +----- RELEASE_NOTES.rst | 8 ++ autogenerate_config_docs/autohelp-wrapper | 33 ++++-- autogenerate_config_docs/autohelp.py | 163 ++++++++++++++---------------- bin/doc-tools-check-languages | 62 +++++++----- requirements.txt | 1 + 7 files changed, 171 insertions(+), 153 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 178ab94..1ebdf09 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,0 +13 @@ demjson # GNU LGPL 3.0 +PyYAML>=3.1.0