<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-ironicclient.git/doc/source, branch stable/liberty</title>
<subtitle>opendev.org: openstack/python-ironicclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/'/>
<entry>
<title>Remove unneeded 'utf-8' coding lines</title>
<updated>2015-04-21T16:44:47+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john.l.villalovos@intel.com</email>
</author>
<published>2015-04-20T18:49:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=2df670cf3045c2c430eaaac6f48919d6d1586afc'/>
<id>2df670cf3045c2c430eaaac6f48919d6d1586afc</id>
<content type='text'>
This is basically a revert of commit:
  af741ec2236619880fa902d68aef4a6ae6cef534

It was decided that only files that need to have the line:
  # -*- coding: utf-8 -*-
Should have the line[1] as a general principle

This patch removes the 'utf-8' coding line from files that consist
entirely of ASCII characters.

[1]
http://eavesdrop.openstack.org/meetings/ironic/2015/ironic.2015-04-20-17.00.html

Partial-bug: #1325193
Change-Id: I88c1c37f7b580aa805eae9d4a1e66d33302a325f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is basically a revert of commit:
  af741ec2236619880fa902d68aef4a6ae6cef534

It was decided that only files that need to have the line:
  # -*- coding: utf-8 -*-
Should have the line[1] as a general principle

This patch removes the 'utf-8' coding line from files that consist
entirely of ASCII characters.

[1]
http://eavesdrop.openstack.org/meetings/ironic/2015/ironic.2015-04-20-17.00.html

Partial-bug: #1325193
Change-Id: I88c1c37f7b580aa805eae9d4a1e66d33302a325f
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Python Ironic Client Documentation</title>
<updated>2015-02-13T11:25:58+00:00</updated>
<author>
<name>Diego de Lima Pereira</name>
<email>diegolp@lsd.ufcg.edu.br</email>
</author>
<published>2015-02-13T11:25:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=dda5d828d47ee6dc95463566430ad415ac1de46f'/>
<id>dda5d828d47ee6dc95463566430ad415ac1de46f</id>
<content type='text'>
In the 'ironicclient Python API' page, the credential section has a little
mistake in the example. It's missing "," in the first line and a '}'
in the last. You can see it at
http://docs.openstack.org/developer/python-ironicclient/api_v1.html

Change-Id: I195f46ca7261390b0d6321bc6bdd7e8d0908af40
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the 'ironicclient Python API' page, the credential section has a little
mistake in the example. It's missing "," in the first line and a '}'
in the last. You can see it at
http://docs.openstack.org/developer/python-ironicclient/api_v1.html

Change-Id: I195f46ca7261390b0d6321bc6bdd7e8d0908af40
</pre>
</div>
</content>
</entry>
<entry>
<title>Workflow documentation is now in infra-manual</title>
<updated>2014-12-17T14:24:45+00:00</updated>
<author>
<name>Jeremy Stanley</name>
<email>fungi@yuggoth.org</email>
</author>
<published>2014-12-05T03:30:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=77129b82d7342a46405085764a093d4294665e1a'/>
<id>77129b82d7342a46405085764a093d4294665e1a</id>
<content type='text'>
Replace URLs for workflow documentation to appropriate parts of the
OpenStack Project Infrastructure Manual.

Dropped sections that duplicate each other after the change.

Co-Authored-By: David Shrewsbury &lt;shrewsbury.dave@gmail.com&gt;

Change-Id: I0642c49567a58797fd811864e95b2d9b4ed21efc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace URLs for workflow documentation to appropriate parts of the
OpenStack Project Infrastructure Manual.

Dropped sections that duplicate each other after the change.

Co-Authored-By: David Shrewsbury &lt;shrewsbury.dave@gmail.com&gt;

Change-Id: I0642c49567a58797fd811864e95b2d9b4ed21efc
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix sphinx warnings</title>
<updated>2014-11-14T16:07:33+00:00</updated>
<author>
<name>David Shrewsbury</name>
<email>shrewsbury.dave@gmail.com</email>
</author>
<published>2014-11-14T15:55:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=e1629469f1b9dcb9384e9b01ae124fdfdc938c0e'/>
<id>e1629469f1b9dcb9384e9b01ae124fdfdc938c0e</id>
<content type='text'>
Getting rid of a couple of warnings that are generated during the
documentation build.

Closes-Bug: #1392780

Change-Id: I2ebc8f1ec49ff80331077a653f0e73c988153898
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Getting rid of a couple of warnings that are generated during the
documentation build.

Closes-Bug: #1392780

