Skip to content

Commit

Permalink
Upload doc 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelvallat committed Aug 11, 2021
1 parent 7e816e3 commit f5d6afa
Show file tree
Hide file tree
Showing 71 changed files with 1,629 additions and 481 deletions.
2 changes: 1 addition & 1 deletion docs/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: 1c283aa17fd01622f6bf08681bef7016
config: 8782ea0dc7d40fb0c18a8dc67655cab3
tags: 645f666f9bcd5a90fca523b33c5a78b7
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/build/html/_images/spectrogram.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/build/html/_images/visbrain.PNG
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/build/html/_images/yasa-plot_spectrogram-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/build/html/_images/yasa-plot_spectrogram-2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/build/html/_images/yasa-topoplot-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/build/html/_images/yasa-topoplot-2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/build/html/_images/yasa-transition_matrix-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions docs/build/html/_modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
<html>
<head>
<meta charset="utf-8" />
<title>Overview: module code &#8212; yasa 0.4.1 documentation</title>
<title>Overview: module code &#8212; yasa 0.5.0 documentation</title>
<link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/plot_directive.css" />
<script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
Expand Down Expand Up @@ -37,13 +38,14 @@
</button>
<a class="navbar-brand" href="../index.html"><span><img src="../_static/yasa_128x128.png"></span>
yasa</a>
<span class="navbar-text navbar-version pull-left"><b>0.4.1</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.5.0</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
<ul class="nav navbar-nav">

<li><a href="../api.html">Functions</a></li>
<li><a href="../faq.html">FAQ</a></li>
<li><a href="../changelog.html">What's new</a></li>
<li><a href="../contributing.html">Contribute</a></li>

Expand Down Expand Up @@ -108,7 +110,7 @@ <h1>All modules for which code is available</h1>

</p>
<p>
&copy; Copyright 2018-2021, Raphael Vallat.<br/>
&copy; Copyright 2018-2021, Dr. Raphael Vallat, Center for Human Sleep Science, UC Berkeley.<br/>
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 3.0.3.<br/>
</p>
</div>
Expand Down
206 changes: 172 additions & 34 deletions docs/build/html/_modules/yasa/detection.html

Large diffs are not rendered by default.

8 changes: 5 additions & 3 deletions docs/build/html/_modules/yasa/hypno.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
<html>
<head>
<meta charset="utf-8" />
<title>yasa.hypno &#8212; yasa 0.4.1 documentation</title>
<title>yasa.hypno &#8212; yasa 0.5.0 documentation</title>
<link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../../_static/plot_directive.css" />
<script id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>
<script src="../../_static/jquery.js"></script>
<script src="../../_static/underscore.js"></script>
Expand Down Expand Up @@ -37,13 +38,14 @@
</button>
<a class="navbar-brand" href="../../index.html"><span><img src="../../_static/yasa_128x128.png"></span>
yasa</a>
<span class="navbar-text navbar-version pull-left"><b>0.4.1</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.5.0</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
<ul class="nav navbar-nav">

<li><a href="../../api.html">Functions</a></li>
<li><a href="../../faq.html">FAQ</a></li>
<li><a href="../../changelog.html">What's new</a></li>
<li><a href="../../contributing.html">Contribute</a></li>

Expand Down Expand Up @@ -391,7 +393,7 @@ <h1>Source code for yasa.hypno</h1><div class="highlight"><pre>

</p>
<p>
&copy; Copyright 2018-2021, Raphael Vallat.<br/>
&copy; Copyright 2018-2021, Dr. Raphael Vallat, Center for Human Sleep Science, UC Berkeley.<br/>
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 3.0.3.<br/>
</p>
</div>
Expand Down
8 changes: 5 additions & 3 deletions docs/build/html/_modules/yasa/others.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
<html>
<head>
<meta charset="utf-8" />
<title>yasa.others &#8212; yasa 0.4.1 documentation</title>
<title>yasa.others &#8212; yasa 0.5.0 documentation</title>
<link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../../_static/plot_directive.css" />
<script id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>
<script src="../../_static/jquery.js"></script>
<script src="../../_static/underscore.js"></script>
Expand Down Expand Up @@ -37,13 +38,14 @@
</button>
<a class="navbar-brand" href="../../index.html"><span><img src="../../_static/yasa_128x128.png"></span>
yasa</a>
<span class="navbar-text navbar-version pull-left"><b>0.4.1</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.5.0</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
<ul class="nav navbar-nav">

<li><a href="../../api.html">Functions</a></li>
<li><a href="../../faq.html">FAQ</a></li>
<li><a href="../../changelog.html">What's new</a></li>
<li><a href="../../contributing.html">Contribute</a></li>

Expand Down Expand Up @@ -568,7 +570,7 @@ <h1>Source code for yasa.others</h1><div class="highlight"><pre>

</p>
<p>
&copy; Copyright 2018-2021, Raphael Vallat.<br/>
&copy; Copyright 2018-2021, Dr. Raphael Vallat, Center for Human Sleep Science, UC Berkeley.<br/>
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 3.0.3.<br/>
</p>
</div>
Expand Down
8 changes: 5 additions & 3 deletions docs/build/html/_modules/yasa/plotting.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
<html>
<head>
<meta charset="utf-8" />
<title>yasa.plotting &#8212; yasa 0.4.1 documentation</title>
<title>yasa.plotting &#8212; yasa 0.5.0 documentation</title>
<link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../../_static/plot_directive.css" />
<script id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>
<script src="../../_static/jquery.js"></script>
<script src="../../_static/underscore.js"></script>
Expand Down Expand Up @@ -37,13 +38,14 @@
</button>
<a class="navbar-brand" href="../../index.html"><span><img src="../../_static/yasa_128x128.png"></span>
yasa</a>
<span class="navbar-text navbar-version pull-left"><b>0.4.1</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.5.0</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
<ul class="nav navbar-nav">

<li><a href="../../api.html">Functions</a></li>
<li><a href="../../faq.html">FAQ</a></li>
<li><a href="../../changelog.html">What's new</a></li>
<li><a href="../../contributing.html">Contribute</a></li>

Expand Down Expand Up @@ -463,7 +465,7 @@ <h1>Source code for yasa.plotting</h1><div class="highlight"><pre>

</p>
<p>
&copy; Copyright 2018-2021, Raphael Vallat.<br/>
&copy; Copyright 2018-2021, Dr. Raphael Vallat, Center for Human Sleep Science, UC Berkeley.<br/>
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 3.0.3.<br/>
</p>
</div>
Expand Down

0 comments on commit f5d6afa

Please sign in to comment.