From 489531f28df7ce5bdd7988567fd8b1b1d8a63a34 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Tue, 9 Oct 2012 12:01:56 +0100 Subject: [PATCH] Added quickstart guide --- api-guide/authentication.html | 1 + api-guide/content-negotiation.html | 1 + api-guide/exceptions.html | 1 + api-guide/fields.html | 3 + api-guide/format-suffixes.html | 1 + api-guide/generic-views.html | 1 + api-guide/pagination.html | 1 + api-guide/parsers.html | 1 + api-guide/permissions.html | 1 + api-guide/renderers.html | 1 + api-guide/requests.html | 1 + api-guide/responses.html | 1 + api-guide/reverse.html | 1 + api-guide/serializers.html | 1 + api-guide/settings.html | 1 + api-guide/status-codes.html | 1 + api-guide/throttling.html | 1 + api-guide/views.html | 1 + index.html | 6 + topics/browsable-api.html | 1 + topics/browserhacks.html | 1 + topics/changelog.html | 1 + topics/contributing.html | 1 + topics/credits.html | 1 + topics/csrf.html | 1 + topics/migration.html | 1 + topics/rest-hypermedia-hateoas.html | 3 +- tutorial/1-serialization.html | 3 +- tutorial/2-requests-and-responses.html | 3 +- tutorial/3-class-based-views.html | 1 + ...entication-permissions-and-throttling.html | 1 + .../5-relationships-and-hyperlinked-apis.html | 1 + tutorial/6-resource-orientated-projects.html | 1 + tutorial/quickstart.html | 258 ++++++++++++++++++ 34 files changed, 301 insertions(+), 3 deletions(-) create mode 100644 tutorial/quickstart.html diff --git a/api-guide/authentication.html b/api-guide/authentication.html index e380da838..7af0894d0 100644 --- a/api-guide/authentication.html +++ b/api-guide/authentication.html @@ -37,6 +37,7 @@