More rst fixes.

This commit is contained in:
Fabio Manganiello 2023-11-20 02:44:35 +01:00
parent a798cfa387
commit 2dac98c56e
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 3 additions and 2 deletions

View File

@ -73,8 +73,9 @@ class TrelloPlugin(RunnablePlugin):
):
"""
:param api_key: Trello API key. You can get it `here
<https://trello.com/app-key>`_.
:param api_secret: Trello API secret. You can get it `here <https://trello.com/app-key>`.
<https://trello.com/app-key>`_.
:param api_secret: Trello API secret. You can get it `here
<https://trello.com/app-key>`_.
:param token: Trello token. It is required if you want to access or
modify private resources. You can get a permanent token on
``https://trello.com/1/connect?key=<KEY>&name=platypush&response_type=token&expiration=never&scope=read,write``.