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

https://github.com/heardacat/lazydoc

a python package to document things using sphinx without using too much effort
https://github.com/heardacat/lazydoc

Last synced: 2 months ago
JSON representation

a python package to document things using sphinx without using too much effort

Awesome Lists containing this project

README

        

lazydoc
=======

Sometimes when you program in multiple languages, the last thing you're going to worry about is configurations.
LazyDoc is your world to automatic documentation using Sphinx by guessing all the parameters. It works best with `d2tol`

Usage
=====

Installing using

```
python setup.py install
```

Usage is via the commandline `lazydoc`:

```
usage: lazydoc [-h] [-g] [-d]

Generate documentation - the lazy way

optional arguments:
-h, --help show this help message and exit
-g, --gen, --generate
generate sphinx doc directories
-d, --doc, --document
based on sphinx config, generate all documentation
```