summaryrefslogtreecommitdiff
path: root/docs/ext/docstrings.py
Commit message (Collapse)AuthorAgeFilesLines
* style: use f-strings where applicableNejc Habjan2022-01-231-2/+2
|
* chore: don't explicitly pass args to super()Nejc Habjan2022-01-231-3/+1
|
* chore: have flake8 check the entire projectJohn L. Villalovos2021-04-301-2/+0
| | | | | Have flake8 run at the top-level of the projects instead of just the gitlab directory.
* 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-201-19/+2
|
* Rework documentationGauvain Pocentek2017-06-181-2/+12
|
* Update API docs for v4Gauvain Pocentek2017-05-251-0/+4
|
* Make the manager objects create mor dynamicGauvain Pocentek2016-11-051-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 methodsGauvain Pocentek2016-11-051-23/+10
|
* Rework the API documentationGauvain Pocentek2016-11-051-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 Pocentek2016-05-151-9/+19
| | | | | * List these elements in the API doc * Implement for License objects
* Automatic doc generation for BaseManager classesGauvain Pocentek2016-01-311-0/+75
Provide a sphinx extension that parses the required/optioanl attributes and add infoo to the class docstring.