summaryrefslogtreecommitdiffstats
path: root/docs/getting-started.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 09:02:00 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 09:02:00 +0000
commitab75044d21e47a84224ec8f664440d42fd5fc4be (patch)
treedda163e45555d3eecc2a63934a259a19a4b4b0fa /docs/getting-started.md
parentReleasing progress-linux version 0.15.0-1. (diff)
downloadanta-ab75044d21e47a84224ec8f664440d42fd5fc4be.tar.xz
anta-ab75044d21e47a84224ec8f664440d42fd5fc4be.zip
Merging upstream version 1.0.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'docs/getting-started.md')
-rw-r--r--docs/getting-started.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/getting-started.md b/docs/getting-started.md
index bab1cea..39b270c 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -121,12 +121,6 @@ anta.tests.configuration:
## Test your network
-### Basic usage in a python script
-
-```python
---8<-- "anta_runner.py"
-```
-
### CLI
ANTA comes with a generic CLI entrypoint to run tests in your network. It requires an inventory file as well as a test catalog.
@@ -264,3 +258,9 @@ $ anta nrfu \
```
You can find more information under the __usage__ section of the website
+
+### Basic usage in a Python script
+
+```python
+--8<-- "anta_runner.py"
+```