<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-saharaclient.git/doc/source/conf.py, 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>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>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>
<entry>
<title>Replace deprecated library function os.popen() with subprocess</title>
<updated>2016-01-13T15:46:24+00:00</updated>
<author>
<name>ting.wang</name>
<email>ting.wang@easystack.cn</email>
</author>
<published>2016-01-13T15:45:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=9ec33ac02ad45e6356cc8e358b9eddfbe23b0f13'/>
<id>9ec33ac02ad45e6356cc8e358b9eddfbe23b0f13</id>
<content type='text'>
os.popen() is deprecated since python 2.6.
Resolved with use of subprocess module

Change-Id: I4b6469bf17a26389bcc6d844140a14f45896b9ff
Closes-Bug: #1529836
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
os.popen() is deprecated since python 2.6.
Resolved with use of subprocess module

Change-Id: I4b6469bf17a26389bcc6d844140a14f45896b9ff
Closes-Bug: #1529836
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding sphinx extension for CLI docs autogeneration</title>
<updated>2015-11-12T19:56:00+00:00</updated>
<author>
<name>Andrey Pavlov</name>
<email>apavlov@mirantis.com</email>
</author>
<published>2015-11-05T16:32:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=0cf6ec23d6de2af24401e872b697a7567263fa97'/>
<id>0cf6ec23d6de2af24401e872b697a7567263fa97</id>
<content type='text'>
New CLI docs now can be autogenerated, that prevents
them from being outdated and excludes manual updates

Partially implements: blueprint cli-as-openstackclient-plugin

Change-Id: I11e6dadc7d19bd55777e748e7ada199311b20003
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New CLI docs now can be autogenerated, that prevents
them from being outdated and excludes manual updates

Partially implements: blueprint cli-as-openstackclient-plugin

Change-Id: I11e6dadc7d19bd55777e748e7ada199311b20003
</pre>
</div>
</content>
</entry>
<entry>
<title>Swap the saharaclient and savannaclient directories</title>
<updated>2014-03-13T22:23:50+00:00</updated>
<author>
<name>Trevor McKay</name>
<email>tmckay@redhat.com</email>
</author>
<published>2014-03-13T17:36:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=6b014ee3650e1d616195c5816f224e9d481c9746'/>
<id>6b014ee3650e1d616195c5816f224e9d481c9746</id>
<content type='text'>
Exchange the contents of the saharaclient and savannaclient directories
so that 'savannlient' is the effective alias and 'saharaclient' contains
all of the source code.

* Change all of the imports that reference savannaclient to saharaclient
* Change paths that reference savannaclient (under doc)
* Leave variable and class names unchaned at this point
* Leave references to python_savannaclient unchanged since the top
* level dir name has not yet changed

Partial-implements: blueprint savanna-renaming-client
Change-Id: I83cb21922ae5a8cec291990b3ab67bb9e3cb2d62
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Exchange the contents of the saharaclient and savannaclient directories
so that 'savannlient' is the effective alias and 'saharaclient' contains
all of the source code.

* Change all of the imports that reference savannaclient to saharaclient
* Change paths that reference savannaclient (under doc)
* Leave variable and class names unchaned at this point
* Leave references to python_savannaclient unchanged since the top
* level dir name has not yet changed

Partial-implements: blueprint savanna-renaming-client
Change-Id: I83cb21922ae5a8cec291990b3ab67bb9e3cb2d62
</pre>
</div>
</content>
</entry>
<entry>
<title>Move client docs to the client</title>
<updated>2014-02-18T12:24:42+00:00</updated>
<author>
<name>Sergey Lukjanov</name>
<email>slukjanov@mirantis.com</email>
</author>
<published>2014-02-18T10:29:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=8572886a4ac2b95773ce2daa7f76a9c448b163b2'/>
<id>8572886a4ac2b95773ce2daa7f76a9c448b163b2</id>
<content type='text'>
It contains new index doc file with general notes and links to other
docs.

Change-Id: I9805b9afedccf510dd2a4aca2716a9336da0d357
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It contains new index doc file with general notes and links to other
docs.

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