项目作者: BujarMurati

项目描述 :
Python docstrings -> markdown documentation
高级语言: Python
项目地址: git://github.com/BujarMurati/docster.git
创建时间: 2020-09-04T16:41:10Z
项目社区:https://github.com/BujarMurati/docster

开源协议:MIT License

下载


Gitpod ready-to-code

docster

Docster is a static analysis tool that extracts doc strings from your code and inserts them into any Jinja2 template of your liking.
Use this tool to automatically build documentation for your project.
Because docster performs static analysis instead of importing your modules, it is safe to use on modules whose import could cause side effects.