Is there a Python package to create single .md file documentation from docstrings?
Is there a Python package to create single .md file documentation from docstrings?
I'm looking for a way to generate a single Markdown (.md) file that includes all the file names, function definitions, and docstrings from my Python files. Ideally, this should traverse a directory recursively while respecting the .gitignore rules.
Does anyone know of a package that accomplishes this?