summaryrefslogtreecommitdiff
path: root/docs/ext/manager_tmpl.j2
Commit message (Collapse)AuthorAgeFilesLines
* [docs] update the sphinx extension for v4 objectsGauvain Pocentek2018-05-201-76/+30
|
* Fix duplicated data in API docsGauvain Pocentek2016-12-261-3/+0
| | | | Fixes #190
* docs: fix "required" attributeGauvain Pocentek2016-11-141-1/+1
|
* docs: add missing requiredCreateAttrsGauvain Pocentek2016-11-141-0/+3
|
* Rework the API documentationGauvain Pocentek2016-11-051-0/+84
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.