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:
Jon Siwek 2013-11-21 15:59:07 -06:00
parent 96ba5c82a3
commit 7e0864468c
3 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -5,6 +5,7 @@ Script Reference
.. toctree::
:maxdepth: 1
notices
proto-analyzers
file-analyzers
builtins