Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | style: use f-strings where applicable | Nejc Habjan | 2022-01-23 | 1 | -2/+2 |
| | |||||
* | chore: don't explicitly pass args to super() | Nejc Habjan | 2022-01-23 | 1 | -3/+1 |
| | |||||
* | chore: have flake8 check the entire project | John L. Villalovos | 2021-04-30 | 1 | -2/+0 |
| | | | | | Have flake8 run at the top-level of the projects instead of just the gitlab directory. | ||||
* | 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 | 1 | -19/+2 |
| | |||||
* | Rework documentation | Gauvain Pocentek | 2017-06-18 | 1 | -2/+12 |
| | |||||
* | Update API docs for v4 | Gauvain Pocentek | 2017-05-25 | 1 | -0/+4 |
| | |||||
* | Make the manager objects create mor dynamic | Gauvain Pocentek | 2016-11-05 | 1 | -5/+13 |
| | | | | | | | | 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 |
| | |||||
* | Rework the API documentation | Gauvain Pocentek | 2016-11-05 | 1 | -49/+30 |
| | | | | | | | | 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 | 1 | -9/+19 |
| | | | | | * List these elements in the API doc * Implement for License objects | ||||
* | Automatic doc generation for BaseManager classes | Gauvain Pocentek | 2016-01-31 | 1 | -0/+75 |
Provide a sphinx extension that parses the required/optioanl attributes and add infoo to the class docstring. |