Fix rst syntax in docstrings
This commit is contained in:
parent
9da0bd26eb
commit
849b909a52
1 changed files with 10 additions and 10 deletions
|
@ -43,17 +43,17 @@ class GitLabLister(PageByPageHttpLister):
|
|||
transport_request identifier.
|
||||
|
||||
For the gitlab lister, the 'credentials' entries is configured
|
||||
per instance. For example:
|
||||
per instance. For example::
|
||||
|
||||
- credentials:
|
||||
- gitlab.com:
|
||||
- username: user0
|
||||
password: <pass>
|
||||
- username: user1
|
||||
password: <pass>
|
||||
- ...
|
||||
- other-gitlab-instance:
|
||||
...
|
||||
- credentials:
|
||||
- gitlab.com:
|
||||
- username: user0
|
||||
password: <pass>
|
||||
- username: user1
|
||||
password: <pass>
|
||||
- ...
|
||||
- other-gitlab-instance:
|
||||
...
|
||||
|
||||
"""
|
||||
params = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue