<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-saharaclient.git/doc, branch stable/stein</title>
<subtitle>opendev.org: openstack/python-saharaclient
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/'/>
<entry>
<title>Fix build with Sphinx 1.7.x</title>
<updated>2018-04-25T13:35:31+00:00</updated>
<author>
<name>Thomas Goirand</name>
<email>zigo@debian.org</email>
</author>
<published>2018-04-25T08:41:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=a54d23542406d35d266a708f362024691209abd5'/>
<id>a54d23542406d35d266a708f362024691209abd5</id>
<content type='text'>
In sphinx 1.7, the sphinx.util.compat.Directive class doesn't exist
anymore, it's available in docutils.parsers.rst.Directive instead,
and it was deprecated in Sphinx 1.6 already. This patch makes it
therefore work in both version 1.6 and 1.7 just by using the new
module path docutils.parsers.rst.Directive.

Change-Id: I2e05c1612c687c029174f045d3ea0fec83e1119a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In sphinx 1.7, the sphinx.util.compat.Directive class doesn't exist
anymore, it's available in docutils.parsers.rst.Directive instead,
and it was deprecated in Sphinx 1.6 already. This patch makes it
therefore work in both version 1.6 and 1.7 just by using the new
module path docutils.parsers.rst.Directive.

Change-Id: I2e05c1612c687c029174f045d3ea0fec83e1119a
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated from global requirements</title>
<updated>2018-03-20T14:56:07+00:00</updated>
<author>
<name>OpenStack Proposal Bot</name>
<email>openstack-infra@lists.openstack.org</email>
</author>
<published>2018-03-20T14:56:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=8f608f2d4f6a9c9b94c6964d812eb2cc9b58e122'/>
<id>8f608f2d4f6a9c9b94c6964d812eb2cc9b58e122</id>
<content type='text'>
Change-Id: Ie139d509497bce763dcaa4293a0bab7cd806d2af
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ie139d509497bce763dcaa4293a0bab7cd806d2af
</pre>
</div>
</content>
</entry>
<entry>
<title>Follow the new PTI for document build</title>
<updated>2018-03-20T09:36:54+00:00</updated>
<author>
<name>Nguyen Hai</name>
<email>nguyentrihai93@gmail.com</email>
</author>
<published>2018-03-19T11:35:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=7043c1af54ba110d0505edaac58e2f910ebf10ad'/>
<id>7043c1af54ba110d0505edaac58e2f910ebf10ad</id>
<content type='text'>
For compliance with the Project Testing Interface as described in:
https://governance.openstack.org/tc/reference/project-testing-interface.html
http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html

Change-Id: I616ad9f7f089873890ba508cf3e39067f046ae53
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For compliance with the Project Testing Interface as described in:
https://governance.openstack.org/tc/reference/project-testing-interface.html
http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html

Change-Id: I616ad9f7f089873890ba508cf3e39067f046ae53
</pre>
</div>
</content>
</entry>
<entry>
<title>Migration to Storyboard</title>
<updated>2018-03-17T13:25:54+00:00</updated>
<author>
<name>Luigi Toscano</name>
<email>ltoscano@redhat.com</email>
</author>
<published>2018-03-17T13:25:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=85d3faf9ba626ccac3334f0f47d99b1be00b0c71'/>
<id>85d3faf9ba626ccac3334f0f47d99b1be00b0c71</id>
<content type='text'>
Sahara projects migrated to storyboard.openstack.org.
Replace the references to Launchpad and clean up some duplication.
Fix the bug link in the openstackdocstheme configuration.

Change-Id: I01092ad6d35e2c0624646033d95c00526094a06d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sahara projects migrated to storyboard.openstack.org.
Replace the references to Launchpad and clean up some duplication.
Fix the bug link in the openstackdocstheme configuration.

Change-Id: I01092ad6d35e2c0624646033d95c00526094a06d
</pre>
</div>
</content>
</entry>
<entry>
<title>Auto-document members properly</title>
<updated>2018-01-26T18:02:47+00:00</updated>
<author>
<name>Jeremy Freudberg</name>
<email>jeremyfreudberg@gmail.com</email>
</author>
<published>2018-01-26T18:02:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=ee5f17307a1d7949ce2408f22c3678966d3272c1'/>
<id>ee5f17307a1d7949ce2408f22c3678966d3272c1</id>
<content type='text'>
Supporting APIv2 in saharaclient meant that there is now some fancier
inheritance going on, so Sphinx :members: now misses a bunch of
user-facing methods. Now, start using :inherited-members: to get what
we want.

Additionally, put the v2 docs under the main reference section instead
of in their own section.

Change-Id: I56067fe54332497f8d0962986383b74a27d84a76
Closes-Bug: #1745650
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Supporting APIv2 in saharaclient meant that there is now some fancier
inheritance going on, so Sphinx :members: now misses a bunch of
user-facing methods. Now, start using :inherited-members: to get what
we want.

Additionally, put the v2 docs under the main reference section instead
of in their own section.

