Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 422 Bytes

File metadata and controls

21 lines (14 loc) · 422 Bytes

mkdocs-py-ref-gen

mkdocs plugin to generate reference documentation and summary of python package(s)

It's a wrapper plugin built using mkdocs-gen-file

pip install mkdocs-py-ref-gen

usage

plugins:
    - py-ref-gen
        modules:
            - name: "my_module"

Click me for full documention