Florian Rau

Results 14 comments of Florian Rau

Thanks for your reply @electric-coder. I found that thread as well, but it doesn't really give a solution. I tried with a custom template, but the available variables (see above)...

I managed to include the private modules manually, but that defeats the purpose of autosummary. For reference, I modified the `modules` block in a `custom-module-template.rst` as such: ```jinja {%- block...

Thanks for your advice @electric-coder - I added my approach as an [answer](https://stackoverflow.com/a/78947723/9796718) to the Stack Overflow question you mentioned. As to your point of using `autodoc` + `napoleon`: I...

Thanks a lot! I played around with the pure autodoc approach a bit - it would probably be feasible if it were able to recurse into packages (which indeed it...