From deedf6957d14c2808c00a009ac2c1d4528cb80c9 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Sat, 1 Sep 2012 20:26:27 +0100 Subject: REST framework 2 docs --- docs/template.html | 150 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 150 insertions(+) create mode 100644 docs/template.html (limited to 'docs/template.html') diff --git a/docs/template.html b/docs/template.html new file mode 100644 index 00000000..a8a0d741 --- /dev/null +++ b/docs/template.html @@ -0,0 +1,150 @@ + + + + Django REST framework + + + + + + + + + + + + + + + +
+
+
+
+ +
+
+ +
+{{ content }} +
+
+
+ + + + + + + + \ No newline at end of file -- cgit v1.2.3 From b9177f740bf91e6e39abd0991f030d592b7ca6e5 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Sat, 1 Sep 2012 21:35:30 +0100 Subject: Docs tweak for first docs deployment --- docs/template.html | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/template.html') diff --git a/docs/template.html b/docs/template.html index a8a0d741..e452ead7 100644 --- a/docs/template.html +++ b/docs/template.html @@ -102,6 +102,7 @@ margin-top: 5px; -- cgit v1.2.3 From 40d1821f2d81f822fff9b85691073ab069edb847 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Wed, 5 Sep 2012 10:01:43 +0100 Subject: Add missing doc files --- docs/template.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/template.html') diff --git a/docs/template.html b/docs/template.html index e452ead7..2c3572e1 100644 --- a/docs/template.html +++ b/docs/template.html @@ -94,7 +94,8 @@ margin-top: 5px;
  • Throttling
  • Exceptions
  • Status codes
  • -
  • Returning URLs
  • +
  • Returning URLs
  • +
  • Settings
  • -- cgit v1.2.3 From 15482f443ad07a2fe4a84dad0edbdbf74536164e Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Wed, 5 Sep 2012 18:25:48 +0100 Subject: Make index consistent --- docs/template.html | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/template.html') diff --git a/docs/template.html b/docs/template.html index 20b0afd4..629481ac 100644 --- a/docs/template.html +++ b/docs/template.html @@ -88,7 +88,6 @@ margin-top: 5px;
  • Parsers
  • Renderers
  • Serializers
  • -
  • Serializer fields
  • Authentication
  • Permissions
  • Throttling
  • -- cgit v1.2.3 From 17654a8b546e6bb44bef1fbb67c788f7c5c70a41 Mon Sep 17 00:00:00 2001 From: Alec Perkins Date: Fri, 7 Sep 2012 13:01:30 -0400 Subject: [docs] Add bootstrap-collapse plugin, fixing collapsing navbar. --- docs/template.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'docs/template.html') diff --git a/docs/template.html b/docs/template.html index 629481ac..5e755f83 100644 --- a/docs/template.html +++ b/docs/template.html @@ -143,10 +143,11 @@ margin-top: 5px; + \ No newline at end of file -- cgit v1.2.3 From 6d7d70c1c052c2ad42ea8bef7cd56760c8041592 Mon Sep 17 00:00:00 2001 From: Alec Perkins Date: Fri, 7 Sep 2012 13:05:44 -0400 Subject: [docs] Move styles to own file. Fix table-of-contents positioning when viewed on <767px screens. The fixed positioning of the ToC needs to be overridden with static, so that the ToC falls back into the flow of content and is sized correctly. Also, this prevents the actual page content from riding up behind the ToC and being obscured.--- docs/template.html | 71 ++++++++++++------------------------------------------ 1 file changed, 16 insertions(+), 55 deletions(-) (limited to 'docs/template.html') diff --git a/docs/template.html b/docs/template.html index 5e755f83..1b4113d1 100644 --- a/docs/template.html +++ b/docs/template.html @@ -8,47 +8,8 @@ - + @@ -123,16 +84,16 @@ margin-top: 5px;
    -
    -
    - -
    +
    +
    + +
    -{{ content }} + {{ content }}
    -- cgit v1.2.3 From 30dedc95e5a71caa436e9ef2e0e543cd0def1162 Mon Sep 17 00:00:00 2001 From: Alec Perkins Date: Fri, 7 Sep 2012 13:52:44 -0400 Subject: [docs] Spacing tweaks when getting responsive. --- docs/template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/template.html') diff --git a/docs/template.html b/docs/template.html index 1b4113d1..f4a8edb9 100644 --- a/docs/template.html +++ b/docs/template.html @@ -92,7 +92,7 @@
    -
    +
    {{ content }}
    -- cgit v1.2.3 From 7f681d72fcd7b637cf4976c7e381c382b852958c Mon Sep 17 00:00:00 2001 From: Alec Perkins Date: Fri, 7 Sep 2012 14:12:29 -0400 Subject: [docs] Update jQuery to 1.8.1 --- docs/template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/template.html') diff --git a/docs/template.html b/docs/template.html index f4a8edb9..42d030d3 100644 --- a/docs/template.html +++ b/docs/template.html @@ -101,7 +101,7 @@ - + -- cgit v1.2.3 From 5d9dfcd8ae10db37f0cca043d3b9977e27197487 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Sat, 8 Sep 2012 20:23:32 +0100 Subject: Code highlighting in docs --- docs/template.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/template.html') diff --git a/docs/template.html b/docs/template.html index 42d030d3..a4b4d4b4 100644 --- a/docs/template.html +++ b/docs/template.html @@ -7,6 +7,7 @@ + @@ -15,7 +16,7 @@ - +