package forester

  1. Overview
  2. Docs
A tool for tending mathematical forests

Install

Dune Dependency

Authors

Maintainers

Sources

4.3.0.tar.gz
md5=4cf7ec6a0a36810572f8b3a2af58631c
sha512=818f859dac00a18807563fd79663ec54232c8df196a8dc2de5e269a1d0c71085b1b490297ea0ecf3ef9cd32e40fb05ad2e10c241b03958c15e25c2942271eede

doc/forester.frontend/Forester_frontend/Forest/index.html

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.