diff options
| author | Tom Christie | 2013-04-09 11:54:51 +0100 | 
|---|---|---|
| committer | Tom Christie | 2013-04-09 11:54:51 +0100 | 
| commit | 027792c981b1442a018e382a6fa2e58496b0b750 (patch) | |
| tree | c53fd735ae3dd7a5d941be63a71432c072940d76 /docs/index.md | |
| parent | 371698331c979305b5684f864ee6bf5b6d11a44e (diff) | |
| download | django-rest-framework-027792c981b1442a018e382a6fa2e58496b0b750.tar.bz2 | |
Viewsets and routers in seperate docs
Diffstat (limited to 'docs/index.md')
| -rw-r--r-- | docs/index.md | 8 | 
1 files changed, 5 insertions, 3 deletions
| diff --git a/docs/index.md b/docs/index.md index 469a5885..d51bbe13 100644 --- a/docs/index.md +++ b/docs/index.md @@ -86,7 +86,7 @@ The tutorial will walk you through the building blocks that make up REST framewo  * [3 - Class based views][tut-3]  * [4 - Authentication & permissions][tut-4]  * [5 - Relationships & hyperlinked APIs][tut-5] -* [6 - ViewSets & Routers][tut-6] +* [6 - Viewsets & routers][tut-6]  ## API Guide @@ -96,7 +96,8 @@ The API guide is your complete reference manual to all the functionality provide  * [Responses][response]  * [Views][views]  * [Generic views][generic-views] -* [ViewSets and Routers][viewsets-routers] +* [Viewsets][viewsets] +* [Routers][routers]  * [Parsers][parsers]  * [Renderers][renderers]  * [Serializers][serializers] @@ -205,7 +206,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.  [response]: api-guide/responses.md  [views]: api-guide/views.md  [generic-views]: api-guide/generic-views.md -[viewsets-routers]: api-guide/viewsets-routers.md +[viewsets]: api-guide/viewsets.md +[routers]: api-guide/routers.md  [parsers]: api-guide/parsers.md  [renderers]: api-guide/renderers.md  [serializers]: api-guide/serializers.md | 
