Skip to content

Commit

Permalink
Update stored doc version 0.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
christianechevarria committed Sep 11, 2019
1 parent 5c1d5c0 commit 1c91ef8
Show file tree
Hide file tree
Showing 50 changed files with 59,308 additions and 0 deletions.
1,242 changes: 1,242 additions & 0 deletions theme/static/versions/0.3.12/Connection_.html

Large diffs are not rendered by default.

2,100 changes: 2,100 additions & 0 deletions theme/static/versions/0.3.12/Group.html

Large diffs are not rendered by default.

1,241 changes: 1,241 additions & 0 deletions theme/static/versions/0.3.12/Layer.html

Large diffs are not rendered by default.

3,603 changes: 3,603 additions & 0 deletions theme/static/versions/0.3.12/Neat.html

Large diffs are not rendered by default.

6,906 changes: 6,906 additions & 0 deletions theme/static/versions/0.3.12/Network.html

Large diffs are not rendered by default.

4,048 changes: 4,048 additions & 0 deletions theme/static/versions/0.3.12/Node.html

Large diffs are not rendered by default.

3,470 changes: 3,470 additions & 0 deletions theme/static/versions/0.3.12/activation.html

Large diffs are not rendered by default.

2,627 changes: 2,627 additions & 0 deletions theme/static/versions/0.3.12/architect.html

Large diffs are not rendered by default.

807 changes: 807 additions & 0 deletions theme/static/versions/0.3.12/architecture_architect.js.html

Large diffs are not rendered by default.

301 changes: 301 additions & 0 deletions theme/static/versions/0.3.12/architecture_connection.js.html

Large diffs are not rendered by default.

592 changes: 592 additions & 0 deletions theme/static/versions/0.3.12/architecture_group.js.html

Large diffs are not rendered by default.

500 changes: 500 additions & 0 deletions theme/static/versions/0.3.12/architecture_layer.js.html

Large diffs are not rendered by default.

2,749 changes: 2,749 additions & 0 deletions theme/static/versions/0.3.12/architecture_network.js.html

Large diffs are not rendered by default.

1,119 changes: 1,119 additions & 0 deletions theme/static/versions/0.3.12/architecture_node.js.html

Large diffs are not rendered by default.

223 changes: 223 additions & 0 deletions theme/static/versions/0.3.12/config.js.html

Large diffs are not rendered by default.

652 changes: 652 additions & 0 deletions theme/static/versions/0.3.12/connection.html

Large diffs are not rendered by default.

2,035 changes: 2,035 additions & 0 deletions theme/static/versions/0.3.12/cost.html

Large diffs are not rendered by default.

651 changes: 651 additions & 0 deletions theme/static/versions/0.3.12/crossover.html

Large diffs are not rendered by default.

231 changes: 231 additions & 0 deletions theme/static/versions/0.3.12/gan.js.html

Large diffs are not rendered by default.

556 changes: 556 additions & 0 deletions theme/static/versions/0.3.12/gating.html

Large diffs are not rendered by default.

1,299 changes: 1,299 additions & 0 deletions theme/static/versions/0.3.12/global.html

Large diffs are not rendered by default.

Binary file added theme/static/versions/0.3.12/img/carrot-logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
469 changes: 469 additions & 0 deletions theme/static/versions/0.3.12/index.html

Large diffs are not rendered by default.

782 changes: 782 additions & 0 deletions theme/static/versions/0.3.12/methods_activation.js.html

Large diffs are not rendered by default.

295 changes: 295 additions & 0 deletions theme/static/versions/0.3.12/methods_connection.js.html

Large diffs are not rendered by default.

465 changes: 465 additions & 0 deletions theme/static/versions/0.3.12/methods_cost.js.html

Large diffs are not rendered by default.

278 changes: 278 additions & 0 deletions theme/static/versions/0.3.12/methods_crossover.js.html

Large diffs are not rendered by default.

261 changes: 261 additions & 0 deletions theme/static/versions/0.3.12/methods_gating.js.html

Large diffs are not rendered by default.

586 changes: 586 additions & 0 deletions theme/static/versions/0.3.12/methods_mutation.js.html

Large diffs are not rendered by default.

361 changes: 361 additions & 0 deletions theme/static/versions/0.3.12/methods_rate.js.html

Large diffs are not rendered by default.

298 changes: 298 additions & 0 deletions theme/static/versions/0.3.12/methods_selection.js.html

Large diffs are not rendered by default.

367 changes: 367 additions & 0 deletions theme/static/versions/0.3.12/multithreading_multi.js.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2,480 changes: 2,480 additions & 0 deletions theme/static/versions/0.3.12/mutation.html

Large diffs are not rendered by default.

977 changes: 977 additions & 0 deletions theme/static/versions/0.3.12/neat.js.html

Large diffs are not rendered by default.

395 changes: 395 additions & 0 deletions theme/static/versions/0.3.12/population.js.html

Large diffs are not rendered by default.

1,478 changes: 1,478 additions & 0 deletions theme/static/versions/0.3.12/rate.html

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions theme/static/versions/0.3.12/scripts/clipboard.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions theme/static/versions/0.3.12/scripts/collapse.js
@@ -0,0 +1,11 @@
function hideAllButCurrent(){
//by default all submenut items are hidden
$("nav > ul > li > ul li").hide();

//only current page (if it exists) should be opened
var file = window.location.pathname.split("/").pop();
$("nav > ul > li > a[href^='"+file+"']").parent().find("> ul li").show();
}
$( document ).ready(function() {
hideAllButCurrent();
});
4 changes: 4 additions & 0 deletions theme/static/versions/0.3.12/scripts/jquery-3.1.1.min.js

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions theme/static/versions/0.3.12/scripts/linenumber.js
@@ -0,0 +1,25 @@
/*global document */
(function() {
var source = document.getElementsByClassName('prettyprint source linenums');
var i = 0;
var lineNumber = 0;
var lineId;
var lines;
var totalLines;
var anchorHash;

if (source && source[0]) {
anchorHash = document.location.hash.substring(1);
lines = source[0].getElementsByTagName('li');
totalLines = lines.length;

for (; i < totalLines; i++) {
lineNumber++;
lineId = 'line' + lineNumber;
lines[i].id = lineId;
if (lineId === anchorHash) {
lines[i].className += ' selected';
}
}
}
})();

0 comments on commit 1c91ef8

Please sign in to comment.