doc: include checkpatch & cspf docs in toctree

The documentation pages on checkpatch and CSPF were not reachable
because they were not included in any toctree. Include them in the tree!

Signed-off-by: Quentin Young <qlyoung@qlyoung.net>
This commit is contained in:
Quentin Young 2023-09-27 19:54:02 -04:00
parent d2292c6bfe
commit e45651fbd0
4 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,7 @@
.. SPDX-License-Identifier: GPL-2.0-only
.. _checkpatch:
==========
Checkpatch
==========

View File

@ -5,6 +5,7 @@ FRRouting Developer's Guide
:maxdepth: 2
workflow
checkpatch
building
packaging
process-architecture

View File

@ -9,4 +9,5 @@ OSPFD
ospf-api
ospf-sr
cspf

View File

@ -876,6 +876,8 @@ clang-format
checkpatch.sh
checkpatch.pl
.. seealso:: :ref:`checkpatch`
In the Linux kernel source tree there is a Perl script used to check
incoming patches for style errors. FRR uses a shell script front end and an
adapted version of the perl script for the same purpose. These scripts can