[Python-modules-commits] [python-social-auth] 241/322: Fix links in docs

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Dec 24 15:13:14 UTC 2016


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to tag v0.2.10
in repository python-social-auth.

commit 6bd98becba0a2bfa647676c0e8265e9066c9ef25
Author: Matías Aguirre <matiasaguirre at gmail.com>
Date:   Tue Apr 7 23:07:31 2015 -0300

    Fix links in docs
---
 docs/backends/dribbble.rst  |  9 ++++++---
 docs/backends/eveonline.rst |  2 ++
 docs/backends/qiita.rst     | 12 ++++++++----
 docs/backends/slack.rst     | 12 ++++++++----
 docs/backends/yahoo.rst     |  3 +++
 docs/logging_out.rst        |  2 +-
 6 files changed, 28 insertions(+), 12 deletions(-)

diff --git a/docs/backends/dribbble.rst b/docs/backends/dribbble.rst
index 0bf2b99..64333e9 100644
--- a/docs/backends/dribbble.rst
+++ b/docs/backends/dribbble.rst
@@ -3,8 +3,8 @@ Dribbble
 
 Dribbble
 
-- Register a new application at `https://dribbble.com/account/applications/new`_, set the
-  callback URL to ``http://example.com/complete/dribbble/`` replacing
+- Register a new application at Dribbble_, set the callback URL
+  to ``http://example.com/complete/dribbble/`` replacing
   ``example.com`` with your domain.
 
 - Fill ``Client ID`` and ``Client Secret`` values in the settings::
@@ -16,5 +16,8 @@ Dribbble
 
       SOCIAL_AUTH_DRIBBBLE_SCOPE = [...]
 
-  See auth scopes at http://developer.dribbble.com/v1/oauth/
+  See auth scopes at `Dribbble Developer docs`_.
 
+
+.. _Dribbble: https://dribbble.com/account/applications/new
+.. _Dribbble Developer docs: http://developer.dribbble.com/v1/oauth/
diff --git a/docs/backends/eveonline.rst b/docs/backends/eveonline.rst
index 8a85a82..7c05037 100644
--- a/docs/backends/eveonline.rst
+++ b/docs/backends/eveonline.rst
@@ -19,3 +19,5 @@ The EVE Single Sign-On (SSO) works similar to GitHub (OAuth2).
 - If you want to access EVE Online's CREST API, use::
 
       SOCIAL_AUTH_EVEONLINE_SCOPE = ['publicData']
+
+.. _EVE Developers: https://developers.eveonline.com/
diff --git a/docs/backends/qiita.rst b/docs/backends/qiita.rst
index b1cd5dd..512ca9d 100644
--- a/docs/backends/qiita.rst
+++ b/docs/backends/qiita.rst
@@ -3,9 +3,9 @@ Qiita
 
 Qiita
 
-- Register a new application at `https://qiita.com/settings/applications`_, set the
-  callback URL to ``http://example.com/complete/qiita/`` replacing
-  ``example.com`` with your domain.
+- Register a new application at Qiita_, set the callback URL to
+  ``http://example.com/complete/qiita/`` replacing ``example.com`` with your
+  domain.
 
 - Fill ``Client ID`` and ``Client Secret`` values in the settings::
 
@@ -16,4 +16,8 @@ Qiita
 
       SOCIAL_AUTH_QIITA_SCOPE = [...]
 
-  See auth scopes at https://qiita.com/api/v2/docs#スコープ
+  See auth scopes at `Qiita Scopes docs`_.
+
+
+.. _Qiita: https://qiita.com/settings/applications
+.. _Qiita Scopes docs: https://qiita.com/api/v2/docs#スコープ
diff --git a/docs/backends/slack.rst b/docs/backends/slack.rst
index 831a9de..ce3ed29 100644
--- a/docs/backends/slack.rst
+++ b/docs/backends/slack.rst
@@ -3,9 +3,9 @@ Slack
 
 Slack
 
-- Register a new application at `https://api.slack.com/applications`_, set the
-  callback URL to ``http://example.com/complete/slack/`` replacing
-  ``example.com`` with your domain.
+- Register a new application at Slack_, set the callback URL to
+  ``http://example.com/complete/slack/`` replacing ``example.com`` with your
+  domain.
 
 - Fill ``Client ID`` and ``Client Secret`` values in the settings::
 
@@ -16,4 +16,8 @@ Slack
 
       SOCIAL_AUTH_SLACK_SCOPE = [...]
 
-  See auth scopes at https://api.slack.com/docs/oauth
+  See auth scopes at `Slack OAuth docs`_.
+
+
+.. _Slack: https://api.slack.com/applications
+.. _Slack OAuth docs: https://api.slack.com/docs/oauth
diff --git a/docs/backends/yahoo.rst b/docs/backends/yahoo.rst
index ca002f6..01a0c7e 100644
--- a/docs/backends/yahoo.rst
+++ b/docs/backends/yahoo.rst
@@ -28,3 +28,6 @@ OAuth 2.0 workflow, useful if you are planning to use Yahoo's API.
 
       SOCIAL_AUTH_YAHOO_OAUTH2_KEY = ''
       SOCIAL_AUTH_YAHOO_OAUTH2_SECRET = ''
+
+
+.. _Yahoo Developer Center: https://developer.yahoo.com/
diff --git a/docs/logging_out.rst b/docs/logging_out.rst
index 1d737ec..aed9ed6 100644
--- a/docs/logging_out.rst
+++ b/docs/logging_out.rst
@@ -22,4 +22,4 @@ least one more social account associated, or a password, etc). This behavior
 can be overridden by changing the `Disconnection Pipeline`_.
 
 .. _logout_user(): https://github.com/maxcountryman/flask-login/blob/a96de342eae560deec008a02179f593c3799b3ba/flask_login.py#L718-L739
-.. _DISCONNECT_PIPELINE: pipeline.html#disconnection-pipeline
+.. _Disconnection Pipeline: pipeline.html#disconnection-pipeline

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-social-auth.git



More information about the Python-modules-commits mailing list