]> git.parisson.com Git - django-social-auth.git/commitdiff
Doc improvements
authorMatías Aguirre <matiasaguirre@gmail.com>
Mon, 21 Mar 2011 04:50:30 +0000 (01:50 -0300)
committerMatías Aguirre <matiasaguirre@gmail.com>
Mon, 21 Mar 2011 04:50:30 +0000 (01:50 -0300)
doc/backends/index.rst [new file with mode: 0644]
doc/index.rst

diff --git a/doc/backends/index.rst b/doc/backends/index.rst
new file mode 100644 (file)
index 0000000..ac8d71e
--- /dev/null
@@ -0,0 +1,13 @@
+Django Social Auth backends system
+==================================
+
+Contents:
+
+.. toctree::
+   :maxdepth: 2
+
+   openid
+   oauth
+   google
+   twitter
+   facebook
index 9fa984b7c7161dae3dfada883ec577ce5a4be71c..e1686b3ade1a51064cea8e8d8b56bf75f3d60f42 100644 (file)
@@ -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