Skip to content

Commit

Permalink
Last update at 2023-07-20 21:50:11
Browse files Browse the repository at this point in the history
  • Loading branch information
NengoBones committed Jul 20, 2023
1 parent 11aa692 commit 08382af
Show file tree
Hide file tree
Showing 35 changed files with 210 additions and 1,222 deletions.
2 changes: 1 addition & 1 deletion .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: 40baf4d4449d3a1f9863c165ed2037c4
config: 5ac3a3517704650697f5565280f2b820
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified .doctrees/api-reference.doctree
Binary file not shown.
Binary file modified .doctrees/basic-usage.doctree
Binary file not shown.
Binary file modified .doctrees/changelog.doctree
Binary file not shown.
Binary file modified .doctrees/citation.doctree
Binary file not shown.
Binary file modified .doctrees/contributing.doctree
Binary file not shown.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file modified .doctrees/examples.doctree
Binary file not shown.
Binary file modified .doctrees/examples/psMNIST.doctree
Binary file not shown.
Binary file modified .doctrees/getting-started.doctree
Binary file not shown.
Binary file modified .doctrees/index.doctree
Binary file not shown.
Binary file modified .doctrees/license.doctree
Binary file not shown.
142 changes: 71 additions & 71 deletions .doctrees/nbsphinx/examples/psMNIST.ipynb

Large diffs are not rendered by default.

Binary file modified .doctrees/project.doctree
Binary file not shown.
71 changes: 1 addition & 70 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Page not found &#8212; KerasLMU 0.6.0 docs</title>
<title>Page not found &#8212; KerasLMU 0.7.1.dev0 docs</title>
<link rel="stylesheet" href="/keras-lmu/_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="/keras-lmu/_static/basic.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="/keras-lmu/_static/nbsphinx-code-cells.css" />
Expand Down Expand Up @@ -232,55 +232,6 @@ <h3 class="pt-5 px-5">

</div>

<form class="p-5 my-0 border-top">
<div class="form-group">
<label class="text-gray">Version:</label>
<select class="custom-select" onchange="switchVersion(this);">


<option selected>latest</option>



<option value="v0.4.2/404.html">
v0.4.2
</option>



<option value="v0.4.1/404.html">
v0.4.1
</option>



<option value="v0.4.0/404.html">
v0.4.0
</option>



<option value="v0.3.1/404.html">
v0.3.1
</option>



<option value="v0.3.0/404.html">
v0.3.0
</option>



<option value="v0.2.0/404.html">
v0.2.0
</option>


</select>
</div>
</form>

</div>


Expand All @@ -290,17 +241,6 @@ <h3 class="pt-5 px-5">
<div class="col-10 offset-1 pb-5 documentation-source" role="main">


<div class="admonition note">
<p class="admonition-title">Note</p>
<p>
This documentation is for a development version.
<a href="v0.4.2/404.html">
Click here for the latest stable release (v0.4.2).
</a>
</p>
</div>


<div class="row justify-content-center">
<div class="col-sm-12 col-lg-10 col-xl-9 text-center pt-5">
<h3 class="display-2">Error <strong>404</strong></h3>
Expand Down Expand Up @@ -356,15 +296,6 @@ <h3 class="display-2">Error <strong>404</strong></h3>
</p>
<p class="small text-center pb-0 mb-0">&copy; Applied Brain Research</p>
</footer>
<script>
function switchVersion(select) {
var option = select.selectedOptions[0];
if (option.hasAttribute("value")) {
window.location = option.value;
}
}
</script>

<script>
var elements = document.querySelectorAll('.sidenav');
Stickyfill.add(elements);
Expand Down
2 changes: 1 addition & 1 deletion _sources/getting-started.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To install KerasLMU, we recommend using ``pip``.
Requirements
------------

KerasLMU works with Python 3.6 or later. After installing NumPy and TensorFlow, ``pip``
KerasLMU works with Python 3.8 or later. After installing NumPy and TensorFlow, ``pip``
will do its best to install all of the package's other requirements when it installs
KerasLMU. However, if anything goes wrong during this process, you can install each
required package manually and then try to ``pip install keras-lmu`` again.
Expand Down
2 changes: 1 addition & 1 deletion _static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '0.6.0',
VERSION: '0.7.1.dev0',
LANGUAGE: 'None',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
14 changes: 10 additions & 4 deletions _static/nbsphinx-code-cells.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,16 @@ div.nblast.container {
}

/* input prompt */
div.nbinput.container div.prompt pre {
div.nbinput.container div.prompt pre,
/* for sphinx_immaterial theme: */
div.nbinput.container div.prompt pre > code {
color: #307FC1;
}

/* output prompt */
div.nboutput.container div.prompt pre {
div.nboutput.container div.prompt pre,
/* for sphinx_immaterial theme: */
div.nboutput.container div.prompt pre > code {
color: #BF5B3D;
}

Expand Down Expand Up @@ -204,8 +208,10 @@ div.nboutput.container div.output_area > div[class^='highlight']{
overflow-y: hidden;
}

/* hide copybtn icon on prompts (needed for 'sphinx_copybutton') */
.prompt .copybtn {
/* hide copy button on prompts for 'sphinx_copybutton' extension ... */
.prompt .copybtn,
/* ... and 'sphinx_immaterial' theme */
.prompt .md-clipboard.md-icon {
display: none;
}

Expand Down
Loading

0 comments on commit 08382af

Please sign in to comment.