While its documentation suggests the julia make.jl
workflow, I am wondering if it would be possible to just call the generator function interactively as I keep working on documentation (writing Markdown directly, but also working on docstrings).
The purpose of this would be avoiding the startup & compilation time.
I tried doing this, but even with Revise.jl
the docstrings themselves are not updated.