mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00
Add all new policy scripts to doc generation target.
Minor script tweaks along the way to get rid of reST format warnings or @load dependency issues.
This commit is contained in:
parent
56a946568a
commit
3a655c610c
26 changed files with 220 additions and 61 deletions
|
@ -15,6 +15,16 @@ Contents:
|
|||
bifs
|
||||
user
|
||||
policy/dns-index
|
||||
policy/ftp-index
|
||||
policy/http-index
|
||||
policy/irc-index
|
||||
policy/metrics-index
|
||||
policy/mime-index
|
||||
policy/sig-index
|
||||
policy/smtp-index
|
||||
policy/software-index
|
||||
policy/ssh-index
|
||||
policy/ssl-index
|
||||
internal
|
||||
policy/index
|
||||
|
||||
|
|
5
doc/scripts/source/policy/ftp-index.rst
Normal file
5
doc/scripts/source/policy/ftp-index.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
.. This is a stub doc to which the build process can append.
|
||||
|
||||
FTP Policy Scripts
|
||||
==================
|
||||
|
5
doc/scripts/source/policy/http-index.rst
Normal file
5
doc/scripts/source/policy/http-index.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
.. This is a stub doc to which the build process can append.
|
||||
|
||||
HTTP Policy Scripts
|
||||
===================
|
||||
|
5
doc/scripts/source/policy/irc-index.rst
Normal file
5
doc/scripts/source/policy/irc-index.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
.. This is a stub doc to which the build process can append.
|
||||
|
||||
IRC Policy Scripts
|
||||
==================
|
||||
|
5
doc/scripts/source/policy/metrics-index.rst
Normal file
5
doc/scripts/source/policy/metrics-index.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
.. This is a stub doc to which the build process can append.
|
||||
|
||||
Metrics Policy Scripts
|
||||
======================
|
||||
|
5
doc/scripts/source/policy/mime-index.rst
Normal file
5
doc/scripts/source/policy/mime-index.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
.. This is a stub doc to which the build process can append.
|
||||
|
||||
MIME Policy Scripts
|
||||
===================
|
||||
|
5
doc/scripts/source/policy/sig-index.rst
Normal file
5
doc/scripts/source/policy/sig-index.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
.. This is a stub doc to which the build process can append.
|
||||
|
||||
Signature Policy Scripts
|
||||
========================
|
||||
|
5
doc/scripts/source/policy/smtp-index.rst
Normal file
5
doc/scripts/source/policy/smtp-index.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
.. This is a stub doc to which the build process can append.
|
||||
|
||||
SMTP Policy Scripts
|
||||
===================
|
||||
|
5
doc/scripts/source/policy/software-index.rst
Normal file
5
doc/scripts/source/policy/software-index.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
.. This is a stub doc to which the build process can append.
|
||||
|
||||
Software Policy Scripts
|
||||
=======================
|
||||
|
5
doc/scripts/source/policy/ssh-index.rst
Normal file
5
doc/scripts/source/policy/ssh-index.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
.. This is a stub doc to which the build process can append.
|
||||
|
||||
SSH Policy Scripts
|
||||
==================
|
||||
|
5
doc/scripts/source/policy/ssl-index.rst
Normal file
5
doc/scripts/source/policy/ssl-index.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
.. This is a stub doc to which the build process can append.
|
||||
|
||||
SSL Policy Scripts
|
||||
==================
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue