update docs

This commit is contained in:
Daylin Morgan 2024-09-30 13:54:42 -05:00
parent f8f62e263d
commit 7f638448b8
Signed by: daylin
GPG key ID: 950D13E9719334AD
2 changed files with 3 additions and 1 deletions

View file

@ -22,6 +22,7 @@ task docs, "Deploy doc html + search index to public/ directory":
pkgName = "hwylterm" pkgName = "hwylterm"
gitFlags = fmt"--git.url:'https://github.com/daylinmorgan/{pkgName}' --git.commit:main" gitFlags = fmt"--git.url:'https://github.com/daylinmorgan/{pkgName}' --git.commit:main"
when defined(clean): when defined(clean):
echo fmt"clearing {deployDir}"
rmDir deployDir rmDir deployDir
for module in ["cligen", "chooser", "logging"]: for module in ["cligen", "chooser", "logging"]:
selfExec fmt"doc --docRoot:{getCurrentDir()}/src/ --index:on --outdir:{deployDir} src/hwylterm/{module}" selfExec fmt"doc --docRoot:{getCurrentDir()}/src/ --index:on --outdir:{deployDir} src/hwylterm/{module}"

View file

@ -4,7 +4,8 @@
see also these utility modules with extra dependencies: see also these utility modules with extra dependencies:
- [cligen adapter](./hwylterm/cligen.html), requires [cligen](https://github.com/c-blake/cligen) - [cligen adapter](./hwylterm/cligen.html), requires [cligen](https://github.com/c-blake/cligen)
- [chooser](./hwylterm/chooser.html), requires [illwill](https://github.com/johnnovak/illwill) - [chooser](./hwylterm/chooser.html)
- [logging](./hwylterm/logging.html)
]## ]##
import hwylterm/[spin, bbansi] import hwylterm/[spin, bbansi]