Fixes #417, update ReadTheDocs TLD in README
This commit is contained in:
parent
3f6700373f
commit
86f878aad8
1 changed files with 10 additions and 10 deletions
10
README.rst
10
README.rst
|
|
@ -62,7 +62,7 @@ Or, if you want the code that is currently on GitHub
|
||||||
Documentation
|
Documentation
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
Documentation is available at https://twython.readthedocs.org/en/latest/
|
Documentation is available at https://twython.readthedocs.io/en/latest/
|
||||||
|
|
||||||
Starting Out
|
Starting Out
|
||||||
------------
|
------------
|
||||||
|
|
@ -142,7 +142,7 @@ Once you have the final user tokens, store them in a database for later use::
|
||||||
OAUTH_TOKEN = final_step['oauth_token']
|
OAUTH_TOKEN = final_step['oauth_token']
|
||||||
OAUTH_TOKEN_SECRET = final_step['oauth_token_secret']
|
OAUTH_TOKEN_SECRET = final_step['oauth_token_secret']
|
||||||
|
|
||||||
For OAuth 2 (Application Only, read-only) authentication, see `our documentation <https://twython.readthedocs.org/en/latest/usage/starting_out.html#oauth-2-application-authentication>`_
|
For OAuth 2 (Application Only, read-only) authentication, see `our documentation <https://twython.readthedocs.io/en/latest/usage/starting_out.html#oauth-2-application-authentication>`_
|
||||||
|
|
||||||
Dynamic Function Arguments
|
Dynamic Function Arguments
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
@ -174,7 +174,7 @@ Documentation: https://dev.twitter.com/docs/api/1.1/get/statuses/home_timeline
|
||||||
Updating Status
|
Updating Status
|
||||||
~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
This method makes use of dynamic arguments, `read more about them <https://twython.readthedocs.org/en/latest/usage/starting_out.html#dynamic-function-arguments>`_
|
This method makes use of dynamic arguments, `read more about them <https://twython.readthedocs.io/en/latest/usage/starting_out.html#dynamic-function-arguments>`_
|
||||||
|
|
||||||
Documentation: https://dev.twitter.com/docs/api/1/post/statuses/update
|
Documentation: https://dev.twitter.com/docs/api/1/post/statuses/update
|
||||||
|
|
||||||
|
|
@ -195,8 +195,8 @@ Searching
|
||||||
Advanced Usage
|
Advanced Usage
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
- `Advanced Twython Usage <https://twython.readthedocs.org/en/latest/usage/advanced_usage.html>`_
|
- `Advanced Twython Usage <https://twython.readthedocs.io/en/latest/usage/advanced_usage.html>`_
|
||||||
- `Streaming with Twython <https://twython.readthedocs.org/en/latest/usage/streaming_api.html>`_
|
- `Streaming with Twython <https://twython.readthedocs.io/en/latest/usage/streaming_api.html>`_
|
||||||
|
|
||||||
|
|
||||||
Notes
|
Notes
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue