summaryrefslogtreecommitdiff
path: root/docs/ext/template.j2
Commit message (Collapse)AuthorAgeFilesLines
* Rework the API documentationGauvain Pocentek2016-11-051-29/+0
| | | | | | | | Update the sphinx extension to add method definition in the docs. This makes the documentation a bit more usable. Hide attributes that should not have been exposed. They still exist in the code but their documentation doesn't make much sense.
* Manage optional parameters for list() and get()Gauvain Pocentek2016-05-151-0/+8
| | | | | * List these elements in the API doc * Implement for License objects
* Automatic doc generation for BaseManager classesGauvain Pocentek2016-01-311-0/+21
Provide a sphinx extension that parses the required/optioanl attributes and add infoo to the class docstring.