]> git.parisson.com Git - django-social-auth.git/commitdiff
ReST fixes
authorMatías Aguirre <matiasaguirre@gmail.com>
Thu, 9 Feb 2012 04:55:03 +0000 (02:55 -0200)
committerMatías Aguirre <matiasaguirre@gmail.com>
Thu, 9 Feb 2012 04:55:03 +0000 (02:55 -0200)
README.rst
doc/configuration.rst

index 0b823cbdbe3bed204a8411b1de87f0b3d71c9191..a6740d4cef0914cc54bab3387c30c28887cbcff0 100644 (file)
@@ -221,21 +221,22 @@ Configuration
     is a UserSocialAuth instance if user has associated an account with that
     provider, otherwise `None`.
 
-  * `social_auth_backends`:
-    Adds a `social_auth` dict with keys are `associated, `not_associated` and
-    `backends`. `associated` key is a list of `UserSocialAuth` instances
-    associated with current user. `not_associated` is a list of providers names
-    that the current user doesn't have any association yet. `backends` holds
+  * ``social_auth_backends``:
+    Adds a ``social_auth`` dict with keys are ``associated``, ``not_associated`` and
+    ``backends``. ``associated`` key is a list of ``UserSocialAuth`` instances
+    associated with current user. ``not_associated`` is a list of providers names
+    that the current user doesn't have any association yet. ``backends`` holds
     the list of backend names supported.
 
-  * `social_auth_by_type_backends`:
-    Simiar to `social_auth_backends` but each value is grouped by backend type
-    `openid`, `oauth2` and `oauth`.
+  * ``social_auth_by_type_backends``:
+    Simiar to ``social_auth_backends`` but each value is grouped by backend type
+    ``openid``, ``oauth2`` and ``oauth``.
 
-  Check `social_auth.context_processors` for details.
+  Check ``social_auth.context_processors`` for details.
 
-  **Note**: `social_auth_backends` and `social_auth_by_type_backends` don't
-            play nice together.
+  **Note**:
+  ``social_auth_backends`` and ``social_auth_by_type_backends`` don't play nice
+  together.
 
 - Sync database to create needed models::
 
index 64463e6f14e72ff3fa978a500f3c31d06282d2cc..274cc9ef02a097efb87f3d93aefb91b643e2680a 100644 (file)
@@ -118,21 +118,22 @@ Configuration
     is a UserSocialAuth instance if user has associated an account with that
     provider, otherwise `None`.
 
-  * `social_auth_backends`:
-    Adds a `social_auth` dict with keys are `associated, `not_associated` and
-    `backends`. `associated` key is a list of `UserSocialAuth` instances
-    associated with current user. `not_associated` is a list of providers names
-    that the current user doesn't have any association yet. `backends` holds
+  * ``social_auth_backends``:
+    Adds a ``social_auth`` dict with keys are ``associated``, ``not_associated`` and
+    ``backends``. ``associated`` key is a list of ``UserSocialAuth`` instances
+    associated with current user. ``not_associated`` is a list of providers names
+    that the current user doesn't have any association yet. ``backends`` holds
     the list of backend names supported.
 
-  * `social_auth_by_type_backends`:
-    Simiar to `social_auth_backends` but each value is grouped by backend type
-    `openid`, `oauth2` and `oauth`.
+  * ``social_auth_by_type_backends``:
+    Simiar to ``social_auth_backends`` but each value is grouped by backend type
+    ``openid``, ``oauth2`` and ``oauth``.
 
-  Check `social_auth.context_processors` for details.
+  Check ``social_auth.context_processors`` for details.
 
-  **Note**: `social_auth_backends` and `social_auth_by_type_backends` don't
-            play nice together.
+  **Note**:
+  ``social_auth_backends`` and ``social_auth_by_type_backends`` don't play nice
+  together.
 
 - Sync database to create needed models::