From 8f36f3806120b4a191b9dcd664a788a11d74f027 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Aguirre?= Date: Thu, 9 Feb 2012 02:56:06 -0200 Subject: [PATCH] More ReST fixes --- README.rst | 6 +++--- doc/configuration.rst | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index a6740d4..5ac4447 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/doc/configuration.rst b/doc/configuration.rst index 274cc9e..91b5728 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -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 -- 2.39.5