mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Documentation fixes.
This cleans up most of the warnings from sphinx (broken :doc: links, broxygen role misuses, etc.). The remaining ones should be harmless, but not quick to silence. I found that the README for each component was a copy from the actual repo, so I turned those in to symlinks so they don't get out of date.
This commit is contained in:
parent
2392a29b7f
commit
db470a637a
32 changed files with 123 additions and 5151 deletions
|
@ -654,7 +654,7 @@ The Bro scripting language supports the following built-in types.
|
|||
close(f);
|
||||
|
||||
Writing to files like this for logging usually isn't recommended, for better
|
||||
logging support see :doc:`/logging`.
|
||||
logging support see :doc:`/frameworks/logging`.
|
||||
|
||||
.. bro:type:: function
|
||||
|
||||
|
|
|
@ -9,12 +9,12 @@ Script Reference
|
|||
|
||||
packages
|
||||
builtins
|
||||
bifs
|
||||
Built-In Functions (BIFs) <base/bif/index>
|
||||
scripts
|
||||
packages
|
||||
internal
|
||||
site/proto-analyzers
|
||||
site/file-analyzers
|
||||
proto-analyzers
|
||||
file-analyzers
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue