bumped to 0.3.0 + completed manual

This commit is contained in:
2025-04-15 19:32:05 +02:00
parent 6394c8e5c5
commit c7d12bf6c6
9 changed files with 92 additions and 13 deletions

View File

@ -1,5 +1,6 @@
/// Loads a schema from a file or a raw block.
/// This function returns a dictionary of structures
/// This function returns a dictionary of structures\
/// See the #link(<loading>)[Loading] chapter for examples of schema loading for each supported format
///
/// Supported formats: #schema.valid-extensions.map(e => raw("." + e)).join(", ")
/// - path-or-schema (str, raw, dictionary):
@ -12,7 +13,6 @@
#let load(path-or-schema) = {}
/// Renders the given schema
/// This functions
/// - schema (dictionary): A schema dictionary, as returned by @@load()
/// - config (auto, dictionary): The configuration parameters, as returned by #doc-ref("config.config")
/// - width (ratio, length): The width of the generated figure