From: Alexander Trotsenko Date: Sat, 8 Jun 2024 22:10:02 +0000 (+0300) Subject: doc: Add reloading script into Python dependency section X-Git-Tag: base_10.1~1^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=ee8b65f23beb1d7a21bc121fd836cbc9e89805e3;p=matthieu%2Ffrr.git doc: Add reloading script into Python dependency section Signed-off-by: Alexander Trotsenko --- 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 ` for details), +* documentation, +* unit tests. + Additionally, FRR ships Python extensions written in C which are used during its build process.