mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
A couple documentation fixes.
- Move notice index wrapper doc to doc/script-reference -- doc/scripts no longer contains any static documentation because that location will be managed by Bro to generate per-script docs. - :doc: references for generated per-script docs now need the ".bro" suffix. (IMO this is better since it directly mirrors the actual script's file name and can't be confused w/ a package).
This commit is contained in:
parent
96ba5c82a3
commit
7e0864468c
3 changed files with 2 additions and 1 deletions
|
@ -87,7 +87,7 @@ Taking the previous example even further, we can implement a simple detection
|
|||
to demonstrate the thresholding functionality. This example is a toy to
|
||||
demonstrate how thresholding works in Sumstats and is not meant to be a
|
||||
real-world functional example, that is left to the
|
||||
:doc:`/scripts/policy/misc/scan` script that is included with Bro.
|
||||
:doc:`/scripts/policy/misc/scan.bro` script that is included with Bro.
|
||||
|
||||
.. btest-include:: ${DOC_ROOT}/frameworks/sumstats-toy-scan.bro
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@ Script Reference
|
|||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
notices
|
||||
proto-analyzers
|
||||
file-analyzers
|
||||
builtins
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue