<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-saharaclient.git/doc, branch 1.4.0</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>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>avoid additional requirement for building docs</title>
<updated>2016-06-16T14:22:04+00:00</updated>
<author>
<name>Vitaly Gridnev</name>
<email>vgridnev@mirantis.com</email>
</author>
<published>2016-06-07T15:31:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=fb5557abb464b554bd16d13fa151085e27f23b13'/>
<id>fb5557abb464b554bd16d13fa151085e27f23b13</id>
<content type='text'>
DocImpact

Change-Id: I2d4dda2ee6fdfcf82702f4400a2513e7aa83957d
closes-bug: 1551292
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DocImpact

Change-Id: I2d4dda2ee6fdfcf82702f4400a2513e7aa83957d
closes-bug: 1551292
</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>
<entry>
<title>Merge "Keystoneclient to keystoneauth migration"</title>
<updated>2016-02-14T13:32:34+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-02-14T13:32:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=08ea638f56804168d58d5b16d87192b655df5b61'/>
<id>08ea638f56804168d58d5b16d87192b655df5b61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Keystoneclient to keystoneauth migration</title>
<updated>2016-02-11T14:45:47+00:00</updated>
<author>
<name>Michael Ionkin</name>
<email>mionkin@mirantis.com</email>
</author>
<published>2016-01-27T14:14:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=a3ac46644889e460f3f9e3fe89a87296d2a4ac8a'/>
<id>a3ac46644889e460f3f9e3fe89a87296d2a4ac8a</id>
<content type='text'>
Keystoneauth was extracted from keystoneclient so we need
to migrate to keystoneauth

also deleted get_projects_list method because it is not used

Change-Id: I2c611d6b5ae08eacc11513e0dd2548e42b9dc828
bp: keystoneclient-to-keystoneauth
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Keystoneauth was extracted from keystoneclient so we need
to migrate to keystoneauth

also deleted get_projects_list method because it is not used

Change-Id: I2c611d6b5ae08eacc11513e0dd2548e42b9dc828
bp: keystoneclient-to-keystoneauth
</pre>
</div>
</content>
</entry>
</feed>
