diff options
| author | Tom Christie | 2014-12-10 14:22:00 +0000 |
|---|---|---|
| committer | Tom Christie | 2014-12-10 14:22:00 +0000 |
| commit | 01bb85e80a382977125fe3897c0bd6e217ca3fdc (patch) | |
| tree | 5692f454027e0d9ee2e548907d11dd12fd29d721 | |
| parent | 6f434a67e78311e0a2d3d646b59d6bd64f65a776 (diff) | |
| parent | 5fe5a9364466ad6696729c0a43ec88c568d113e9 (diff) | |
| download | django-rest-framework-01bb85e80a382977125fe3897c0bd6e217ca3fdc.tar.bz2 | |
Merge pull request #2246 from d0ugal/mkdocs-theme
Syntax highlighting
| -rw-r--r-- | docs/img/autocomplete.png | bin | 58140 -> 0 bytes | |||
| -rw-r--r-- | docs_theme/base.html | 1 | ||||
| -rwxr-xr-x | docs_theme/css/bootstrap-responsive.css (renamed from docs/css/bootstrap-responsive.css) | 0 | ||||
| -rwxr-xr-x | docs_theme/css/bootstrap.css (renamed from docs/css/bootstrap.css) | 0 | ||||
| -rw-r--r-- | docs_theme/css/default.css (renamed from docs/css/default.css) | 0 | ||||
| -rw-r--r-- | docs_theme/css/prettify.css (renamed from docs/css/prettify.css) | 0 | ||||
| -rw-r--r-- | docs_theme/img/favicon.ico (renamed from docs/img/favicon.ico) | bin | 2238 -> 2238 bytes | |||
| -rw-r--r-- | docs_theme/img/glyphicons-halflings-white.png (renamed from docs/img/glyphicons-halflings-white.png) | bin | 8777 -> 8777 bytes | |||
| -rw-r--r-- | docs_theme/img/glyphicons-halflings.png (renamed from docs/img/glyphicons-halflings.png) | bin | 12799 -> 12799 bytes | |||
| -rw-r--r-- | docs_theme/img/grid.png (renamed from docs/img/grid.png) | bin | 1458 -> 1458 bytes | |||
| -rwxr-xr-x | docs_theme/js/bootstrap-2.1.1-min.js (renamed from docs/js/bootstrap-2.1.1-min.js) | 0 | ||||
| -rw-r--r-- | docs_theme/js/jquery-1.8.1-min.js (renamed from docs/js/jquery-1.8.1-min.js) | 0 | ||||
| -rw-r--r-- | docs_theme/js/prettify-1.0.js (renamed from docs/js/prettify-1.0.js) | 0 | ||||
| -rw-r--r-- | docs_theme/js/theme.js | 5 |
14 files changed, 6 insertions, 0 deletions
diff --git a/docs/img/autocomplete.png b/docs/img/autocomplete.png Binary files differdeleted file mode 100644 index 29075b25..00000000 --- a/docs/img/autocomplete.png +++ /dev/null diff --git a/docs_theme/base.html b/docs_theme/base.html index 25bd33ef..b3066eb3 100644 --- a/docs_theme/base.html +++ b/docs_theme/base.html @@ -169,6 +169,7 @@ <script src="{{ base_url }}/js/jquery-1.8.1-min.js"></script> <script src="{{ base_url }}/js/prettify-1.0.js"></script> <script src="{{ base_url }}/js/bootstrap-2.1.1-min.js"></script> + <script src="{{ base_url }}/js/theme.js"></script> <script> //$('.side-nav').scrollspy() diff --git a/docs/css/bootstrap-responsive.css b/docs_theme/css/bootstrap-responsive.css index a8caf451..a8caf451 100755 --- a/docs/css/bootstrap-responsive.css +++ b/docs_theme/css/bootstrap-responsive.css diff --git a/docs/css/bootstrap.css b/docs_theme/css/bootstrap.css index 53df6859..53df6859 100755 --- a/docs/css/bootstrap.css +++ b/docs_theme/css/bootstrap.css diff --git a/docs/css/default.css b/docs_theme/css/default.css index 8c9cd536..8c9cd536 100644 --- a/docs/css/default.css +++ b/docs_theme/css/default.css diff --git a/docs/css/prettify.css b/docs_theme/css/prettify.css index d437aff6..d437aff6 100644 --- a/docs/css/prettify.css +++ b/docs_theme/css/prettify.css diff --git a/docs/img/favicon.ico b/docs_theme/img/favicon.ico Binary files differindex 917892ad..917892ad 100644 --- a/docs/img/favicon.ico +++ b/docs_theme/img/favicon.ico diff --git a/docs/img/glyphicons-halflings-white.png b/docs_theme/img/glyphicons-halflings-white.png Binary files differindex 3bf6484a..3bf6484a 100644 --- a/docs/img/glyphicons-halflings-white.png +++ b/docs_theme/img/glyphicons-halflings-white.png diff --git a/docs/img/glyphicons-halflings.png b/docs_theme/img/glyphicons-halflings.png Binary files differindex a9969993..a9969993 100644 --- a/docs/img/glyphicons-halflings.png +++ b/docs_theme/img/glyphicons-halflings.png diff --git a/docs/img/grid.png b/docs_theme/img/grid.png Binary files differindex 878c3ed5..878c3ed5 100644 --- a/docs/img/grid.png +++ b/docs_theme/img/grid.png diff --git a/docs/js/bootstrap-2.1.1-min.js b/docs_theme/js/bootstrap-2.1.1-min.js index e0b220f4..e0b220f4 100755 --- a/docs/js/bootstrap-2.1.1-min.js +++ b/docs_theme/js/bootstrap-2.1.1-min.js diff --git a/docs/js/jquery-1.8.1-min.js b/docs_theme/js/jquery-1.8.1-min.js index 3b8d15d0..3b8d15d0 100644 --- a/docs/js/jquery-1.8.1-min.js +++ b/docs_theme/js/jquery-1.8.1-min.js diff --git a/docs/js/prettify-1.0.js b/docs_theme/js/prettify-1.0.js index eef5ad7e..eef5ad7e 100644 --- a/docs/js/prettify-1.0.js +++ b/docs_theme/js/prettify-1.0.js diff --git a/docs_theme/js/theme.js b/docs_theme/js/theme.js new file mode 100644 index 00000000..73607be5 --- /dev/null +++ b/docs_theme/js/theme.js @@ -0,0 +1,5 @@ +$(function(){ + + $('pre code').parent().addClass('prettyprint well'); + +}); |
