spicy
spicy copied to clipboard
docs: Make anchors to library function documentation visible
In the following section:
https://docs.zeek.org/projects/spicy/en/latest/programming/library.html#functions
It's not possible to deep-link to individual functions. E.g. with an #functions-spicy::strptime anchor. Mostly for convenience when providing pointers to users. We do support that in Zeek, actually.
There is an anchor there, just not in the style you expected: https://docs.zeek.org/projects/spicy/en/latest/programming/library.html#spicy-strptime.
Reopening. We should figure out a way to surface the anchors, e.g., by showing ¶ where they appear.