Skip to content

Commit 7923729

Browse files
author
Massimiliano
committed
docs refactoring
1 parent 7ef223e commit 7923729

File tree

4 files changed

+10
-13
lines changed

4 files changed

+10
-13
lines changed

docs/index.rst

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,25 +32,16 @@ Index
3232

3333
install
3434
tutorial/tutorials
35+
rest-framework/rest-framework
3536

3637
.. toctree::
3738
:maxdepth: 1
3839

3940
contributing
4041
changelog
4142

42-
API
43-
====
44-
45-
.. toctree::
46-
:maxdepth: 2
47-
48-
models
49-
views
50-
5143
Indices and tables
5244
==================
5345

5446
* :ref:`genindex`
5547
* :ref:`modindex`
56-
* :ref:`search`

docs/tutorial/rest_framework_integration.rst renamed to docs/rest-framework/getting_started.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Integration with Django REST Framework
2-
===================================================
1+
Getting started
2+
===============
33

44
Django OAuth Toolkit provide a support layer for `Django REST Framework <http://django-rest-framework.org/>`_.
55
This tutorial it's based on the Django REST Framework example and shows you how to easily integrate with it.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Django Rest Framework
2+
---------------------
3+
4+
.. toctree::
5+
:maxdepth: 2
6+
7+
getting_started

docs/tutorial/tutorials.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ Tutorials
66

77
tutorial_01
88
tutorial_02
9-
rest_framework_integration

0 commit comments

Comments
 (0)