Change-Id: I2ebc8f1ec49ff80331077a653f0e73c988153898
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop using intersphinx</title>
<updated>2014-10-04T18:46:48+00:00</updated>
<author>
<name>Andreas Jaeger</name>
<email>aj@suse.de</email>
</author>
<published>2014-10-04T18:46:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=aeabe6bb89a359e644c5adcb4c6456fd3428f6de'/>
<id>aeabe6bb89a359e644c5adcb4c6456fd3428f6de</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>Updates to CLI doc</title>
<updated>2014-09-16T14:33:46+00:00</updated>
<author>
<name>Ruby Loo</name>
<email>rloo@yahoo-inc.com</email>
</author>
<published>2014-09-16T14:33:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=b50a3d452c171c0e18019fc163dce4cdea7d5422'/>
<id>b50a3d452c171c0e18019fc163dce4cdea7d5422</id>
<content type='text'>
This updates the CLI documentation to:
- document the OS_REGION_NAME variable
- add a link to the locatin of the tools/ironic.bash-completion file because
  I don't know how/where the user can get it otherwise

Change-Id: I14fe729630cb9b7da298edcb941087a1fe73d41b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This updates the CLI documentation to:
- document the OS_REGION_NAME variable
- add a link to the locatin of the tools/ironic.bash-completion file because
  I don't know how/where the user can get it otherwise

Change-Id: I14fe729630cb9b7da298edcb941087a1fe73d41b
</pre>
</div>
</content>
</entry>
<entry>
<title>Add bash completion support for ironic cli</title>
<updated>2014-07-09T17:20:12+00:00</updated>
<author>
<name>Ramakrishnan G</name>
<email>rameshg87@gmail.com</email>
</author>
<published>2014-06-22T18:01:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=1155530941ddeb1b948939fa400ba722ed5ccd0f'/>
<id>1155530941ddeb1b948939fa400ba722ed5ccd0f</id>
<content type='text'>
This commit adds the 'bash-completion' option to
ironic cli which prints all sub-commands and
options, and bash_completion scripts for bash
auto completion.

Change-Id: Ide5b29e262b4217046f124d86902cd0abfdab1b6
Closes-Bug: 1332408
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit adds the 'bash-completion' option to
ironic cli which prints all sub-commands and
options, and bash_completion scripts for bash
auto completion.

Change-Id: Ide5b29e262b4217046f124d86902cd0abfdab1b6
Closes-Bug: 1332408
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds documentation for ironicclient API</title>
<updated>2014-04-16T20:27:35+00:00</updated>
<author>
<name>Ruby Loo</name>
<email>rloo@yahoo-inc.com</email>
</author>
<published>2014-04-03T16:49:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=2dedb46cfbc4f159b2e3b46a383e232023af0d3a'/>
<id>2dedb46cfbc4f159b2e3b46a383e232023af0d3a</id>
<content type='text'>
Adds some documentation on how to use the ironicclient API. Describes how
to get a client object and has examples of a few ironic operations.
The ironicclient modules are listed.

Change-Id: Ic7c739fb5722b40c308b90c27178d937cad41028
Partial-Bug: #1300990
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds some documentation on how to use the ironicclient API. Describes how
to get a client object and has examples of a few ironic operations.
The ironicclient modules are listed.

Change-Id: Ic7c739fb5722b40c308b90c27178d937cad41028
Partial-Bug: #1300990
</pre>
</div>
</content>
</entry>
<entry>
<title>Add documentation for ironic CLI</title>
<updated>2014-04-15T12:59:15+00:00</updated>
<author>
<name>Ruby Loo</name>
<email>rloo@yahoo-inc.com</email>
</author>
<published>2014-04-08T19:14:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=5516fe0e8dc5a5ecbfd7c709cc49cc73c344afa5'/>
<id>5516fe0e8dc5a5ecbfd7c709cc49cc73c344afa5</id>
<content type='text'>
Adds a short description about how to get started with the
ironic CLI.

Change-Id: I86247c36d9c3ce482dde009bef7e59fcdc493c64
Partial-Bug: #1300990
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds a short description about how to get started with the
ironic CLI.

Change-Id: I86247c36d9c3ce482dde009bef7e59fcdc493c64
Partial-Bug: #1300990
</pre>
</div>
</content>
</entry>
<entry>
<title>Documentation for contributors</title>
<updated>2014-04-10T20:49:02+00:00</updated>
<author>
<name>Ruby Loo</name>
<email>rloo@yahoo-inc.com</email>
</author>
<published>2014-04-03T16:16:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=dbc7d402186617f3c2adb43c61e207c297cbb6b9'/>
<id>dbc7d402186617f3c2adb43c61e207c297cbb6b9</id>
<content type='text'>
Adds documentation for contributors, which describes how to
get started. It mentions licence agreement, launchpad ID, and
includes links to project-related information.

Change-Id: I47423c9f2cdfd708c8cb45d4284c5af16d598153
Partial-Bug: #1300990
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds documentation for contributors, which describes how to
get started. It mentions licence agreement, launchpad ID, and
includes links to project-related information.

Change-Id: I47423c9f2cdfd708c8cb45d4284c5af16d598153
Partial-Bug: #1300990
</pre>
</div>
</content>
</entry>
</feed>
