<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-saharaclient.git/doc/source, branch 2.2.1</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>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>
<entry>
<title>Fix html_last_updated_fmt for Python3</title>
<updated>2017-06-04T09:46:19+00:00</updated>
<author>
<name>Vu Cong Tuan</name>
<email>tuanvc@vn.fujitsu.com</email>
</author>
<published>2017-06-04T09:46:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=48da28bde5631105584187796dba2a5fdf963cc1'/>
<id>48da28bde5631105584187796dba2a5fdf963cc1</id>
<content type='text'>
html_last_updated_fmt option is interpreted as a
byte string in python3, causing Sphinx build to break.
This patch makes it utf-8 string.

Change-Id: I9b23a0dfadaa195bc22ee7f8b8da0c0c9a0e6052
Closes-Bug:#1693670
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
html_last_updated_fmt option is interpreted as a
byte string in python3, causing Sphinx build to break.
This patch makes it utf-8 string.

Change-Id: I9b23a0dfadaa195bc22ee7f8b8da0c0c9a0e6052
Closes-Bug:#1693670
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix doc build if git is absent</title>
<updated>2016-08-31T14:01:53+00:00</updated>
<author>
<name>Thomas Bechtold</name>
<email>tbechtold@suse.com</email>
</author>
<published>2016-08-31T14:01:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=fe007f0552d208b9b9d9594097177c8c4a1cd26c'/>
<id>fe007f0552d208b9b9d9594097177c8c4a1cd26c</id>
<content type='text'>
When building packages if git is absent, then we should not set
html_last_updated_fmt. It can still be set via the -D switch
when building with sphinx-build.

Change-Id: Ie6477df7f65e5035b1b03b51f698972ce9dd9aaa
Closes-Bug: #1552251
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When building packages if git is absent, then we should not set
html_last_updated_fmt. It can still be set via the -D switch
when building with sphinx-build.

Change-Id: Ie6477df7f65e5035b1b03b51f698972ce9dd9aaa
Closes-Bug: #1552251
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused pngmath Sphinx extension</title>
<updated>2016-02-29T18:58:37+00:00</updated>
<author>
<name>Andreas Jaeger</name>
<email>aj@suse.com</email>
</author>
<published>2016-02-29T18:58:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=409c48bf1f331ed3e4d1f3388568a3a0e19917da'/>
<id>409c48bf1f331ed3e4d1f3388568a3a0e19917da</id>
<content type='text'>
There's no RST file that uses ".. math" and thus
the pngmath Sphinx extension is not used and can
get removed.

Change-Id: I3ea4b529025c8ac3c4092f3720124647861e6668
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There's no RST file that uses ".. math" and thus
the pngmath Sphinx extension is not used and can
get removed.

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