-
-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include pages (e.g. notebooks) #115
Comments
Might you export the notebook to Markdown and use |
Thanks for the quick answer! I could do that indeed, but it would make the index page super loaded. |
How exactly would the proposed feature be used? I admit I don't envision it clearly. What would the "different TOC" be? Would every module's TOC link to the extra pages that that module includes? |
This feature sounds quite helpful to me. The idea is (if I got it right) to be able to include additional subpages, which are not included in any docstring. So far, this can be achieved with |
This would be super useful for machine learning related projects! Any plans on this? |
In another project I use a pipeline with I agree it would be useful for all kinds of extra examples. Someone needs to step up with a solid proposal/implementation. 😃 Taking path/to/directory would probably be reasonable, with proper handling of supported files therein. Maybe even default to ./docs as that's the place where people might want to keep their .md originals. We can convert them with some wrapper of Lines 406 to 409 in c2c1320
Other types of files that should probably be supported are .html and .ipynb ...? Configuration for the pdoc --config 'extra_docs_dir="my_docs"' ... |
I stumbled across this while looking for something else and didn't notice an answer while quickly skimming, I know I'm kind of late here, but this pdf is the instructions I gave my students to do that very same thing in a python class where generated documentation was required instead of regular comments. The pictures are for google colab but the steps worked on Jupyter as well. The part that matters here is at the bottom of the pdf |
It would be nice to be able to include pages to the docs with the same menu as in the index.
Expected Behavior
Actual Behavior
Currently, I export the notebook to HTML with a template that contains the hard-coded TOC:
Additional info
0.6.3
The text was updated successfully, but these errors were encountered: