summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2024-06-11 14:44:14 -0400
committerGitHub <noreply@github.com>2024-06-11 14:44:14 -0400
commit82dcb1d63e7366ee2b3bd1d6896f64369cbe4d4a (patch)
treeb5011fabc501a63719f6a5d96e6319ff9ce6388d
parentb436e968535df8daf5990f9233a5e3a9bbe47672 (diff)
parentee8b65f23beb1d7a21bc121fd836cbc9e89805e3 (diff)
Merge pull request #16190 from trots/master
doc: Add reloading script into Python dependency section
-rw-r--r--doc/user/installation.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/user/installation.rst b/doc/user/installation.rst
index d17112d8aa..e49f10491e 100644
--- a/doc/user/installation.rst
+++ b/doc/user/installation.rst
@@ -422,7 +422,12 @@ options to the configuration script.
Python dependency, documentation and tests
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-FRR's documentation and basic unit tests heavily use code written in Python.
+FRR uses Python for these components:
+
+* configuration reloading (see :ref:`FRR-RELOAD <frr-reload>` for details),
+* documentation,
+* unit tests.
+
Additionally, FRR ships Python extensions written in C which are used during
its build process.