Is it possible to omit sections?
There are a few sections I would rather not include in the output documentation, e.g.: References, Rules, Main Module Description. Is there a way to instruct Widoco to omit them? Thank you.
Please see https://github.com/dgarijo/Widoco?tab=readme-ov-file#execution-options You can skip the intro. You may also comment out the sections to ignore in the index.html
I know of the excludeIntroduction and excludeProvenance flags. I would like to omit other sections instead. Is there any way to flag other sections?
If you generate with -noPlaceHolderText, it will remove intro, abstract (if empty) and description sections.
If you generate the doc with -crossRef it will only generate a crossRef section (but not an html)