Documentation for generate_docs
Path: docs/generate_docs.py
Functions
extract_docstrings
Extracts the module-level and function-level docstrings from a Python file.
generate_markdown
Generates a markdown file from the extracted docstrings.
build_sidebar_structure
Builds a hierarchical sidebar structure based on directory paths.
find_python_files
Recursively finds all Python files in the given directory.
main
No description provided.