Widoco icon indicating copy to clipboard operation
Widoco copied to clipboard

Is it possible to omit sections?

Open ldesousa opened this issue 10 months ago • 3 comments

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.

ldesousa avatar Feb 20 '25 11:02 ldesousa

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

dgarijo avatar Feb 24 '25 15:02 dgarijo

I know of the excludeIntroduction and excludeProvenance flags. I would like to omit other sections instead. Is there any way to flag other sections?

ldesousa avatar Feb 25 '25 15:02 ldesousa

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)

dgarijo avatar Feb 25 '25 15:02 dgarijo