summaryrefslogtreecommitdiff
path: root/docs/ext/docstrings.py
Commit message (Collapse)AuthorAgeFilesLines
* Manage optional parameters for list() and get()Gauvain Pocentek2016-05-151-9/+19
| | | | | * List these elements in the API doc * Implement for License objects
* Automatic doc generation for BaseManager classesGauvain Pocentek2016-01-311-0/+75
Provide a sphinx extension that parses the required/optioanl attributes and add infoo to the class docstring.