[openstack-dev] [new][documentation] os-api-ref 1.1.0 release

no-reply at openstack.org no-reply at openstack.org
Thu Sep 29 18:50:55 UTC 2016


We are overjoyed to announce the release of:

os-api-ref 1.1.0: Sphinx Extensions to support API reference sites in
OpenStack

With source available at:

    http://git.openstack.org/cgit/openstack/os-api-ref

For more details, please see below.

Changes in os-api-ref 1.0.0..1.1.0
----------------------------------

533589c Sync with global-requirements
b494f29 Update homepage with developer documentation page
22bf5f2 Adds an example http-status.yaml file and updates doc
34a7f1b Use beautifulsoup4 instead of bs4 in test-requirements.txt
a22ecf2 remove padding-top for endpoint-container
bab707c Adds more info to the README to instruct authors
8d31f26 Expand width of API Site
f9241b1 Add color for COPY label


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

README.rst                     | 69 ++++++++++++++++++++++++++++++++++--------
os_api_ref/assets/api-site.css | 11 ++++++-
requirements.txt               |  9 +++---
setup.cfg                      |  2 +-
setup.py                       |  2 +-
test-requirements.txt          | 13 ++++----
8 files changed, 161 insertions(+), 48 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index e7e1e2c..a61c008 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,5 +5,4 @@
-pbr>=1.6
-PyYAML>=3.1.0
-docutils
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
-openstackdocstheme>=1.4.0  # Apache-2.0
+pbr>=1.6 # Apache-2.0
+PyYAML>=3.1.0 # MIT
+sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
+openstackdocstheme>=1.5.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 251cd52..390e56e 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,6 +7,5 @@ hacking<0.11,>=0.10.0
-coverage>=3.6
-python-subunit>=0.0.18
-oslosphinx>=2.5.0 # Apache-2.0
-testrepository>=0.0.18
-testtools>=1.4.0
-
+coverage>=3.6 # Apache-2.0
+python-subunit>=0.0.18 # Apache-2.0/BSD
+oslosphinx>=4.7.0 # Apache-2.0
+testrepository>=0.0.18 # Apache-2.0/BSD
+testtools>=1.4.0 # MIT
@@ -14 +13 @@ sphinx-testing
-bs4
+beautifulsoup4 # MIT





More information about the OpenStack-dev mailing list