Skip to content

Commit 6373013

Browse files
author
Travis CI User
committed
Deploy code docs to GitHub Pages Travis build: 2807
Commit: 683ec57ddd7f5883663a3caec90b6c8933d4c7b5
1 parent 2437d01 commit 6373013

73 files changed

Lines changed: 88 additions & 86 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

_static/basic.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,7 @@ div.code-block-caption code {
764764
}
765765

766766
table.highlighttable td.linenos,
767+
span.linenos,
767768
div.doctest > div.highlight span.gp { /* gp: Generic.Prompt */
768769
user-select: none;
769770
}

_static/doctools.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,9 +285,10 @@ var Documentation = {
285285
initOnKeyListeners: function() {
286286
$(document).keydown(function(event) {
287287
var activeElementType = document.activeElement.tagName;
288-
// don't navigate when in search box or textarea
288+
// don't navigate when in search box, textarea, dropdown or button
289289
if (activeElementType !== 'TEXTAREA' && activeElementType !== 'INPUT' && activeElementType !== 'SELECT'
290-
&& !event.altKey && !event.ctrlKey && !event.metaKey && !event.shiftKey) {
290+
&& activeElementType !== 'BUTTON' && !event.altKey && !event.ctrlKey && !event.metaKey
291+
&& !event.shiftKey) {
291292
switch (event.keyCode) {
292293
case 37: // left
293294
var prevHref = $('link[rel="prev"]').prop('href');

_static/searchtools.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ var Search = {
5959
_pulse_status : -1,
6060

6161
htmlToText : function(htmlString) {
62-
var htmlElement = document.createElement('span');
63-
htmlElement.innerHTML = htmlString;
64-
$(htmlElement).find('.headerlink').remove();
65-
docContent = $(htmlElement).find('[role=main]')[0];
62+
var virtualDocument = document.implementation.createHTMLDocument('virtual');
63+
var htmlElement = $(htmlString, virtualDocument);
64+
htmlElement.find('.headerlink').remove();
65+
docContent = htmlElement.find('[role=main]')[0];
6666
if(docContent === undefined) {
6767
console.warn("Content block not found. Sphinx search tries to obtain it " +
6868
"via '[role=main]'. Could you check your theme or template.");

coverage/cclib___init___py.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ <h2 class="stats">
100100
<div class="content">
101101
<p>
102102
<a class="nav" href="index.html">&#xab; index</a> &nbsp; &nbsp; <a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.3</a>,
103-
created at 2020-10-25 02:47 +0000
103+
created at 2020-11-05 04:54 +0000
104104
</p>
105105
</div>
106106
</div>

coverage/cclib_bridge___init___py.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h2 class="stats">
9595
<div class="content">
9696
<p>
9797
<a class="nav" href="index.html">&#xab; index</a> &nbsp; &nbsp; <a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.3</a>,
98-
created at 2020-10-25 02:47 +0000
98+
created at 2020-11-05 04:54 +0000
9999
</p>
100100
</div>
101101
</div>

coverage/cclib_bridge_cclib2ase_py.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ <h2 class="stats">
300300
<div class="content">
301301
<p>
302302
<a class="nav" href="index.html">&#xab; index</a> &nbsp; &nbsp; <a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.3</a>,
303-
created at 2020-10-25 02:47 +0000
303+
created at 2020-11-05 04:54 +0000
304304
</p>
305305
</div>
306306
</div>

coverage/cclib_bridge_cclib2biopython_py.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h2 class="stats">
8989
<div class="content">
9090
<p>
9191
<a class="nav" href="index.html">&#xab; index</a> &nbsp; &nbsp; <a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.3</a>,
92-
created at 2020-10-25 02:47 +0000
92+
created at 2020-11-05 04:54 +0000
9393
</p>
9494
</div>
9595
</div>

coverage/cclib_bridge_cclib2horton_py.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ <h2 class="stats">
261261
<div class="content">
262262
<p>
263263
<a class="nav" href="index.html">&#xab; index</a> &nbsp; &nbsp; <a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.3</a>,
264-
created at 2020-10-25 02:47 +0000
264+
created at 2020-11-05 04:54 +0000
265265
</p>
266266
</div>
267267
</div>

coverage/cclib_bridge_cclib2openbabel_py.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ <h2 class="stats">
140140
<div class="content">
141141
<p>
142142
<a class="nav" href="index.html">&#xab; index</a> &nbsp; &nbsp; <a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.3</a>,
143-
created at 2020-10-25 02:47 +0000
143+
created at 2020-11-05 04:54 +0000
144144
</p>
145145
</div>
146146
</div>

coverage/cclib_bridge_cclib2psi4_py.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ <h2 class="stats">
9191
<div class="content">
9292
<p>
9393
<a class="nav" href="index.html">&#xab; index</a> &nbsp; &nbsp; <a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.3</a>,
94-
created at 2020-10-25 02:47 +0000
94+
created at 2020-11-05 04:54 +0000
9595
</p>
9696
</div>
9797
</div>

0 commit comments

Comments
 (0)