Skip to content

Commit

Permalink
added exmples do docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JLans committed Feb 6, 2020
1 parent efd9428 commit e34d0a0
Show file tree
Hide file tree
Showing 6 changed files with 1,550 additions and 0 deletions.
313 changes: 313 additions & 0 deletions docs/auto_examples/deconvolution/plot_deconvolution.html

Large diffs are not rendered by default.

201 changes: 201 additions & 0 deletions docs/auto_examples/deconvolution/sg_execution_times.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,201 @@


<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Computation times &mdash; jl_exp_deconv 0.0.1 documentation</title>








<script type="text/javascript" src="../../_static/js/modernizr.min.js"></script>


<script type="text/javascript" id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>
<script type="text/javascript" src="../../_static/jquery.js"></script>
<script type="text/javascript" src="../../_static/underscore.js"></script>
<script type="text/javascript" src="../../_static/doctools.js"></script>
<script type="text/javascript" src="../../_static/language_data.js"></script>
<script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>

<script type="text/javascript" src="../../_static/js/theme.js"></script>




<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/gallery.css" type="text/css" />
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
</head>

<body class="wy-body-for-nav">


<div class="wy-grid-for-nav">

<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >



<a href="../../index.html" class="icon icon-home"> jl_exp_deconv



</a>







<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>


</div>

<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">






<p class="caption"><span class="caption-text">Contents:</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../jl_exp_deconv.html">jl_exp_deconv</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plotting_tools.html">plotting_tools</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../error_metrics.html">error_metrics</a></li>
<li class="toctree-l1"><a class="reference internal" href="../index.html">Examples</a></li>
</ul>



</div>
</div>
</nav>

<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">


<nav class="wy-nav-top" aria-label="top navigation">

<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../../index.html">jl_exp_deconv</a>

</nav>


<div class="wy-nav-content">

<div class="rst-content">

















<div role="navigation" aria-label="breadcrumbs navigation">

<ul class="wy-breadcrumbs">

<li><a href="../../index.html">Docs</a> &raquo;</li>

<li>Computation times</li>


<li class="wy-breadcrumbs-aside">


<a href="../../_sources/auto_examples/deconvolution/sg_execution_times.rst.txt" rel="nofollow"> View page source</a>


</li>

</ul>


<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">

<div class="section" id="computation-times">
<span id="sphx-glr-auto-examples-deconvolution-sg-execution-times"></span><h1>Computation times<a class="headerlink" href="#computation-times" title="Permalink to this headline"></a></h1>
<p><strong>00:00.722</strong> total execution time for <strong>auto_examples_deconvolution</strong> files:</p>
<ul class="simple">
<li><p><strong>00:00.722</strong>: <a class="reference internal" href="plot_deconvolution.html#sphx-glr-auto-examples-deconvolution-plot-deconvolution-py"><span class="std std-ref">Deconvoluting spectra with jl_exp_deconv</span></a> (<code class="docutils literal notranslate"><span class="pre">plot_deconvolution.py</span></code>)</p></li>
</ul>
</div>


</div>

</div>
<footer>


<hr/>

<div role="contentinfo">
<p>
&copy; Copyright 2019, Joshua Lansford

</p>
</div>
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.

</footer>

</div>
</div>

</section>

</div>



<script type="text/javascript">
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>






</body>
</html>
Loading

0 comments on commit e34d0a0

Please sign in to comment.