package forester

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Forester_frontend.ForestSource

Sourcetype config = {
  1. env : Eio_unix.Stdenv.base;
  2. assets_dirs : Eio.Fs.dir_ty Eio.Path.t list;
  3. theme_dir : Eio.Fs.dir_ty Eio.Path.t;
  4. root : string option;
  5. stylesheet : string;
  6. ignore_tex_cache : bool;
  7. no_assets : bool;
  8. no_theme : bool;
}
Sourcetype raw_forest = Forester_core.Code.tree list
Sourceval plant_forest : raw_forest -> forest
Sourceval render_trees : cfg:config -> forest:forest -> render_only:Forester_core.addr list option -> unit
Sourceval create_tree : cfg:config -> addrs:string Seq.t -> dest:Eio.Fs.dir_ty Eio.Path.t -> prefix:string -> template:string option -> mode:[ `Sequential | `Random ] -> string
Sourceval complete : forest:forest -> string -> (string * string) Seq.t
Sourceval taxa : forest:forest -> (string * string) Seq.t
Sourceval tags : forest:forest -> (string * string list) Seq.t
OCaml

Innovation. Community. Security.