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

index a6740d4cef0914cc54bab3387c30c28887cbcff0..5ac4447bcddab0552c70c4fe98bc9923a27300ad 100644 (file)
@@ -216,10 +216,10 @@ Configuration
         'social_auth.context_processors.social_auth_by_type_backends',
     )
 
-  * `social_auth_by_name_backends`:
-    Adds a `social_auth` dict where each key is a provider name and its value
+  * ``social_auth_by_name_backends``:
+    Adds a ``social_auth`` dict where each key is a provider name and its value
     is a UserSocialAuth instance if user has associated an account with that
-    provider, otherwise `None`.
+    provider, otherwise ``None``.
 
   * ``social_auth_backends``:
     Adds a ``social_auth`` dict with keys are ``associated``, ``not_associated`` and
index 274cc9ef02a097efb87f3d93aefb91b643e2680a..91b5728c021b6f542a93925c1f0a8604c6cf3e52 100644 (file)
@@ -113,10 +113,10 @@ Configuration
         'social_auth.context_processors.social_auth_by_type_backends',
     )
 
-  * `social_auth_by_name_backends`:
-    Adds a `social_auth` dict where each key is a provider name and its value
+  * ``social_auth_by_name_backends``:
+    Adds a ``social_auth`` dict where each key is a provider name and its value
     is a UserSocialAuth instance if user has associated an account with that
-    provider, otherwise `None`.
+    provider, otherwise ``None``.
 
   * ``social_auth_backends``:
     Adds a ``social_auth`` dict with keys are ``associated``, ``not_associated`` and