An open API service indexing awesome lists of open source software.

https://github.com/lainq/gendoc

gendoc is a tool which generates documentation based on your docstrings
https://github.com/lainq/gendoc

cli docstrings documentation documentation-generator gendoc python python3

Last synced: 10 months ago
JSON representation

gendoc is a tool which generates documentation based on your docstrings

Awesome Lists containing this project

README

          


Gendoc



Generates documentation based on function docstrings.

### Installation
The package is available on pypi. You can install it with pip
```py
pip install gendoc-cli
```

### How to use it 🤔 ?
```
gendoc
```
##### Optional parameters
`--out=` The output directory

`--recursive` To collect all python files from the directory