Small fix to switch "print foo" to "print(foo)".
Change-Id: Ib49a5e9420a4ab2ab62db2886a78c070ff6c5ba0
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
Now the CONTRIBUTING.rst have no title, and the readme.rst include
the wrong path.
This patch fix it.
Change-Id: I463d57e45eff3708f1ee0d74caa51fe64b1b0d41
This change makes a few modifications to make the usage doc easier
to understand and consume for users of the oslo.vmware library.
Among the changes are explanations for parameters, extra helpful
comments, removing references to default arguments to simplify the
example.
Change-Id: Iccbe40f6bda0c65c3de87d708634ae6bbdcaa959
The recently updated usage doc should reference oslo_vmware not
oslo.vmware.
bp/drop-namespace-packages
Change-Id: Ib3be81df6de7d42067ec69a7a811f6fe5def9241
The docs contain an invalid import as an example of the usage
of the oslo.vmware library. This patch corrects the import and
puts a small, more meaningful example in its place.
Change-Id: I8ae1d112d2d58115f13c3531b98c91f36f2e7d15
Currently, the installation doc is missing the project name for
the pip install command. This commit adds the correct project
name.
Change-Id: I5c65d36344b52c74d8fb823c3bb2703ba097a743
Once we use the pbr based build to generate files, we prune
the indexes to remove references to code we would like to
hide like the common modules and private modules in conf.py.
We reuse the same excluded_patterns variable that is already
used in Sphinx and filter these modules from autoindex.rst
Closes-Bug: #1364140
Change-Id: I5767e429e63935f055a6f4e82349224ccfa2f497
First cut of openstack-common.conf to pick up a few
files needed by the patch series
Change-Id: I148ff1e0e28df8b732a7865e162e5104a4233b7d
Implements: blueprint vmware-api