You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ever since I used pycco, I am in love with it. It is really awesome and handy. Though I faced one problem. While recursively generating docs, I end up having a lot of html files in nested dirs (as code). Is there any way to get all of them listed nicely just using the tool? I hate the manual work of linking the html to a index.html file
The text was updated successfully, but these errors were encountered:
I think the -i, --generate_index option is what you want:
$ pycco --help
Usage: pycco [options]
Options:
-h, --help show this help message and exit
-p, --paths Preserve path structure of original files
-d OUTDIR, --directory=OUTDIR
The output directory that the rendered files should go
to.
-w, --watch Watch original files and re-generate documentation on
changes
-l LANGUAGE, --force-language=LANGUAGE
Force the language for the given files
-i, --generate_index Generate an index.html document with sitemap content
-s, --skip-bad-files Continue processing after hitting a bad file
Ever since I used pycco, I am in love with it. It is really awesome and handy. Though I faced one problem. While recursively generating docs, I end up having a lot of html files in nested dirs (as code). Is there any way to get all of them listed nicely just using the tool? I hate the manual work of linking the html to a index.html file
The text was updated successfully, but these errors were encountered: