Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor: remove six dependency | Max Wittig | 2019-12-18 | 1 | -2/+1 |
| | |||||
* | refactor: format everything blackrefactor/black | Max Wittig | 2019-05-16 | 1 | -20/+21 |
| | |||||
* | [docs] update the sphinx extension for v4 objects | Gauvain Pocentek | 2018-05-20 | 4 | -132/+32 |
| | |||||
* | Rework documentation | Gauvain Pocentek | 2017-06-18 | 1 | -2/+12 |
| | |||||
* | Update API docs for v4 | Gauvain Pocentek | 2017-05-25 | 1 | -0/+4 |
| | |||||
* | Fix duplicated data in API docs | Gauvain Pocentek | 2016-12-26 | 1 | -3/+0 |
| | | | | Fixes #190 | ||||
* | docs: fix "required" attribute | Gauvain Pocentek | 2016-11-14 | 1 | -1/+1 |
| | |||||
* | docs: add missing requiredCreateAttrs | Gauvain Pocentek | 2016-11-14 | 1 | -0/+3 |
| | |||||
* | Make the manager objects create mor dynamic | Gauvain Pocentek | 2016-11-05 | 2 | -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 methods | Gauvain Pocentek | 2016-11-05 | 1 | -23/+10 |
| | |||||
* | API docs: add managers doc in GitlabObject's | Gauvain Pocentek | 2016-11-05 | 1 | -0/+7 |
| | |||||
* | Rework the API documentation | Gauvain Pocentek | 2016-11-05 | 4 | -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 Pocentek | 2016-05-15 | 2 | -9/+27 |
| | | | | | * List these elements in the API doc * Implement for License objects | ||||
* | Automatic doc generation for BaseManager classes | Gauvain Pocentek | 2016-01-31 | 3 | -0/+96 |
Provide a sphinx extension that parses the required/optioanl attributes and add infoo to the class docstring. |