I'm trying to figure this out with Python projects that are heavily setup with Sphinx, and using things like autodoc generation from function comments. I'm thinking of playing around with something like:
- Sphinx gen HTML
- Convert HTML to Markdown
- Import Markdown to Dendron vault
š
I still need to look at other tools like pydoc-markdown that seem to be built for the purpose of converting Sphinx-style stuff into Markdown docs, which could then be used by other tools like Dendron, Hugo, etc.