Skip to content

Commit

Permalink
favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
xpqz committed Dec 10, 2021
1 parent 63975c7 commit c91c632
Show file tree
Hide file tree
Showing 79 changed files with 2,863 additions and 2,469 deletions.
Binary file modified contents/_build/.doctrees/aplway.doctree
Binary file not shown.
Binary file modified contents/_build/.doctrees/array.doctree
Binary file not shown.
Binary file modified contents/_build/.doctrees/at.doctree
Binary file not shown.
Binary file modified contents/_build/.doctrees/cookbook1.doctree
Binary file not shown.
Binary file modified contents/_build/.doctrees/decode.doctree
Binary file not shown.
Binary file modified contents/_build/.doctrees/dfnsws.doctree
Binary file not shown.
Binary file modified contents/_build/.doctrees/dyadictrn.doctree
Binary file not shown.
Binary file modified contents/_build/.doctrees/environment.pickle
Binary file not shown.
Binary file modified contents/_build/.doctrees/errors.doctree
Binary file not shown.
Binary file modified contents/_build/.doctrees/find.doctree
Binary file not shown.
Binary file modified contents/_build/.doctrees/functions.doctree
Binary file not shown.
Binary file modified contents/_build/.doctrees/graphs.doctree
Binary file not shown.
Binary file modified contents/_build/.doctrees/http.doctree
Binary file not shown.
Binary file modified contents/_build/.doctrees/indexing.doctree
Binary file not shown.
Binary file modified contents/_build/.doctrees/intro.doctree
Binary file not shown.
Binary file modified contents/_build/.doctrees/io.doctree
Binary file not shown.
Binary file modified contents/_build/.doctrees/iteration.doctree
Binary file not shown.
Binary file modified contents/_build/.doctrees/key.doctree
Binary file not shown.
Binary file modified contents/_build/.doctrees/manip.doctree
Binary file not shown.
Binary file modified contents/_build/.doctrees/namespaces.doctree
Binary file not shown.
Binary file modified contents/_build/.doctrees/next.doctree
Binary file not shown.
Binary file modified contents/_build/.doctrees/over.doctree
Binary file not shown.
Binary file modified contents/_build/.doctrees/products.doctree
Binary file not shown.
Binary file modified contents/_build/.doctrees/rank.doctree
Binary file not shown.
Binary file modified contents/_build/.doctrees/stencil.doctree
Binary file not shown.
Binary file modified contents/_build/.doctrees/tacit.doctree
Binary file not shown.
Binary file modified contents/_build/.doctrees/testing.doctree
Binary file not shown.
Binary file modified contents/_build/.doctrees/tldr.doctree
Binary file not shown.
Binary file modified contents/_build/.doctrees/ucmd.doctree
Binary file not shown.
Binary file modified contents/_build/.doctrees/workflow.doctree
Binary file not shown.
Binary file modified contents/_build/.jupyter_cache/global.db
Binary file not shown.
2 changes: 1 addition & 1 deletion contents/_build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 9fe99345afa510eb6e1b17c2fb49092d
config: e9cdf25e9170ec306f3216b1c4b547f4
tags: 645f666f9bcd5a90fca523b33c5a78b7
111 changes: 80 additions & 31 deletions contents/_build/html/_static/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ ul.search li a {
font-weight: bold;
}

