Update doc

This commit is contained in:
Tatsuhiro Tsujikawa 2014-01-05 22:19:24 +09:00
parent 2e414f28c8
commit cdabf7a0b9
13 changed files with 23 additions and 30 deletions

2
_static/jquery.js vendored
View File

@ -11,7 +11,7 @@
* Copyright 2011, The Dojo Foundation
* Released under the MIT, BSD, and GPL Licenses.
*
* Date: Fri Jul 5 14:07:58 UTC 2013
* Date: Thu Aug 1 23:20:30 BRT 2013
*/
(function( window, undefined ) {

View File

@ -239,13 +239,8 @@ var Search = {
},
loadIndex : function(url) {
$.ajax({type: "GET", url: url, data: null,
dataType: "script", cache: true,
complete: function(jqxhr, textstatus) {
if (textstatus != "success") {
document.getElementById("searchindexloader").src = url;
}
}});
$.ajax({type: "GET", url: url, data: null, success: null,
dataType: "script", cache: true});
},
setIndex : function(index) {
@ -462,18 +457,16 @@ var Search = {
displayNextItem();
});
} else if (DOCUMENTATION_OPTIONS.HAS_SOURCE) {
$.ajax({url: DOCUMENTATION_OPTIONS.URL_ROOT + '_sources/' + item[0] + '.txt',
dataType: "text",
complete: function(jqxhr, textstatus) {
var data = jqxhr.responseText;
if (data !== '') {
listItem.append($.makeSearchSummary(data, searchterms, hlterms));
}
Search.output.append(listItem);
listItem.slideDown(5, function() {
displayNextItem();
});
}});
$.get(DOCUMENTATION_OPTIONS.URL_ROOT + '_sources/' +
item[0] + '.txt', function(data) {
if (data != '') {
listItem.append($.makeSearchSummary(data, searchterms, hlterms));
Search.output.append(listItem);
}
listItem.slideDown(5, function() {
displayNextItem();
});
}, "text");
} else {
// no source available, just display title
Search.output.append(listItem);

View File

@ -2575,7 +2575,7 @@ the version checking.</p>
<hr/>
<p>
&copy; Copyright 2012, 2013, Tatsuhiro Tsujikawa.
&copy; Copyright 2012, 2014, Tatsuhiro Tsujikawa.
</p>
<a href="https://www.github.com/snide/sphinx_rtd_theme">Sphinx theme</a> provided by <a href="http://readthedocs.org">Read the Docs</a>

View File

@ -1086,7 +1086,7 @@
<hr/>
<p>
&copy; Copyright 2012, 2013, Tatsuhiro Tsujikawa.
&copy; Copyright 2012, 2014, Tatsuhiro Tsujikawa.
</p>
<a href="https://www.github.com/snide/sphinx_rtd_theme">Sphinx theme</a> provided by <a href="http://readthedocs.org">Read the Docs</a>

View File

@ -203,7 +203,7 @@ version 2.0.</p>
<hr/>
<p>
&copy; Copyright 2012, 2013, Tatsuhiro Tsujikawa.
&copy; Copyright 2012, 2014, Tatsuhiro Tsujikawa.
</p>
<a href="https://www.github.com/snide/sphinx_rtd_theme">Sphinx theme</a> provided by <a href="http://readthedocs.org">Read the Docs</a>

View File

@ -2498,7 +2498,7 @@
<hr/>
<p>
&copy; Copyright 2012, 2013, Tatsuhiro Tsujikawa.
&copy; Copyright 2012, 2014, Tatsuhiro Tsujikawa.
</p>
<a href="https://www.github.com/snide/sphinx_rtd_theme">Sphinx theme</a> provided by <a href="http://readthedocs.org">Read the Docs</a>

View File

@ -194,7 +194,7 @@
<hr/>
<p>
&copy; Copyright 2012, 2013, Tatsuhiro Tsujikawa.
&copy; Copyright 2012, 2014, Tatsuhiro Tsujikawa.
</p>
<a href="https://www.github.com/snide/sphinx_rtd_theme">Sphinx theme</a> provided by <a href="http://readthedocs.org">Read the Docs</a>

Binary file not shown.

View File

@ -886,7 +886,7 @@ corresponding header set was processed. The format is the same as
<hr/>
<p>
&copy; Copyright 2012, 2013, Tatsuhiro Tsujikawa.
&copy; Copyright 2012, 2014, Tatsuhiro Tsujikawa.
</p>
<a href="https://www.github.com/snide/sphinx_rtd_theme">Sphinx theme</a> provided by <a href="http://readthedocs.org">Read the Docs</a>

View File

@ -156,7 +156,7 @@
<hr/>
<p>
&copy; Copyright 2012, 2013, Tatsuhiro Tsujikawa.
&copy; Copyright 2012, 2014, Tatsuhiro Tsujikawa.
</p>
<a href="https://www.github.com/snide/sphinx_rtd_theme">Sphinx theme</a> provided by <a href="http://readthedocs.org">Read the Docs</a>

File diff suppressed because one or more lines are too long

View File

@ -1128,7 +1128,7 @@ here.</p>
<hr/>
<p>
&copy; Copyright 2012, 2013, Tatsuhiro Tsujikawa.
&copy; Copyright 2012, 2014, Tatsuhiro Tsujikawa.
</p>
<a href="https://www.github.com/snide/sphinx_rtd_theme">Sphinx theme</a> provided by <a href="http://readthedocs.org">Read the Docs</a>

View File

@ -1426,7 +1426,7 @@ stream is about to close and we no longer use that object.</p>
<hr/>
<p>
&copy; Copyright 2012, 2013, Tatsuhiro Tsujikawa.
&copy; Copyright 2012, 2014, Tatsuhiro Tsujikawa.
</p>
<a href="https://www.github.com/snide/sphinx_rtd_theme">Sphinx theme</a> provided by <a href="http://readthedocs.org">Read the Docs</a>