1) Update doc links according to OpenStack document migration
2) Use https instead of http for docs links
Change-Id: Ib98f33de8d7f6ef84a2f6ecb498530b336da875b
This patch adds the simple pypi based version icon/image and
download icon/image that's clickable. This is rendered on shown
on the pypi main page for the version. An example of what it looks
like is here:
https://pypi.python.org/pypi/oslo.concurrency
Change-Id: I4a10865145cc6f4a16f1e2ae5f9426512e461c2a
* Rework BrickException to simplify the code. Revert partially changes
done to port os-brick to Python 3, without losing Python 3
compatibility.
* tox.ini: run py34 tests using the commands of the default test
environent. All os-brick tests now pass on Python 3.4, so testr test
runner can be used to run tests in parallel, get the test repository,
etc.
* tox.ini: exchange order of py27 and py34 in envlist: py34 must be
run first to workaround a testrepository bug (see the note below).
* README: give advices on tox/testrepository issues with python 2/3
Change-Id: If80e01e802079afea3f2ea8051c76afffa47fa03
The README file needs to have links to the project documentation
and bug tracker in a parseable format in order for some of the
release tools scripts to work (particularly the on that prints the release
note email).
Change-Id: I9200a1cc2147b12a617762d0dabaa72464a9d70f
This patch intends to update the base documenation that is built
for the os-brick library. It includes the API documentation,
changelog, tutorial.
You can generate the documentation by running:
tox -edocs
DocImpact
Change-Id: Ia0fe0118207bbdc3cf698dfe09c0b71ebddd57f3