boilercv_pipeline.equations.make_docs
#
Generate equation documentation.
Module Contents#
Functions#
Watch for changes in equations. |
|
Generate equation documentation. |
|
Get equations. |
Data#
API#
- boilercv_pipeline.equations.make_docs.DIR_TO_WATCH#
None
Directory to watch.
- boilercv_pipeline.equations.make_docs.FILTER#
None
Files in directory to watch.
- boilercv_pipeline.equations.make_docs.INTERVAL#
5
Seconds to wait before checking again.
- boilercv_pipeline.equations.make_docs.COOLDOWN#
2
Wait at least this many seconds before triggering
on_modified
again.
- boilercv_pipeline.equations.make_docs.OUT#
None
Generated equations directory.
- boilercv_pipeline.equations.make_docs.APP#
‘App(…)’
CLI.
- boilercv_pipeline.equations.make_docs.SEP#
‘ ‘
Line separator.
- async boilercv_pipeline.equations.make_docs.main()#
- async boilercv_pipeline.equations.make_docs.watch_eqs(
- corr: boilercv.correlations.types.Corr | boilercv.correlations.types.Range,
Watch for changes in equations.
- boilercv_pipeline.equations.make_docs.make_docs()#
Generate equation documentation.