AbstractTrees.jl
AbstractTrees.jl copied to clipboard
broken docs
Most docs appear to be broken https://juliacollections.github.io/AbstractTrees.jl/dev/api/
This is actually less being broken than just the docstrings for these functions not existing. I added those functions to the API page to highlight the issue, but so far they have not been added.
In addition to this: may I suggest that the doc include a couple of paragraphs about “how to define your own tree type (indexed vs. struct-like)”? I know that there are examples, but 1) they are not too easy to read (being split among multiple files), 2)they do not really cover the whole API (e.g. the filesystem case seems to rely on generic methods?) and 3) I don't see an indexed tree example in them.