From d6c3ca1986656ff03dbdda871f8cb898e4cc7b64 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Thu, 26 Jan 2017 15:00:35 +0100 Subject: [PATCH] Update external links in the documentation * Add a link to ironic-inspector-client documentation * Remove the link to blueprints, we no longer use them * Update the link to Ironic inspection documentation Change-Id: Ia0ec933e8fe213ffea4a8ac389b6d2028ea7e9ec --- README.rst | 5 +++-- doc/source/usage.rst | 8 ++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index e7a68e0..1b3ea58 100644 --- a/README.rst +++ b/README.rst @@ -17,11 +17,12 @@ scheduling from a bare metal node, given it's power management credentials * Free software: Apache license * Source: http://git.openstack.org/cgit/openstack/ironic-inspector * Bugs: http://bugs.launchpad.net/ironic-inspector -* Blueprints: https://blueprints.launchpad.net/ironic-inspector * Downloads: https://pypi.python.org/pypi/ironic-inspector * Documentation: http://docs.openstack.org/developer/ironic-inspector * Python client library and CLI tool: `python-ironic-inspector-client - `_. + `_ + (`documentation + `_). .. _Ironic: https://wiki.openstack.org/wiki/Ironic diff --git a/doc/source/usage.rst b/doc/source/usage.rst index 2cb38fb..13c5658 100644 --- a/doc/source/usage.rst +++ b/doc/source/usage.rst @@ -4,10 +4,10 @@ Usage ===== Refer to :ref:`api` for information on the HTTP API. -Refer to the `client page`_ for information on how to use CLI and Python -library. +Refer to the `client documentation`_ for information on how to use CLI and +Python library. -.. _client page: https://pypi.python.org/pypi/python-ironic-inspector-client +.. _client documentation: http://docs.openstack.org/developer/python-ironic-inspector-client Using from Ironic API ~~~~~~~~~~~~~~~~~~~~~ @@ -16,7 +16,7 @@ Ironic Kilo introduced support for hardware introspection under name of "inspection". **ironic-inspector** introspection is supported for some generic drivers, please refer to `Ironic inspection documentation`_ for details. -.. _Ironic inspection documentation: http://docs.openstack.org/developer/ironic/deploy/install-guide.html#hardware-inspection +.. _Ironic inspection documentation: http://docs.openstack.org/developer/ironic/deploy/inspection.html .. _node_states: