Is it possible to auto-generate subpages? #224
Unanswered
jasonho-lynx
asked this question in
Q&A
Replies: 1 comment
-
Hey @jasonho-lynx , Unfortunately there's currently no functionality that automatically "expands" a package's submodule into its own pages. I would say right now Pydoc-Markdown's architecture unfortunately does not natively support that without implementing a new "renderer" plugin (which could "wrap" another renderer and add to it's "pages" configuration). I've written down some thoughts on a new rendering pipeline for Pydoc-Markdown here (#211) but not sure when I'll get to that. Best, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, thank you for working on this package! I was trying it out and found that renderer pages were specified like this:
Where
<MY MODULES>
would be something likepackage_a.module_b.*
. Is it possible to have something like:So that all modules within
package_a
will each get their own subpage? Currently, specifyingpackage_a.*
puts all modules onto the same page.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions