From: Matías Aguirre Date: Thu, 9 Feb 2012 04:56:06 +0000 (-0200) Subject: More ReST fixes X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=8f36f3806120b4a191b9dcd664a788a11d74f027;p=django-social-auth.git More ReST fixes --- 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