From 679e868e3e24761ab9ea6afc2b35ee3784ec0ea8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Aguirre?= Date: Mon, 21 Mar 2011 01:50:30 -0300 Subject: [PATCH] Doc improvements --- doc/backends/index.rst | 13 +++++++++++++ doc/index.rst | 11 +---------- 2 files changed, 14 insertions(+), 10 deletions(-) create mode 100644 doc/backends/index.rst diff --git a/doc/backends/index.rst b/doc/backends/index.rst new file mode 100644 index 0000000..ac8d71e --- /dev/null +++ b/doc/backends/index.rst @@ -0,0 +1,13 @@ +Django Social Auth backends system +================================== + +Contents: + +.. toctree:: + :maxdepth: 2 + + openid + oauth + google + twitter + facebook diff --git a/doc/index.rst b/doc/index.rst index 9fa984b..e1686b3 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -1,8 +1,3 @@ -.. Django Social Auth documentation master file, created by - sphinx-quickstart on Sun Mar 20 23:07:14 2011. - You can adapt this file completely to your liking, but it should at least - contain the root `toctree` directive. - Welcome to Django Social Auth's documentation! ============================================== @@ -19,11 +14,7 @@ Contents: installing configuration - backends/openid - backends/oauth - backends/google - backends/facebook - backends/twitter + backends/index signals contributions -- 2.39.5