Doctree.Toc
type t = one list
and one = {
url : Odoc_document.Url.t;
text : Odoc_document.Types.Inline.t;
children : t;
}
val compute : Odoc_document.Url.Path.t -> on_sub:(Odoc_document.Types.Include.status -> bool) -> Odoc_document.Types.Item.t list -> t