pdoc icon indicating copy to clipboard operation
pdoc copied to clipboard

Option to generate HTML as a single file

Open AlexFiliakov opened this issue 6 years ago • 3 comments

I've seen HTML websites that simulate multiple pages in a single page. It would be nice to have an option in pdoc3 to generate a single .html file that would function the same way as the current multi-page option. Does anyone know of a reason this wouldn't be possible with pdoc3?

AlexFiliakov avatar Aug 23 '19 22:08 AlexFiliakov

Something similar is already done for PDF output (--pdf). It's a simple markdown to HTML conversion from there.

kernc avatar Aug 24 '19 10:08 kernc

Did anyone figure out a good way to do this? Maybe a Template or something?

mattalhonte-srm avatar Feb 15 '22 02:02 mattalhonte-srm

I'm looking forward for a solution for this too

sagivoulu avatar Feb 16 '22 22:02 sagivoulu