<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-ceilometerclient.git/doc/source, branch 1.0.12</title>
<subtitle>opendev.org: openstack/python-ceilometerclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/'/>
<entry>
<title>Stop using intersphinx</title>
<updated>2014-09-13T07:39:08+00:00</updated>
<author>
<name>Andreas Jaeger</name>
<email>aj@suse.de</email>
</author>
<published>2014-09-13T07:39:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=734daeb3ff83a9833cbab170a2d9b98580cc4144'/>
<id>734daeb3ff83a9833cbab170a2d9b98580cc4144</id>
<content type='text'>
Remove intersphinx from the docs build as it triggers network calls that
occasionally fail, and we don't really use intersphinx (links other
sphinx documents out on the internet)

This also removes the requirement for internet access during docs build.

This can cause docs jobs to fail if the project errors out on
warnings.

Change-Id: I71e941e2a639641a662a163c682eb86d51de42fb
Related-Bug: #1368910
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove intersphinx from the docs build as it triggers network calls that
occasionally fail, and we don't really use intersphinx (links other
sphinx documents out on the internet)

This also removes the requirement for internet access during docs build.

This can cause docs jobs to fail if the project errors out on
warnings.

Change-Id: I71e941e2a639641a662a163c682eb86d51de42fb
Related-Bug: #1368910
</pre>
</div>
</content>
</entry>
<entry>
<title>Revamp documentation, add module references</title>
<updated>2014-08-27T16:03:21+00:00</updated>
<author>
<name>Nejc Saje</name>
<email>nsaje@redhat.com</email>
</author>
<published>2014-08-25T10:22:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=69da9cd23165606b4b072dbe6653bf968b32ffaf'/>
<id>69da9cd23165606b4b072dbe6653bf968b32ffaf</id>
<content type='text'>
Documentation is modeled after python-novaclient docs.
(http://docs.openstack.org/developer/python-novaclient/)

Built preview for reviewers:
https://nsaje.fedorapeople.org/python-ceilometerclient/

Change-Id: I61e9d6593e4a1aea5cf018081416d4be3a9372ac
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Documentation is modeled after python-novaclient docs.
(http://docs.openstack.org/developer/python-novaclient/)

Built preview for reviewers:
https://nsaje.fedorapeople.org/python-ceilometerclient/

Change-Id: I61e9d6593e4a1aea5cf018081416d4be3a9372ac
</pre>
</div>
</content>
</entry>
<entry>
<title>Update developer docs template</title>
<updated>2014-07-25T00:53:27+00:00</updated>
<author>
<name>Steve Martinelli</name>
<email>stevemar@ca.ibm.com</email>
</author>
<published>2014-07-24T20:42:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=092eb6643161747186ba4d0947a847af45e3d546'/>
<id>092eb6643161747186ba4d0947a847af45e3d546</id>
<content type='text'>
The current developer docs template used by ceilometer client is
not the latest template used by the rest of the openstack projects.
This patch will update the docs to provide a more consistent look
and feel when using project docs.

Change-Id: Ic25324da75100c0efe3e814de13807740592d4a1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The current developer docs template used by ceilometer client is
not the latest template used by the rest of the openstack projects.
This patch will update the docs to provide a more consistent look
and feel when using project docs.

Change-Id: Ic25324da75100c0efe3e814de13807740592d4a1
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove © and remove unnecessary encoding lines</title>
<updated>2014-05-30T15:48:53+00:00</updated>
<author>
<name>Martin Geisler</name>
<email>martin@geisler.net</email>
</author>
<published>2014-05-27T19:37:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=42dd52958c67003cf77258ea824c3c5fd9804e71'/>
<id>42dd52958c67003cf77258ea824c3c5fd9804e71</id>
<content type='text'>
The word "Copyright" alone is sufficient to claim copyright, the ©
need not be present.[1]

As per PEP 263, a Python file with non-ASCII characters must have a
line with "coding: &lt;some-encoding&gt;". Python files containing only
7-bit ASCII characters need no such line.[2]

This commit removes unnecessary Unicode copyright symbols and
unnecessary encoding lines.

[1]: http://www.copyright.gov/circs/circ03.pdf
[2]: http://legacy.python.org/dev/peps/pep-0263/

Change-Id: I6b43cc5ecfd0440e06b0aebd91ebb574b7f37a91
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The word "Copyright" alone is sufficient to claim copyright, the ©
need not be present.[1]

As per PEP 263, a Python file with non-ASCII characters must have a
line with "coding: &lt;some-encoding&gt;". Python files containing only
7-bit ASCII characters need no such line.[2]

This commit removes unnecessary Unicode copyright symbols and
unnecessary encoding lines.

[1]: http://www.copyright.gov/circs/circ03.pdf
[2]: http://legacy.python.org/dev/peps/pep-0263/

Change-Id: I6b43cc5ecfd0440e06b0aebd91ebb574b7f37a91
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused imports</title>
<updated>2014-01-11T09:13:39+00:00</updated>
<author>
<name>Wu Wenxiang</name>
<email>wu.wenxiang@99cloud.net</email>
</author>
<published>2014-01-11T09:12:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=4ce0fd8fa82597fab1db9e6f8e96b135eb75d4f6'/>
<id>4ce0fd8fa82597fab1db9e6f8e96b135eb75d4f6</id>
<content type='text'>
Remove unused imports in doc/source/conf.py

Change-Id: I419f60dc7bb3a2e73961bab933867b171851eb18
Closes-Bug: #1268091
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove unused imports in doc/source/conf.py

Change-Id: I419f60dc7bb3a2e73961bab933867b171851eb18
Closes-Bug: #1268091
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace OpenStack LLC with OpenStack Foundation</title>
<updated>2013-09-19T19:58:04+00:00</updated>
<author>
<name>ZhiQiang Fan</name>
<email>aji.zqfan@gmail.com</email>
</author>
<published>2013-09-19T19:14:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=fb1ff39d53826b94c3c04645d972a0a96dc8225a'/>
<id>fb1ff39d53826b94c3c04645d972a0a96dc8225a</id>
<content type='text'>
Change-Id: Ia007da282714d8ee7337fd3b51f6dcc3b64d7ec3
Fixes-Bug: #1214176
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ia007da282714d8ee7337fd3b51f6dcc3b64d7ec3
Fixes-Bug: #1214176
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial Commit</title>
<updated>2012-11-09T01:52:21+00:00</updated>
<author>
<name>Angus Salkeld</name>
<email>asalkeld@redhat.com</email>
</author>
<published>2012-11-09T01:52:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=098f944eda406a2741c8d0f3546ea318421340bf'/>
<id>098f944eda406a2741c8d0f3546ea318421340bf</id>
<content type='text'>
Signed-off-by: Angus Salkeld &lt;asalkeld@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Angus Salkeld &lt;asalkeld@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
