[openstack-announce] [release][documentation] openstack-doc-tools release 0.32.0 (_independent)

doug at doughellmann.com doug at doughellmann.com
Mon Nov 16 15:31:45 UTC 2015


We are tickled pink to announce the release of:

openstack-doc-tools 0.32.0: Tools for OpenStack Documentation

This release is part of the _independent release series.

With source available at:

    http://git.openstack.org/cgit/openstack/openstack-doc-tools

With package available at:

    https://pypi.python.org/pypi/openstack-doc-tools

For more details, please see the git log history below and:

    http://launchpad.net/openstack-manuals/+milestone/0.32.0

Please report issues through launchpad:

    http://bugs.launchpad.net/openstack-manuals

Changes in openstack-doc-tools 0.31.0..0.32.0
---------------------------------------------

52537d2 autohelp.py: switch to jinja templates
1d309a0 [autohelp] Move ignored modules list to a file
32158ab swift flags: read from RST
67d94fe Do not publish doctrees for translated guides
9abcfea Rework install guide translation build tool
3f96fbe Update RELEASE Notes
f1f9402 Add Reno entry for RST autohelp
7737eb8 Update virtualenv, pip and git existent check in cli-ref tool
f193ca0 Fix cli-package name check
96b2d1c Repo change for networking-bagpipe-l2
5143dba Add bash-completion/complete selection for command list parsing
8bbf73b extract_swift_flags: add RST support
eb5f13b [autohelp] Migrate the swift script to jinja
29922a5 diff_branches: add RST support
dd6fd59 diff_branches: use jinja templates to create the files
0e3637b Automatically generate content for master
9ac5de8 Remove now obsolete placeholder
b5075a8 Updated from global requirements
a699f8d autohelp: properly sanitize paths
9ab08e3 commands: add a stderr redirection
5dea03b Use a more pythonic syntax
0e8d8de autohelp: keep the projects names sorted
4c77a32 Add reno for release-notes
87b92cc Add kuryr and dragonflow to neutron config ref
ec0626a Update autohelp-wrapper to support RST output
54a6522 autohelp: use the same extension for configs
b8161e3 Removed a virtual build and test environment based on Vagrant.
9db6200 Add manila for config ref list
67be882 Remove openstack-autohelp from setup.cfg
da3e57d Update kemptech lbaas package requirements for config reference
042da61 Updated from global requirements
5b391da Update networking-cisco plugin requirements
6df8714 Add config reference autogeneration support for neutron-plugins
a1a7ee5 config reference for neutron (networking-zvm)
e30f841 Sorting in config-reference autogeneration list for neutron
3cb5ab5 Stackforge retirement...
3dbacea Update config reference package list for neutron
815fcb5 [sitemap] introduce attribute to define start URLs
8f05ac1 [sitemap] respect the robots.txt policies
b7ed358 [sitemap] remove deprecated URL from settings
6b5b7d5 [sitemap] if last-modified not set in header use current date
b451044 commands: set extra_params to '' if value is None
ace2fe5 Sync doc-tools-build-rst with openstack-manuals
26ee06d Add openstacksdk to draft builds
704dc90 Change in openstack CLI keystone-warning message
93f070e doc-tools: Build in parallel with NUMBER_OF_CORES processes
2ff4c54 Do not publish doctrees
48f738c [os_doc_tools] sync clients.yaml with governance repository
3170880 [os_doc_tools] add cli-reference generation for cloudkitty
5a11970 [os_doc_tools] fix cli-reference generation for gnocchiclient
ce4f106 Remove duplicate manila entry from clients.yaml
e35bb70 diff_branches: Add support for manila
a846763 Add verbose options for Config Ref generation tool
c77c706 Add neutron plugin modules for Config Reference autogen
cd74750 Increase visibility of the warning in autodoc files
e1fd7ad Add https to requirements/neutron-master.txt

Diffstat (except docs and test files)
-------------------------------------

.gitignore                                         |   4 +
RELEASE_NOTES.rst                                  |  11 +
autogenerate_config_docs/autohelp-wrapper          |  62 +++--
autogenerate_config_docs/autohelp.ignore           |  27 ++
autogenerate_config_docs/autohelp.py               | 197 ++++-----------
autogenerate_config_docs/diff_branches.py          | 154 ++++--------
.../extra_repos/neutron-master                     |   3 -
.../extra_repos/neutron-master.txt                 |  33 +++
autogenerate_config_docs/extract_swift_flags.py    | 151 +++++++-----
.../notes/switch-to-jinja-4b8d143f872a2495.yaml    |   3 +
autogenerate_config_docs/requirements.txt          |   2 +
.../requirements/neutron-kilo.txt                  |   2 +-
.../requirements/neutron-master.txt                |  63 +++--
.../templates/autohelp.docbook.j2                  |  49 ++++
autogenerate_config_docs/templates/autohelp.rst.j2 |  24 ++
.../templates/changes.docbook.j2                   |  70 ++++++
autogenerate_config_docs/templates/changes.rst.j2  |  52 ++++
.../templates/swift.docbook.j2                     |  27 ++
autogenerate_config_docs/templates/swift.rst.j2    |  15 ++
bin/doc-tools-build-rst                            |  16 +-
bin/doc-tools-check-languages                      | 109 ++++++--
bin/doc-tools-update-cli-reference                 |  34 +--
build_environment/README.md                        |  80 ------
build_environment/Vagrantfile                      |  32 ---
build_environment/Vagrantfile.box                  |  25 --
build_environment/bin/package.sh                   |  17 --
build_environment/files/fetch.sh                   |  16 --
build_environment/files/nginx.default              |  22 --
build_environment/files/playbook.yaml              |  48 ----
os_doc_tools/commands.py                           |  35 ++-
os_doc_tools/doctest.py                            |   8 +-
os_doc_tools/handle_pot.py                         |   8 +-
os_doc_tools/resources/README.rst                  |   6 +-
os_doc_tools/resources/clients.yaml                |  42 ++--
os_doc_tools/version.py                            |  17 ++
releasenotes/notes/add-reno-8da9bd3ccb7bbeab.yaml  |   3 +
.../rework-install-guide-d50130d9a7189009.yaml     |   4 +
.../notes/rst-autohelp-5a318c715618b113.yaml       |   3 +
.../notes/swift-read-rst-409e5d060eb54124.yaml     |   3 +
.../notes/virtual-build-6814d919fb4f1861.yaml      |   3 +
releasenotes/source/_static/.placeholder           |   0
releasenotes/source/_templates/.placeholder        |   0
releasenotes/source/conf.py                        | 273 +++++++++++++++++++++
releasenotes/source/index.rst                      |   8 +
releasenotes/source/unreleased.rst                 |   5 +
requirements.txt                                   |   2 +-
setup.cfg                                          |   1 -
sitemap/README.rst                                 |   5 +
sitemap/generator/settings.py                      |   4 +-
sitemap/generator/spiders/sitemap.py               |  15 +-
test-requirements.txt                              |   4 +
tox.ini                                            |   4 +-
52 files changed, 1093 insertions(+), 708 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index dcd529a..9d1fae2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10 +10 @@ lxml>=2.3
-oslo.config>=2.3.0 # Apache-2.0
+oslo.config>=2.6.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index f0ef989..29c58e4 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6,0 +7 @@ doc8 # Apache-2.0
+
@@ -9,0 +11,3 @@ pylint==1.4.4 # GNU GPL v2
+
+reno>=0.1.1 # Apache2
+oslosphinx>=2.5.0 # Apache-2.0





More information about the OpenStack-announce mailing list