From 00a8cd2344d40384ca6dab615b95d34d02598fec Mon Sep 17 00:00:00 2001 From: Michael Bear <38406045+mjbear@users.noreply.github.com> Date: Tue, 6 Aug 2024 21:43:27 -0400 Subject: [PATCH 1/2] docs - fix broken init nornir and config index hyperlinks in tutorial --- docs/tutorial/initializing_nornir.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial/initializing_nornir.ipynb b/docs/tutorial/initializing_nornir.ipynb index dac65c09..ee4f0608 100644 --- a/docs/tutorial/initializing_nornir.ipynb +++ b/docs/tutorial/initializing_nornir.ipynb @@ -22,7 +22,7 @@ "\n", "With `InitNornir` you can initialize nornir with a configuration file, with code or with a combination of both.\n", "\n", - "Let's start with [a configuration file](../configuration/index.rst):" + "Let's start with [a configuration file](../configuration/index.html):" ] }, { @@ -143,7 +143,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Now to create the [nornir](../../ref/api/nornir.rst#nornir) object:" + "Now to create the [nornir](../api/nornir/init_nornir.html#nornir.init_nornir.InitNornir) object:" ] }, { From 21de3f51d6a772580ebf6dcfe208e3e6c358726b Mon Sep 17 00:00:00 2001 From: Michael Bear <38406045+mjbear@users.noreply.github.com> Date: Tue, 6 Aug 2024 21:44:13 -0400 Subject: [PATCH 2/2] docs - fix broken links in failed_tasks.ipynb for nornir failed states --- docs/tutorial/failed_tasks.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial/failed_tasks.ipynb b/docs/tutorial/failed_tasks.ipynb index 7f294fd7..94dbff6c 100644 --- a/docs/tutorial/failed_tasks.ipynb +++ b/docs/tutorial/failed_tasks.ipynb @@ -378,7 +378,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "To achieve this `nornir` keeps a set of failed hosts in it's shared [data](../../ref/api/nornir.rst#nornir.core.state.GlobalState) object:" + "To achieve this `nornir` keeps a set of failed hosts in it's shared [data](../../api/nornir/core/state.html#nornir.core.state.GlobalState) object:" ] }, { @@ -405,7 +405,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "If you want to mark some hosts as succeeded and make them back eligible for future tasks you can do it individually per host with the function [recover_host](../../ref/api/nornir.rst#nornir.core.state.GlobalState.recover_host) or reset the list completely with [reset_failed_hosts](../../ref/api/nornir.rst#nornir.core.state.GlobalState.reset_failed_hosts):" + "If you want to mark some hosts as succeeded and make them back eligible for future tasks you can do it individually per host with the function [recover_host](../../api/nornir/core/state.html#nornir.core.state.GlobalState.recover_host) or reset the list completely with [reset_failed_hosts](../../api/nornir/core/state.html#nornir.core.state.GlobalState.reset_failed_hosts):" ] }, {