A recent change renamed main in doctest.py to doctest, this needs a
corresponding change in setup.cfg to fix package building.
Change-Id: Ic75db791af98b775a212e93b25548028f6d7ca53
Add a new script that can reformat JSON files and check for niceness.
We can use this later as niceness check for openstack-doc-test.
Change-Id: I33c5309bfa2e1abfa6a35d1cfcdc984775e85f05
The tool scripts used common functions, merge them to a single file
with different entry points.
Cleanup the merged file so that it passes the pep8 test.
Install the commands now as openstack-generate-docbook and
openstack-generate-pot. Leave a compatibility wrapper which should be
removed in version 0.8.
Change-Id: I7e4d651c4c62df58499e64e38528cb2cc4e9175b
build-ha-guide.sh and markdown-docbook.sh are only needed by doctest.py,
so make them only available to that tool. There's no need to install
these files in /usr/bin.
Change-Id: Idd2f40dbe0a50a0936311574a26553444a4dd7e1
No need to put 'usr/' in front of data files, distros have the default
prefix set to '/usr' already such that 'setup.py install' does the right
thing. Compare with the results of 'python setup.py bdist'.
Change-Id: I8d7f592abece22f8bb70deede776509cdd1446e5
Call "os_doc_tools/commands.py" nova to generate a file
section_cli_nova_commands.xml with the command line options.
Allows generation of all supported clients with --all command.
The tool gets installed as: openstack-auto-commands
blueprint os-user-doc
Change-Id: Ie4b200818bd585d3fce0b27f0639ad03069b3b7b
Update for using sphinx package so that documentation
follows the OpenStack python packaging conventions.
This contains an initial man page for the openstack-doc-test
tool.
Change-Id: I8b8ed63c3c7bcfb58f5d8f939a79c3f7c314b969
Add new parameter --version
pbr uses version number from git (via tags), so remove our own
version number. Once we tag a version "0.1", this will be the
version number.
Change-Id: Idcf9e4ddeebf637eb36797afd2855d1c657e52ea
This is an overhaul of the complete content to make it
a separate python package that can be installed on the jenkins
machines as well as on editor's machines.
The goal of this patchset is to package everything
and get the command "openstack-doc-test" running so that
it can be used for gating.
This will need further refinement for the other commands.
Change-Id: Icc2f1807dd5ab5fb2f83c05d1b3895b3a9a0dbaf