]> git.puffer.fish Git - matthieu/frr.git/commitdiff
doc: Add reloading script into Python dependency section
authorAlexander Trotsenko <trotsenko93@mail.ru>
Sat, 8 Jun 2024 22:10:02 +0000 (01:10 +0300)
committerriw777 <355715+riw777@users.noreply.github.com>
Tue, 11 Jun 2024 15:23:24 +0000 (15:23 +0000)
Signed-off-by: Alexander Trotsenko <trotsenko93@mail.ru>
doc/user/installation.rst

index d17112d8aa18544444006cc3bca61e31331701dc..e49f10491e4ef5b002ebac7d427fe6280c7f2dc0 100644 (file)
@@ -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.