skills/modelscope.cn/generate-api-docs

generate-api-docs

Installation
SKILL.md

Generate API Docs

Extract docstrings from functions and classes to automatically generate API reference documentation.

When to Use

  • Documenting public module interfaces
  • Creating reference guides for libraries
  • Generating HTML API documentation
  • Maintaining up-to-date API specs

Quick Reference

# Python with pdoc
pdoc --html module_name -o docs/
Installs
1
First Seen
Jun 25, 2026
generate-api-docs from modelscope.cn