mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 09:31:39 -05:00
v0.15.0 Update
This commit is contained in:
parent
376100ba9c
commit
ee6665cd53
13 changed files with 451 additions and 443 deletions
|
@ -693,6 +693,10 @@ everything the log buffer. You can reset the patch and log level with
|
||||||
Change Log
|
Change Log
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
.. include:: Changelog/v0_15_0.txt
|
||||||
|
|
||||||
|
.. include:: Changelog/v0_14_1.txt
|
||||||
|
|
||||||
.. include:: Changelog/v0_14_0.txt
|
.. include:: Changelog/v0_14_0.txt
|
||||||
|
|
||||||
.. include:: Changelog/v0_13_1.txt
|
.. include:: Changelog/v0_13_1.txt
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* Sphinx stylesheet -- basic theme.
|
* Sphinx stylesheet -- basic theme.
|
||||||
*
|
*
|
||||||
* :copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS.
|
* :copyright: Copyright 2007-2017 by the Sphinx team, see AUTHORS.
|
||||||
* :license: BSD, see LICENSE for details.
|
* :license: BSD, see LICENSE for details.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@ -82,21 +82,9 @@ div.sphinxsidebar input {
|
||||||
}
|
}
|
||||||
|
|
||||||
div.sphinxsidebar #searchbox input[type="text"] {
|
div.sphinxsidebar #searchbox input[type="text"] {
|
||||||
float: left;
|
width: 170px;
|
||||||
width: 80%;
|
|
||||||
padding: 0.25em;
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.sphinxsidebar #searchbox input[type="submit"] {
|
|
||||||
float: left;
|
|
||||||
width: 20%;
|
|
||||||
border-left: none;
|
|
||||||
padding: 0.25em;
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
img {
|
img {
|
||||||
border: 0;
|
border: 0;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
@ -211,11 +199,6 @@ table.modindextable td {
|
||||||
|
|
||||||
/* -- general body styles --------------------------------------------------- */
|
/* -- general body styles --------------------------------------------------- */
|
||||||
|
|
||||||
div.body {
|
|
||||||
min-width: 450px;
|
|
||||||
max-width: 800px;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.body p, div.body dd, div.body li, div.body blockquote {
|
div.body p, div.body dd, div.body li, div.body blockquote {
|
||||||
-moz-hyphens: auto;
|
-moz-hyphens: auto;
|
||||||
-ms-hyphens: auto;
|
-ms-hyphens: auto;
|
||||||
|
@ -349,11 +332,6 @@ table.docutils {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.align-center {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
table caption span.caption-number {
|
table caption span.caption-number {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
@ -420,13 +398,6 @@ table.field-list td, table.field-list th {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.field-name {
|
|
||||||
-moz-hyphens: manual;
|
|
||||||
-ms-hyphens: manual;
|
|
||||||
-webkit-hyphens: manual;
|
|
||||||
hyphens: manual;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* -- other body styles ----------------------------------------------------- */
|
/* -- other body styles ----------------------------------------------------- */
|
||||||
|
|
||||||
ol.arabic {
|
ol.arabic {
|
||||||
|
@ -467,14 +438,10 @@ dd {
|
||||||
margin-left: 30px;
|
margin-left: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
dt:target, span.highlighted {
|
dt:target, .highlighted {
|
||||||
background-color: #fbe54e;
|
background-color: #fbe54e;
|
||||||
}
|
}
|
||||||
|
|
||||||
rect.highlighted {
|
|
||||||
fill: #fbe54e;
|
|
||||||
}
|
|
||||||
|
|
||||||
dl.glossary dt {
|
dl.glossary dt {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
|
|
|
@ -36,6 +36,6 @@ $(window).resize(function(){
|
||||||
$("li.nav-item-0 a").text("Top");
|
$("li.nav-item-0 a").text("Top");
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$("li.nav-item-0 a").text("Emacs IPython Notebook 0.14.0 documentation");
|
$("li.nav-item-0 a").text("Emacs IPython Notebook 0.15.0 documentation");
|
||||||
}
|
}
|
||||||
});
|
});
|
|
@ -432,7 +432,7 @@ var cssHelper = function () {
|
||||||
oss[n][oss[n].length] = r;
|
oss[n][oss[n].length] = r;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
for (var i = 0; i < ors.length; i++) {
|
for (i = 0; i < ors.length; i++) {
|
||||||
collectSelectors(ors[i]);
|
collectSelectors(ors[i]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* Sphinx JavaScript utilities for all documentation.
|
* Sphinx JavaScript utilities for all documentation.
|
||||||
*
|
*
|
||||||
* :copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS.
|
* :copyright: Copyright 2007-2017 by the Sphinx team, see AUTHORS.
|
||||||
* :license: BSD, see LICENSE for details.
|
* :license: BSD, see LICENSE for details.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@ -45,7 +45,7 @@ jQuery.urlencode = encodeURIComponent;
|
||||||
* it will always return arrays of strings for the value parts.
|
* it will always return arrays of strings for the value parts.
|
||||||
*/
|
*/
|
||||||
jQuery.getQueryParameters = function(s) {
|
jQuery.getQueryParameters = function(s) {
|
||||||
if (typeof s === 'undefined')
|
if (typeof s == 'undefined')
|
||||||
s = document.location.search;
|
s = document.location.search;
|
||||||
var parts = s.substr(s.indexOf('?') + 1).split('&');
|
var parts = s.substr(s.indexOf('?') + 1).split('&');
|
||||||
var result = {};
|
var result = {};
|
||||||
|
@ -66,53 +66,29 @@ jQuery.getQueryParameters = function(s) {
|
||||||
* span elements with the given class name.
|
* span elements with the given class name.
|
||||||
*/
|
*/
|
||||||
jQuery.fn.highlightText = function(text, className) {
|
jQuery.fn.highlightText = function(text, className) {
|
||||||
function highlight(node, addItems) {
|
function highlight(node) {
|
||||||
if (node.nodeType === 3) {
|
if (node.nodeType == 3) {
|
||||||
var val = node.nodeValue;
|
var val = node.nodeValue;
|
||||||
var pos = val.toLowerCase().indexOf(text);
|
var pos = val.toLowerCase().indexOf(text);
|
||||||
if (pos >= 0 && !jQuery(node.parentNode).hasClass(className)) {
|
if (pos >= 0 && !jQuery(node.parentNode).hasClass(className)) {
|
||||||
var span;
|
var span = document.createElement("span");
|
||||||
var isInSVG = jQuery(node).closest("body, svg, foreignObject").is("svg");
|
|
||||||
if (isInSVG) {
|
|
||||||
span = document.createElementNS("http://www.w3.org/2000/svg", "tspan");
|
|
||||||
} else {
|
|
||||||
span = document.createElement("span");
|
|
||||||
span.className = className;
|
span.className = className;
|
||||||
}
|
|
||||||
span.appendChild(document.createTextNode(val.substr(pos, text.length)));
|
span.appendChild(document.createTextNode(val.substr(pos, text.length)));
|
||||||
node.parentNode.insertBefore(span, node.parentNode.insertBefore(
|
node.parentNode.insertBefore(span, node.parentNode.insertBefore(
|
||||||
document.createTextNode(val.substr(pos + text.length)),
|
document.createTextNode(val.substr(pos + text.length)),
|
||||||
node.nextSibling));
|
node.nextSibling));
|
||||||
node.nodeValue = val.substr(0, pos);
|
node.nodeValue = val.substr(0, pos);
|
||||||
if (isInSVG) {
|
|
||||||
var bbox = span.getBBox();
|
|
||||||
var rect = document.createElementNS("http://www.w3.org/2000/svg", "rect");
|
|
||||||
rect.x.baseVal.value = bbox.x;
|
|
||||||
rect.y.baseVal.value = bbox.y;
|
|
||||||
rect.width.baseVal.value = bbox.width;
|
|
||||||
rect.height.baseVal.value = bbox.height;
|
|
||||||
rect.setAttribute('class', className);
|
|
||||||
var parentOfText = node.parentNode.parentNode;
|
|
||||||
addItems.push({
|
|
||||||
"parent": node.parentNode,
|
|
||||||
"target": rect});
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (!jQuery(node).is("button, select, textarea")) {
|
else if (!jQuery(node).is("button, select, textarea")) {
|
||||||
jQuery.each(node.childNodes, function() {
|
jQuery.each(node.childNodes, function() {
|
||||||
highlight(this, addItems);
|
highlight(this);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
var addItems = [];
|
return this.each(function() {
|
||||||
var result = this.each(function() {
|
highlight(this);
|
||||||
highlight(this, addItems);
|
|
||||||
});
|
});
|
||||||
for (var i = 0; i < addItems.length; ++i) {
|
|
||||||
jQuery(addItems[i].parent).before(addItems[i].target);
|
|
||||||
}
|
|
||||||
return result;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -155,21 +131,21 @@ var Documentation = {
|
||||||
* i18n support
|
* i18n support
|
||||||
*/
|
*/
|
||||||
TRANSLATIONS : {},
|
TRANSLATIONS : {},
|
||||||
PLURAL_EXPR : function(n) { return n === 1 ? 0 : 1; },
|
PLURAL_EXPR : function(n) { return n == 1 ? 0 : 1; },
|
||||||
LOCALE : 'unknown',
|
LOCALE : 'unknown',
|
||||||
|
|
||||||
// gettext and ngettext don't access this so that the functions
|
// gettext and ngettext don't access this so that the functions
|
||||||
// can safely bound to a different name (_ = Documentation.gettext)
|
// can safely bound to a different name (_ = Documentation.gettext)
|
||||||
gettext : function(string) {
|
gettext : function(string) {
|
||||||
var translated = Documentation.TRANSLATIONS[string];
|
var translated = Documentation.TRANSLATIONS[string];
|
||||||
if (typeof translated === 'undefined')
|
if (typeof translated == 'undefined')
|
||||||
return string;
|
return string;
|
||||||
return (typeof translated === 'string') ? translated : translated[0];
|
return (typeof translated == 'string') ? translated : translated[0];
|
||||||
},
|
},
|
||||||
|
|
||||||
ngettext : function(singular, plural, n) {
|
ngettext : function(singular, plural, n) {
|
||||||
var translated = Documentation.TRANSLATIONS[singular];
|
var translated = Documentation.TRANSLATIONS[singular];
|
||||||
if (typeof translated === 'undefined')
|
if (typeof translated == 'undefined')
|
||||||
return (n == 1) ? singular : plural;
|
return (n == 1) ? singular : plural;
|
||||||
return translated[Documentation.PLURALEXPR(n)];
|
return translated[Documentation.PLURALEXPR(n)];
|
||||||
},
|
},
|
||||||
|
@ -204,7 +180,7 @@ var Documentation = {
|
||||||
* see: https://bugzilla.mozilla.org/show_bug.cgi?id=645075
|
* see: https://bugzilla.mozilla.org/show_bug.cgi?id=645075
|
||||||
*/
|
*/
|
||||||
fixFirefoxAnchorBug : function() {
|
fixFirefoxAnchorBug : function() {
|
||||||
if (document.location.hash && $.browser.mozilla)
|
if (document.location.hash)
|
||||||
window.setTimeout(function() {
|
window.setTimeout(function() {
|
||||||
document.location.href += '';
|
document.location.href += '';
|
||||||
}, 10);
|
}, 10);
|
||||||
|
@ -240,7 +216,7 @@ var Documentation = {
|
||||||
var src = $(this).attr('src');
|
var src = $(this).attr('src');
|
||||||
var idnum = $(this).attr('id').substr(7);
|
var idnum = $(this).attr('id').substr(7);
|
||||||
$('tr.cg-' + idnum).toggle();
|
$('tr.cg-' + idnum).toggle();
|
||||||
if (src.substr(-9) === 'minus.png')
|
if (src.substr(-9) == 'minus.png')
|
||||||
$(this).attr('src', src.substr(0, src.length-9) + 'plus.png');
|
$(this).attr('src', src.substr(0, src.length-9) + 'plus.png');
|
||||||
else
|
else
|
||||||
$(this).attr('src', src.substr(0, src.length-8) + 'minus.png');
|
$(this).attr('src', src.substr(0, src.length-8) + 'minus.png');
|
||||||
|
@ -272,7 +248,7 @@ var Documentation = {
|
||||||
var path = document.location.pathname;
|
var path = document.location.pathname;
|
||||||
var parts = path.split(/\//);
|
var parts = path.split(/\//);
|
||||||
$.each(DOCUMENTATION_OPTIONS.URL_ROOT.split(/\//), function() {
|
$.each(DOCUMENTATION_OPTIONS.URL_ROOT.split(/\//), function() {
|
||||||
if (this === '..')
|
if (this == '..')
|
||||||
parts.pop();
|
parts.pop();
|
||||||
});
|
});
|
||||||
var url = parts.join('/');
|
var url = parts.join('/');
|
||||||
|
|
8
_static/jquery.js
vendored
8
_static/jquery.js
vendored
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* Sphinx JavaScript utilities for the full-text search.
|
* Sphinx JavaScript utilities for the full-text search.
|
||||||
*
|
*
|
||||||
* :copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS.
|
* :copyright: Copyright 2007-2017 by the Sphinx team, see AUTHORS.
|
||||||
* :license: BSD, see LICENSE for details.
|
* :license: BSD, see LICENSE for details.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@ -540,9 +540,6 @@ var Search = {
|
||||||
});
|
});
|
||||||
} else if (DOCUMENTATION_OPTIONS.HAS_SOURCE) {
|
} else if (DOCUMENTATION_OPTIONS.HAS_SOURCE) {
|
||||||
var suffix = DOCUMENTATION_OPTIONS.SOURCELINK_SUFFIX;
|
var suffix = DOCUMENTATION_OPTIONS.SOURCELINK_SUFFIX;
|
||||||
if (suffix === undefined) {
|
|
||||||
suffix = '.txt';
|
|
||||||
}
|
|
||||||
$.ajax({url: DOCUMENTATION_OPTIONS.URL_ROOT + '_sources/' + item[5] + (item[5].slice(-suffix.length) === suffix ? '' : suffix),
|
$.ajax({url: DOCUMENTATION_OPTIONS.URL_ROOT + '_sources/' + item[5] + (item[5].slice(-suffix.length) === suffix ? '' : suffix),
|
||||||
dataType: "text",
|
dataType: "text",
|
||||||
complete: function(jqxhr, textstatus) {
|
complete: function(jqxhr, textstatus) {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* sphinx.websupport utilities for all documentation.
|
* sphinx.websupport utilities for all documentation.
|
||||||
*
|
*
|
||||||
* :copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS.
|
* :copyright: Copyright 2007-2017 by the Sphinx team, see AUTHORS.
|
||||||
* :license: BSD, see LICENSE for details.
|
* :license: BSD, see LICENSE for details.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@ -301,7 +301,7 @@
|
||||||
li.hide();
|
li.hide();
|
||||||
|
|
||||||
// Determine where in the parents children list to insert this comment.
|
// Determine where in the parents children list to insert this comment.
|
||||||
for(var i=0; i < siblings.length; i++) {
|
for(i=0; i < siblings.length; i++) {
|
||||||
if (comp(comment, siblings[i]) <= 0) {
|
if (comp(comment, siblings[i]) <= 0) {
|
||||||
$('#cd' + siblings[i].id)
|
$('#cd' + siblings[i].id)
|
||||||
.parent()
|
.parent()
|
||||||
|
|
|
@ -3,14 +3,26 @@
|
||||||
|
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
|
|
||||||
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
|
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<title>Index — Emacs IPython Notebook 0.14.0 documentation</title>
|
|
||||||
|
<title>Index — Emacs IPython Notebook 0.15.0 documentation</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="_static/bizstyle.css" type="text/css" />
|
<link rel="stylesheet" href="_static/bizstyle.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||||
<script type="text/javascript" src="_static/documentation_options.js"></script>
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
var DOCUMENTATION_OPTIONS = {
|
||||||
|
URL_ROOT: './',
|
||||||
|
VERSION: '0.15.0',
|
||||||
|
COLLAPSE_INDEX: false,
|
||||||
|
FILE_SUFFIX: '.html',
|
||||||
|
HAS_SOURCE: true,
|
||||||
|
SOURCELINK_SUFFIX: '.txt'
|
||||||
|
};
|
||||||
|
</script>
|
||||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||||
<script type="text/javascript" src="_static/underscore.js"></script>
|
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||||
|
@ -21,28 +33,30 @@
|
||||||
<!--[if lt IE 9]>
|
<!--[if lt IE 9]>
|
||||||
<script type="text/javascript" src="_static/css3-mediaqueries.js"></script>
|
<script type="text/javascript" src="_static/css3-mediaqueries.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
</head><body>
|
</head>
|
||||||
|
<body role="document">
|
||||||
<div class="related" role="navigation" aria-label="related navigation">
|
<div class="related" role="navigation" aria-label="related navigation">
|
||||||
<h3>Navigation</h3>
|
<h3>Navigation</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li class="right" style="margin-right: 10px">
|
<li class="right" style="margin-right: 10px">
|
||||||
<a href="#" title="General Index"
|
<a href="#" title="General Index"
|
||||||
accesskey="I">index</a></li>
|
accesskey="I">index</a></li>
|
||||||
<li class="nav-item nav-item-0"><a href="index.html">Emacs IPython Notebook 0.14.0 documentation</a> »</li>
|
<li class="nav-item nav-item-0"><a href="index.html">Emacs IPython Notebook 0.15.0 documentation</a> »</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
|
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
|
||||||
<div class="sphinxsidebarwrapper">
|
<div class="sphinxsidebarwrapper">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div id="searchbox" style="display: none" role="search">
|
<div id="searchbox" style="display: none" role="search">
|
||||||
<h3>Quick search</h3>
|
<h3>Quick search</h3>
|
||||||
<div class="searchformwrapper">
|
|
||||||
<form class="search" action="search.html" method="get">
|
<form class="search" action="search.html" method="get">
|
||||||
<input type="text" name="q" />
|
<div><input type="text" name="q" /></div>
|
||||||
<input type="submit" value="Go" />
|
<div><input type="submit" value="Go" /></div>
|
||||||
<input type="hidden" name="check_keywords" value="yes" />
|
<input type="hidden" name="check_keywords" value="yes" />
|
||||||
<input type="hidden" name="area" value="default" />
|
<input type="hidden" name="area" value="default" />
|
||||||
</form>
|
</form>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<script type="text/javascript">$('#searchbox').show(0);</script>
|
<script type="text/javascript">$('#searchbox').show(0);</script>
|
||||||
</div>
|
</div>
|
||||||
|
@ -273,12 +287,12 @@
|
||||||
<li class="right" style="margin-right: 10px">
|
<li class="right" style="margin-right: 10px">
|
||||||
<a href="#" title="General Index"
|
<a href="#" title="General Index"
|
||||||
>index</a></li>
|
>index</a></li>
|
||||||
<li class="nav-item nav-item-0"><a href="index.html">Emacs IPython Notebook 0.14.0 documentation</a> »</li>
|
<li class="nav-item nav-item-0"><a href="index.html">Emacs IPython Notebook 0.15.0 documentation</a> »</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer" role="contentinfo">
|
<div class="footer" role="contentinfo">
|
||||||
© Copyright 2018, John Miller.
|
© Copyright 2018, John Miller.
|
||||||
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.2.
|
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.5.
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
709
index.html
709
index.html
File diff suppressed because it is too large
Load diff
BIN
objects.inv
BIN
objects.inv
Binary file not shown.
27
search.html
27
search.html
|
@ -2,14 +2,26 @@
|
||||||
|
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
|
|
||||||
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
|
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<title>Search — Emacs IPython Notebook 0.14.0 documentation</title>
|
|
||||||
|
<title>Search — Emacs IPython Notebook 0.15.0 documentation</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="_static/bizstyle.css" type="text/css" />
|
<link rel="stylesheet" href="_static/bizstyle.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||||
<script type="text/javascript" src="_static/documentation_options.js"></script>
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
var DOCUMENTATION_OPTIONS = {
|
||||||
|
URL_ROOT: './',
|
||||||
|
VERSION: '0.15.0',
|
||||||
|
COLLAPSE_INDEX: false,
|
||||||
|
FILE_SUFFIX: '.html',
|
||||||
|
HAS_SOURCE: true,
|
||||||
|
SOURCELINK_SUFFIX: '.txt'
|
||||||
|
};
|
||||||
|
</script>
|
||||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||||
<script type="text/javascript" src="_static/underscore.js"></script>
|
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||||
|
@ -28,14 +40,15 @@
|
||||||
<script type="text/javascript" src="_static/css3-mediaqueries.js"></script>
|
<script type="text/javascript" src="_static/css3-mediaqueries.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
||||||
</head><body>
|
</head>
|
||||||
|
<body role="document">
|
||||||
<div class="related" role="navigation" aria-label="related navigation">
|
<div class="related" role="navigation" aria-label="related navigation">
|
||||||
<h3>Navigation</h3>
|
<h3>Navigation</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li class="right" style="margin-right: 10px">
|
<li class="right" style="margin-right: 10px">
|
||||||
<a href="genindex.html" title="General Index"
|
<a href="genindex.html" title="General Index"
|
||||||
accesskey="I">index</a></li>
|
accesskey="I">index</a></li>
|
||||||
<li class="nav-item nav-item-0"><a href="index.html">Emacs IPython Notebook 0.14.0 documentation</a> »</li>
|
<li class="nav-item nav-item-0"><a href="index.html">Emacs IPython Notebook 0.15.0 documentation</a> »</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
|
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
|
||||||
|
@ -83,12 +96,12 @@
|
||||||
<li class="right" style="margin-right: 10px">
|
<li class="right" style="margin-right: 10px">
|
||||||
<a href="genindex.html" title="General Index"
|
<a href="genindex.html" title="General Index"
|
||||||
>index</a></li>
|
>index</a></li>
|
||||||
<li class="nav-item nav-item-0"><a href="index.html">Emacs IPython Notebook 0.14.0 documentation</a> »</li>
|
<li class="nav-item nav-item-0"><a href="index.html">Emacs IPython Notebook 0.15.0 documentation</a> »</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer" role="contentinfo">
|
<div class="footer" role="contentinfo">
|
||||||
© Copyright 2018, John Miller.
|
© Copyright 2018, John Miller.
|
||||||
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.2.
|
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.5.
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue