summaryrefslogtreecommitdiff
path: root/docs/ext
Commit message (Collapse)AuthorAgeFilesLines
* refactor: remove six dependencyMax Wittig2019-12-181-2/+1
|
* refactor: format everything blackrefactor/blackMax Wittig2019-05-161-20/+21
|
* [docs] update the sphinx extension for v4 objectsGauvain Pocentek2018-05-204-132/+32
|
* Rework documentationGauvain Pocentek2017-06-181-2/+12
|
* Update API docs for v4Gauvain Pocentek2017-05-251-0/+4
|
* 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
|
* Make the manager objects create mor dynamicGauvain Pocentek2016-11-052-5/+18
| | | | | | | | For the gitlab.Gitlab object make the detection of "submanagers" more dynamic. This will avoid duplication of definitions. Update the sphinx extension to add these managers in the list of attributes.
* Sphinx ext: factorize the build methodsGauvain Pocentek2016-11-051-23/+10
|
* API docs: add managers doc in GitlabObject'sGauvain Pocentek2016-11-051-0/+7
|
* Rework the API documentationGauvain Pocentek2016-11-054-78/+139
| | | | | | | | 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-152-9/+27
| | | | | * List these elements in the API doc * Implement for License objects
* Automatic doc generation for BaseManager classesGauvain Pocentek2016-01-313-0/+96
Provide a sphinx extension that parses the required/optioanl attributes and add infoo to the class docstring.