Skip to content

Commit

Permalink
Improve formatting for link targets in API documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Aug 26, 2023
1 parent e0851ba commit d2c6647
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tweepy/api.py
Expand Up @@ -1141,7 +1141,8 @@ def search_tweets(self, q, **kwargs):
----------
https://developer.twitter.com/en/docs/twitter-api/v1/tweets/search/api-reference/get-search-tweets
.. _Twitter's documentation on the standard search API: https://developer.twitter.com/en/docs/twitter-api/v1/tweets/search/overview
.. _Twitter's documentation on the standard search API:
https://developer.twitter.com/en/docs/twitter-api/v1/tweets/search/overview
"""
return self.request(
'GET', 'search/tweets', endpoint_parameters=(
Expand Down Expand Up @@ -2624,7 +2625,8 @@ def set_settings(self, **kwargs):
https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/manage-account-settings/api-reference/post-account-settings
.. _ISO 8601: https://en.wikipedia.org/wiki/ISO_8601
.. _Rails TimeZone: https://api.rubyonrails.org/classes/ActiveSupport/TimeZone.html
.. _Rails TimeZone:
https://api.rubyonrails.org/classes/ActiveSupport/TimeZone.html
"""
return self.request(
'POST', 'account/settings', endpoint_parameters=(
Expand Down

0 comments on commit d2c6647

Please sign in to comment.