aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTom Christie2012-10-09 14:12:38 +0100
committerTom Christie2012-10-09 14:12:38 +0100
commitce21fa1dc6dd8c941b71d9219360b3e9083051d4 (patch)
tree96232caaaf65c5e156db056a926f962acf3c1176 /docs
parent94401b43d2a1be81304ddcd91e3a97e7d2a42c4c (diff)
downloaddjango-rest-framework-ce21fa1dc6dd8c941b71d9219360b3e9083051d4.tar.bz2
Tweak static files with docs
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/css/bootstrap-responsive.css (renamed from docs/static/css/bootstrap-responsive.css)0
-rwxr-xr-xdocs/css/bootstrap.css (renamed from docs/static/css/bootstrap.css)0
-rw-r--r--docs/css/default.css (renamed from docs/static/css/default.css)0
-rw-r--r--docs/css/prettify.css (renamed from docs/static/css/prettify.css)0
-rw-r--r--docs/img/favicon.ico (renamed from docs/static/img/favicon.ico)bin2238 -> 2238 bytes
-rw-r--r--docs/img/glyphicons-halflings-white.png (renamed from docs/static/img/glyphicons-halflings-white.png)bin8777 -> 8777 bytes
-rw-r--r--docs/img/glyphicons-halflings.png (renamed from docs/static/img/glyphicons-halflings.png)bin12799 -> 12799 bytes
-rw-r--r--docs/img/grid.png (renamed from docs/static/img/grid.png)bin1458 -> 1458 bytes
-rw-r--r--docs/img/quickstart.png (renamed from docs/images/quickstart.png)bin39050 -> 39050 bytes
-rwxr-xr-xdocs/js/bootstrap-2.1.1-min.js (renamed from docs/static/js/bootstrap-2.1.1-min.js)0
-rw-r--r--docs/js/jquery-1.8.1-min.js (renamed from docs/static/js/jquery-1.8.1-min.js)0
-rw-r--r--docs/js/prettify-1.0.js (renamed from docs/static/js/prettify-1.0.js)0
-rw-r--r--docs/template.html2
-rw-r--r--docs/tutorial/quickstart.md2
14 files changed, 3 insertions, 1 deletions
diff --git a/docs/static/css/bootstrap-responsive.css b/docs/css/bootstrap-responsive.css
index a8caf451..a8caf451 100755
--- a/docs/static/css/bootstrap-responsive.css
+++ b/docs/css/bootstrap-responsive.css
diff --git a/docs/static/css/bootstrap.css b/docs/css/bootstrap.css
index 53df6859..53df6859 100755
--- a/docs/static/css/bootstrap.css
+++ b/docs/css/bootstrap.css
diff --git a/docs/static/css/default.css b/docs/css/default.css
index c1d2e885..c1d2e885 100644
--- a/docs/static/css/default.css
+++ b/docs/css/default.css
diff --git a/docs/static/css/prettify.css b/docs/css/prettify.css
index d437aff6..d437aff6 100644
--- a/docs/static/css/prettify.css
+++ b/docs/css/prettify.css
diff --git a/docs/static/img/favicon.ico b/docs/img/favicon.ico
index 917892ad..917892ad 100644
--- a/docs/static/img/favicon.ico
+++ b/docs/img/favicon.ico
Binary files differ
diff --git a/docs/static/img/glyphicons-halflings-white.png b/docs/img/glyphicons-halflings-white.png
index 3bf6484a..3bf6484a 100644
--- a/docs/static/img/glyphicons-halflings-white.png
+++ b/docs/img/glyphicons-halflings-white.png
Binary files differ
diff --git a/docs/static/img/glyphicons-halflings.png b/docs/img/glyphicons-halflings.png
index a9969993..a9969993 100644
--- a/docs/static/img/glyphicons-halflings.png
+++ b/docs/img/glyphicons-halflings.png
Binary files differ
diff --git a/docs/static/img/grid.png b/docs/img/grid.png
index 878c3ed5..878c3ed5 100644
--- a/docs/static/img/grid.png
+++ b/docs/img/grid.png
Binary files differ
diff --git a/docs/images/quickstart.png b/docs/img/quickstart.png
index 5006d60f..5006d60f 100644
--- a/docs/images/quickstart.png
+++ b/docs/img/quickstart.png
Binary files differ
diff --git a/docs/static/js/bootstrap-2.1.1-min.js b/docs/js/bootstrap-2.1.1-min.js
index e0b220f4..e0b220f4 100755
--- a/docs/static/js/bootstrap-2.1.1-min.js
+++ b/docs/js/bootstrap-2.1.1-min.js
diff --git a/docs/static/js/jquery-1.8.1-min.js b/docs/js/jquery-1.8.1-min.js
index 3b8d15d0..3b8d15d0 100644
--- a/docs/static/js/jquery-1.8.1-min.js
+++ b/docs/js/jquery-1.8.1-min.js
diff --git a/docs/static/js/prettify-1.0.js b/docs/js/prettify-1.0.js
index eef5ad7e..eef5ad7e 100644
--- a/docs/static/js/prettify-1.0.js
+++ b/docs/js/prettify-1.0.js
diff --git a/docs/template.html b/docs/template.html
index d94bef4a..b8e8b0bb 100644
--- a/docs/template.html
+++ b/docs/template.html
@@ -84,6 +84,7 @@
</li>
</ul>
<ul class="nav pull-right">
+ <!-- TODO
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Version: 2.0.0 <b class="caret"></b></a>
<ul class="dropdown-menu">
@@ -91,6 +92,7 @@
<li><a href="#">2.0.0</a></li>
</ul>
</li>
+ -->
</ul>
</div><!--/.nav-collapse -->
</div>
diff --git a/docs/tutorial/quickstart.md b/docs/tutorial/quickstart.md
index cf5933ad..85411378 100644
--- a/docs/tutorial/quickstart.md
+++ b/docs/tutorial/quickstart.md
@@ -167,6 +167,6 @@ Great, that was easy!
If you want to get a more in depth understanding of how REST framework fits together head on over to [the tutorial][tutorial], or start browsing the [API guide][guide].
-[image]: ../images/quickstart.png
+[image]: ../img/quickstart.png
[tutorial]: 1-serialization.md
[guide]: ../#api-guide \ No newline at end of file