tiny bits of documentation
This commit is contained in:
parent
bb5d5ae14e
commit
00c9fc4369
|
@ -1,2 +1,9 @@
|
|||
# dragonglass
|
||||
|
||||
This is a utility that turns an Obsidian stack into a directory of HTML pages
|
||||
suitable for browsing or serving via a Web server. Markdown files are transformed
|
||||
into HTML; other files are copied verbatim.
|
||||
|
||||
The name is derived from the Westerosi name of "obsidian," as seen in George R.R. Martin's
|
||||
_A Song of Ice and Fire_ books and the _Game of Thrones_ TV series.
|
||||
|
||||
|
|
|
@ -180,6 +180,7 @@ def generate_list(ctxt: Any, source_root: Path) -> list[SourceNode]:
|
|||
Generates the list of source nodes from the source path (Obsidian vault).
|
||||
|
||||
Args:
|
||||
ctxt (Context): Context for the operation.
|
||||
source_root (Path): The root directory (Obsidian vault) to load nodes from.
|
||||
|
||||
Returns:
|
||||
|
|
Loading…
Reference in New Issue
Block a user