Change-Id: I56067fe54332497f8d0962986383b74a27d84a76
Closes-Bug: #1745650
</pre>
</div>
</content>
</entry>
<entry>
<title>APIv2 support in client</title>
<updated>2018-01-25T05:47:33+00:00</updated>
<author>
<name>Jeremy Freudberg</name>
<email>jeremyfreudberg@gmail.com</email>
</author>
<published>2018-01-12T04:22:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=45088c61f0798d2cf85e06a73df1cff089e0fec0'/>
<id>45088c61f0798d2cf85e06a73df1cff089e0fec0</id>
<content type='text'>
* Support of all APIv2 features carried from APIv1 ("feature parity")
* Minimum amount of docs to pass the gate
* Endpoint manipulation and version discovery handled by keystoneauth
* APIv2 feature: decommision of specific instances (doc change only)
* APIv2 feature: force delete (new method)

Unit tests will arrive in a future patch.

bp v2-api-experimental-impl

Co-Authored-By: Monty Taylor &lt;mordred@inaugust.com&gt;
Change-Id: I32178439fe85cc6d5faf4ac2e33ae80c08619de5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Support of all APIv2 features carried from APIv1 ("feature parity")
* Minimum amount of docs to pass the gate
* Endpoint manipulation and version discovery handled by keystoneauth
* APIv2 feature: decommision of specific instances (doc change only)
* APIv2 feature: force delete (new method)

Unit tests will arrive in a future patch.

bp v2-api-experimental-impl

Co-Authored-By: Monty Taylor &lt;mordred@inaugust.com&gt;
Change-Id: I32178439fe85cc6d5faf4ac2e33ae80c08619de5
</pre>
</div>
</content>
</entry>
<entry>
<title>Reorganize the documentation following the new structure</title>
<updated>2017-09-04T16:43:22+00:00</updated>
<author>
<name>Luigi Toscano</name>
<email>ltoscano@redhat.com</email>
</author>
<published>2017-09-04T16:42:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=889cbb56133afe348093c2d289186561a07c83c6'/>
<id>889cbb56133afe348093c2d289186561a07c83c6</id>
<content type='text'>
- move api as "reference" guide and reword as Python client;
- consolidate shell and cli as part of the "CLI" guide;
- remove the "how_to_participate" page and use part of
  the content from the old index for a minimal "contributor"
  guide which redirect to the sahara contributor guide
  (no need to duplicate the information);
- remove few references to doc/source/api from tox.ini and
  .gitignore (for some reason the directory was cleaned).

Change-Id: Iff049ab32a7695a7a58bd370a1517b1ed7d2f048
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- move api as "reference" guide and reword as Python client;
- consolidate shell and cli as part of the "CLI" guide;
- remove the "how_to_participate" page and use part of
  the content from the old index for a minimal "contributor"
  guide which redirect to the sahara contributor guide
  (no need to duplicate the information);
- remove few references to doc/source/api from tox.ini and
  .gitignore (for some reason the directory was cleaned).

Change-Id: Iff049ab32a7695a7a58bd370a1517b1ed7d2f048
</pre>
</div>
</content>
</entry>
<entry>
<title>Update and optimize documentation links</title>
<updated>2017-07-18T08:06:56+00:00</updated>
<author>
<name>Hangdong Zhang</name>
<email>hdzhang@fiberhome.com</email>
</author>
<published>2017-07-18T06:37:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=e9020a87a399c69796b94278acafd08a066550b4'/>
<id>e9020a87a399c69796b94278acafd08a066550b4</id>
<content type='text'>
1. Update URLs according to document migration
2. Update the dead links
3. Optimize (e.g. http -&gt; https)

Change-Id: Ib66107d24a5171676a73cde7ead487bef259a5d5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. Update URLs according to document migration
2. Update the dead links
3. Optimize (e.g. http -&gt; https)

Change-Id: Ib66107d24a5171676a73cde7ead487bef259a5d5
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: migrate to openstackdocstheme</title>
<updated>2017-07-13T17:09:43+00:00</updated>
<author>
<name>Luigi Toscano</name>
<email>ltoscano@redhat.com</email>
</author>
<published>2017-07-13T17:09:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=586a306358c555a042bcb5cfc76715756f370f87'/>
<id>586a306358c555a042bcb5cfc76715756f370f87</id>
<content type='text'>
Both doc/ and releasenotes/
Change-Id: Ic9a5d593053364e8b10f022b53cb0ab2587431b0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Both doc/ and releasenotes/
Change-Id: Ic9a5d593053364e8b10f022b53cb0ab2587431b0
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: enable warning-is-error and fix warnings</title>
<updated>2017-07-13T16:51:45+00:00</updated>
<author>
<name>Luigi Toscano</name>
<email>ltoscano@redhat.com</email>
</author>
<published>2017-07-13T16:44:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=76f056899c728a47bfa061732c284319ea9ce0c3'/>
<id>76f056899c728a47bfa061732c284319ea9ce0c3</id>
<content type='text'>
A small workaround is required for a specific parameter (see the
inline comment).

Change-Id: I1eac60cc8ca89a12dd568f5a12f70fdab9b76b62
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A small workaround is required for a specific parameter (see the
inline comment).

Change-Id: I1eac60cc8ca89a12dd568f5a12f70fdab9b76b62
</pre>
</div>
</content>
</entry>
</feed>
