package forester

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

Install

Dune Dependency

Authors

Maintainers

Sources

4.1.0.tar.gz
md5=576a2fe0666a6bd9fbbf9a567c0aee79
sha512=af7666a0bcd8fb20497a8c0a0bc01cb57db0bde07d68952e40d37464efe81c3a3c8207a5e5dc88264a5f67b5815874e88f3aa31972dd5f0413d44f97e11b758e

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. base_url : string option;
  6. stylesheet : string;
  7. ignore_tex_cache : bool;
  8. no_assets : bool;
  9. no_theme : bool;
  10. max_fibers : int;
}
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
Sourceval run_renderer : cfg:config -> forest -> (unit -> 'a) -> 'a
Sourceval render_json : cwd:[> Eio__.Fs.dir_ty ] Eio.Path.t -> Forester_core.Sem.tree Analysis.Map.t -> unit
OCaml

Innovation. Community. Security.