mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-11 20:26:36 +00:00
doc: fix toctree warning in manpages
Forgot to add a couple includes to the exclude list. Also move defines.txt to defines.rst since I know how to properly ignore things now. Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
parent
1a52a8c142
commit
12b7724ff8
@ -2,7 +2,7 @@
|
|||||||
BGPD
|
BGPD
|
||||||
****
|
****
|
||||||
|
|
||||||
.. include:: defines.txt
|
.. include:: defines.rst
|
||||||
.. |DAEMON| replace:: bgpd
|
.. |DAEMON| replace:: bgpd
|
||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
|
@ -125,7 +125,7 @@ language = None
|
|||||||
|
|
||||||
# List of patterns, relative to source directory, that match files and
|
# List of patterns, relative to source directory, that match files and
|
||||||
# directories to ignore when looking for source files.
|
# directories to ignore when looking for source files.
|
||||||
exclude_patterns = ['_build']
|
exclude_patterns = ['_build', 'common-options.rst', 'epilogue.rst', 'defines.rst']
|
||||||
|
|
||||||
# The reST default role (used for this markup: `text`) to use for all
|
# The reST default role (used for this markup: `text`) to use for all
|
||||||
# documents.
|
# documents.
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
EIGRPD
|
EIGRPD
|
||||||
******
|
******
|
||||||
|
|
||||||
.. include:: defines.txt
|
.. include:: defines.rst
|
||||||
.. |DAEMON| replace:: eigrpd
|
.. |DAEMON| replace:: eigrpd
|
||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
ISISD
|
ISISD
|
||||||
*****
|
*****
|
||||||
|
|
||||||
.. include:: defines.txt
|
.. include:: defines.rst
|
||||||
.. |DAEMON| replace:: isisd
|
.. |DAEMON| replace:: isisd
|
||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
LDPD
|
LDPD
|
||||||
****
|
****
|
||||||
|
|
||||||
.. include:: defines.txt
|
.. include:: defines.rst
|
||||||
.. |DAEMON| replace:: ldpd
|
.. |DAEMON| replace:: ldpd
|
||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
NHRPD
|
NHRPD
|
||||||
*****
|
*****
|
||||||
|
|
||||||
.. include:: defines.txt
|
.. include:: defines.rst
|
||||||
.. |DAEMON| replace:: nhrpd
|
.. |DAEMON| replace:: nhrpd
|
||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
OSPF6D
|
OSPF6D
|
||||||
******
|
******
|
||||||
|
|
||||||
.. include:: defines.txt
|
.. include:: defines.rst
|
||||||
.. |DAEMON| replace:: ospf6d
|
.. |DAEMON| replace:: ospf6d
|
||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
OSPFD
|
OSPFD
|
||||||
*****
|
*****
|
||||||
|
|
||||||
.. include:: defines.txt
|
.. include:: defines.rst
|
||||||
.. |DAEMON| replace:: ospfd
|
.. |DAEMON| replace:: ospfd
|
||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
PIMD
|
PIMD
|
||||||
****
|
****
|
||||||
|
|
||||||
.. include:: defines.txt
|
.. include:: defines.rst
|
||||||
.. |DAEMON| replace:: pimd
|
.. |DAEMON| replace:: pimd
|
||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
RIPD
|
RIPD
|
||||||
****
|
****
|
||||||
|
|
||||||
.. include:: defines.txt
|
.. include:: defines.rst
|
||||||
.. |DAEMON| replace:: ripd
|
.. |DAEMON| replace:: ripd
|
||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
RIPNGD
|
RIPNGD
|
||||||
******
|
******
|
||||||
|
|
||||||
.. include:: defines.txt
|
.. include:: defines.rst
|
||||||
.. |DAEMON| replace:: ripngd
|
.. |DAEMON| replace:: ripngd
|
||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
VTYSH
|
VTYSH
|
||||||
*****
|
*****
|
||||||
|
|
||||||
.. include:: defines.txt
|
.. include:: defines.rst
|
||||||
.. |DAEMON| replace:: eigrpd
|
.. |DAEMON| replace:: eigrpd
|
||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
WATCHFRR
|
WATCHFRR
|
||||||
********
|
********
|
||||||
|
|
||||||
.. include:: defines.txt
|
.. include:: defines.rst
|
||||||
.. |DAEMON| replace:: watchfrr
|
.. |DAEMON| replace:: watchfrr
|
||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
ZEBRA
|
ZEBRA
|
||||||
*****
|
*****
|
||||||
|
|
||||||
.. include:: defines.txt
|
.. include:: defines.rst
|
||||||
.. |DAEMON| replace:: zebra
|
.. |DAEMON| replace:: zebra
|
||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
|
Loading…
Reference in New Issue
Block a user