NiklasRosenstein / pydoc-markdown

Create Python API documentation in Markdown format.
http://niklasrosenstein.github.io/pydoc-markdown/
Other
458 stars 102 forks source link

feat: ✨ Add an option to remove module prefix #199

Closed melMass closed 3 years ago

melMass commented 3 years ago

As discussed in #198, this add an add_module_prefix option that is on by default to respect the original behavior.

melMass commented 3 years ago

Before: image

After: image

melMass commented 3 years ago

Hmmm it actually breaks on the titles of pages that contain multiple submodules (member links still works)

Edit: Oh ok I think I found the issue I need to escape after the renaming not before

NiklasRosenstein commented 3 years ago

Hmmm it actually breaks on the titles of pages that contain multiple submodules (member links still works)

Not entirely sure I can follow. Can you explain more?