ul.search li div.context {
ul.search li p.context {
color: #888;
margin: 2px 0 0 30px;
text-align: left;
Expand Down Expand Up @@ -277,25 +277,25 @@ p.rubric {
font-weight: bold;
}

img.align-left, .figure.align-left, object.align-left {
img.align-left, figure.align-left, .figure.align-left, object.align-left {
clear: left;
float: left;
margin-right: 1em;
}

img.align-right, .figure.align-right, object.align-right {
img.align-right, figure.align-right, .figure.align-right, object.align-right {
clear: right;
float: right;
margin-left: 1em;
}

img.align-center, .figure.align-center, object.align-center {
img.align-center, figure.align-center, .figure.align-center, object.align-center {
display: block;
margin-left: auto;
margin-right: auto;
}

img.align-default, .figure.align-default {
img.align-default, figure.align-default, .figure.align-default {
display: block;
margin-left: auto;
margin-right: auto;
Expand All @@ -319,7 +319,8 @@ img.align-default, .figure.align-default {

/* -- sidebars -------------------------------------------------------------- */

div.sidebar {
div.sidebar,
aside.sidebar {
margin: 0 0 0.5em 1em;
border: 1px solid #ddb;
padding: 7px;
Expand Down Expand Up @@ -377,12 +378,14 @@ div.body p.centered {
/* -- content of sidebars/topics/admonitions -------------------------------- */

div.sidebar > :last-child,
aside.sidebar > :last-child,
div.topic > :last-child,
div.admonition > :last-child {
margin-bottom: 0;
}

div.sidebar::after,
aside.sidebar::after,
div.topic::after,
div.admonition::after,
blockquote::after {
Expand Down Expand Up @@ -455,20 +458,22 @@ td > :last-child {

/* -- figures --------------------------------------------------------------- */

div.figure {
div.figure, figure {
margin: 0.5em;
padding: 0.5em;
}

div.figure p.caption {
div.figure p.caption, figcaption {
padding: 0.3em;
}

div.figure p.caption span.caption-number {
div.figure p.caption span.caption-number,
figcaption span.caption-number {
font-style: italic;
}

div.figure p.caption span.caption-text {
div.figure p.caption span.caption-text,
figcaption span.caption-text {
}

/* -- field list styles ----------------------------------------------------- */
Expand Down Expand Up @@ -503,6 +508,63 @@ table.hlist td {
vertical-align: top;
}

/* -- object description styles --------------------------------------------- */

.sig {
font-family: 'Consolas', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace;
}

.sig-name, code.descname {
background-color: transparent;
font-weight: bold;
}

.sig-name {
font-size: 1.1em;
}

code.descname {
font-size: 1.2em;
}

.sig-prename, code.descclassname {
background-color: transparent;
}

.optional {
font-size: 1.3em;
}

.sig-paren {
font-size: larger;
}

.sig-param.n {
font-style: italic;
}

/* C++ specific styling */

.sig-inline.c-texpr,
.sig-inline.cpp-texpr {
font-family: unset;
}

.sig.c .k, .sig.c .kt,
.sig.cpp .k, .sig.cpp .kt {
color: #0033B3;
}

.sig.c .m,
.sig.cpp .m {
color: #1750EB;
}

.sig.c .s, .sig.c .sc,
.sig.cpp .s, .sig.cpp .sc {
color: #067D17;
}


/* -- other body styles ----------------------------------------------------- */

Expand Down Expand Up @@ -629,14 +691,6 @@ dl.glossary dt {
font-size: 1.1em;
}

.optional {
font-size: 1.3em;
}

.sig-paren {
font-size: larger;
}

.versionmodified {
font-style: italic;
}
Expand Down Expand Up @@ -677,8 +731,9 @@ dl.glossary dt {

.classifier:before {
font-style: normal;
margin: 0.5em;
margin: 0 0.5em;
content: ":";
display: inline-block;
}

abbr, acronym {
Expand Down Expand Up @@ -765,8 +820,12 @@ div.code-block-caption code {

table.highlighttable td.linenos,
span.linenos,
div.doctest > div.highlight span.gp { /* gp: Generic.Prompt */
user-select: none;
div.highlight span.gp { /* gp: Generic.Prompt */
user-select: none;
-webkit-user-select: text; /* Safari fallback only */
-webkit-user-select: none; /* Chrome/Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+ */
}

div.code-block-caption span.caption-number {
Expand All @@ -781,16 +840,6 @@ div.literal-block-wrapper {
margin: 1em 0;
}

code.descname {
background-color: transparent;
font-weight: bold;
font-size: 1.2em;
}

code.descclassname {
background-color: transparent;
}

code.xref, a code {
background-color: transparent;
font-weight: bold;
Expand Down
16 changes: 15 additions & 1 deletion contents/_build/html/_static/custom.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
@font-face {
font-family: 'codefont';
src: local('DejaVu Sans Mono'),
local('APL385 Unicode'),
local('SImPL'),
url(https://aplwiki.com/images/7/75/DejaVuSansMono.ttf) format('truetype');
}

.CodeMirror pre {font-family: codefont, monospace;}

/* Reduce excessive line height in code outputs */
.output.text_html {
font-family: 'APL385';
font-family: codefont, monospace;
line-height: 0.95em;
}
/*.output.text_html {
font-family: 'APL385';
line-height: 0.95em;
}*/

/* Reduce excessive whitespace in tables */
.table td, .table th {
Expand Down
9 changes: 8 additions & 1 deletion contents/_build/html/_static/doctools.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,14 @@ if (!window.console || !console.firebug) {

/**
* small helper function to urldecode strings
*
* See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/decodeURIComponent#Decoding_query_parameters_from_a_URL
*/
jQuery.urldecode = function(x) {
return decodeURIComponent(x).replace(/\+/g, ' ');
if (!x) {
return x
}
return decodeURIComponent(x.replace(/\+/g, ' '));
};

/**
Expand Down Expand Up @@ -296,12 +301,14 @@ var Documentation = {
window.location.href = prevHref;
return false;
}
break;
case 39: // right
var nextHref = $('link[rel="next"]').prop('href');
if (nextHref) {
window.location.href = nextHref;
return false;
}
break;
}
}
});
Expand Down
38 changes: 19 additions & 19 deletions contents/_build/html/_static/images/logo_binder.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions contents/_build/html/_static/language_data.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
var stopwords = ["a","and","are","as","at","be","but","by","for","if","in","into","is","it","near","no","not","of","on","or","such","that","the","their","then","there","these","they","this","to","was","will","with"];


/* Non-minified version JS is _stemmer.js if file is provided */
/* Non-minified version is copied as a separate JS file, is available */

/**
* Porter Stemmer
*/
Expand Down Expand Up @@ -199,7 +200,6 @@ var Stemmer = function() {




var splitChars = (function() {
var result = {};
var singles = [96, 180, 187, 191, 215, 247, 749, 885, 903, 907, 909, 930, 1014, 1648,
Expand Down
3 changes: 1 addition & 2 deletions contents/_build/html/_static/mystnb.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ div.container.cell {
}

/* Removing all background formatting so we can control at the div level */
.cell_input div.highlight, .cell_input pre, .cell_output .output * {
.cell_input div.highlight, .cell_output pre, .cell_input pre, .cell_output .output {
border: none;
background-color: transparent;
box-shadow: none;
}

Expand Down
6 changes: 3 additions & 3 deletions contents/_build/html/_static/pygments.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pre { line-height: 125%; }
td.linenos pre { color: #000000; background-color: #f0f0f0; padding-left: 5px; padding-right: 5px; }
span.linenos { color: #000000; background-color: #f0f0f0; padding-left: 5px; padding-right: 5px; }
td.linenos pre.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
.highlight .hll { background-color: #ffffcc }
.highlight { background: #eeffcc; }
Expand Down
Loading

0 comments on commit c91c632

Please sign in to comment.