Skip to content
This repository has been archived by the owner on Feb 14, 2025. It is now read-only.

Commit

Permalink
Update docs after building Travis build 341 of
Browse files Browse the repository at this point in the history
AnyBody-Research-Group/AnyPyTools

The docs were built from the branch 'master' against the commit
6a1de65e1085fe43fd3fe937d05f41895926780e.

The Travis build that generated this commit is at
https://travis-ci.org/AnyBody-Research-Group/AnyPyTools/jobs/577792747.

The doctr command that was run is

    /home/travis/miniconda/envs/doc-build-environment/bin/doctr deploy --deploy-repo AnyBody-Research-Group/anypytools-docs .
  • Loading branch information
Doctr (Travis CI) committed Aug 28, 2019
1 parent 2fff787 commit d95aea4
Show file tree
Hide file tree
Showing 44 changed files with 1,065 additions and 4,589 deletions.
4 changes: 1 addition & 3 deletions .doctr-files
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,13 @@
./_images/Tutorial_05_Monte_Carlo_studies_etc_28_1.png
./_images/Tutorial_06_Tips&Tricks_25_0.png
./_images/relax.png
./_modules/IPython/core/display.html
./_modules/anypytools/abcutils.html
./_modules/anypytools/datautils.html
./_modules/anypytools/h5py_wrapper.html
./_modules/anypytools/macroutils.html
./_modules/anypytools/pytest_plugin.html
./_modules/anypytools/tools.html
./_modules/index.html
./_modules/logging.html
./_sources/Tutorial/01_Getting_started_with_anypytools.ipynb.txt
./_sources/Tutorial/02_Generating_macros.ipynb.txt
./_sources/Tutorial/03_Working_with_output_from_Anybody.ipynb.txt
Expand Down Expand Up @@ -63,7 +61,7 @@
./_static/icon-seealso.png
./_static/icon-todo.png
./_static/icon-warning.png
./_static/jquery-3.2.1.js
./_static/jquery-3.4.1.js
./_static/jquery.cookie.js
./_static/jquery.js
./_static/language_data.js
Expand Down
8 changes: 4 additions & 4 deletions Tutorial/01_Getting_started_with_anypytools.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Getting Started with AnyPyTools &#8212; AnyPyTools 1.2.0 documentation</title>
<title>Getting Started with AnyPyTools &#8212; AnyPyTools 1.2.1 documentation</title>
<link rel="stylesheet" href="../_static/cloud.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Noticia+Text|Open+Sans|Droid+Sans+Mono" type="text/css" />
Expand Down Expand Up @@ -45,7 +45,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../install_guide.html" title="Install guide"
accesskey="P">previous</a> &nbsp; &nbsp;</li>
<li><a href="../index.html">AnyPyTools 1.2.0 documentation</a> &#187;</li>
<li><a href="../index.html">AnyPyTools 1.2.1 documentation</a> &#187;</li>

</ul>
</div>
Expand Down Expand Up @@ -597,15 +597,15 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../install_guide.html" title="Install guide"
>previous</a> &nbsp; &nbsp;</li>
<li><a href="../index.html">AnyPyTools 1.2.0 documentation</a> &#187;</li>
<li><a href="../index.html">AnyPyTools 1.2.1 documentation</a> &#187;</li>

</ul>
</div>
</div>

<div class="footer" role="contentinfo">
&#169; Copyright 2017, Morten Enemark Lund.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.1.0.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.2.0.
</div>
<!-- cloud_sptheme 1.4 -->
</body>
Expand Down
8 changes: 4 additions & 4 deletions Tutorial/02_Generating_macros.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Creating AnyScript Macros &#8212; AnyPyTools 1.2.0 documentation</title>
<title>Creating AnyScript Macros &#8212; AnyPyTools 1.2.1 documentation</title>
<link rel="stylesheet" href="../_static/cloud.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Noticia+Text|Open+Sans|Droid+Sans+Mono" type="text/css" />
Expand Down Expand Up @@ -45,7 +45,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="01_Getting_started_with_anypytools.html" title="Getting Started with AnyPyTools"
accesskey="P">previous</a> &nbsp; &nbsp;</li>
<li><a href="../index.html">AnyPyTools 1.2.0 documentation</a> &#187;</li>
<li><a href="../index.html">AnyPyTools 1.2.1 documentation</a> &#187;</li>

</ul>
</div>
Expand Down Expand Up @@ -689,15 +689,15 @@ <h3>Navigation</h3>
<li class="right" >
<a href="01_Getting_started_with_anypytools.html" title="Getting Started with AnyPyTools"
>previous</a> &nbsp; &nbsp;</li>
<li><a href="../index.html">AnyPyTools 1.2.0 documentation</a> &#187;</li>
<li><a href="../index.html">AnyPyTools 1.2.1 documentation</a> &#187;</li>

</ul>
</div>
</div>

<div class="footer" role="contentinfo">
&#169; Copyright 2017, Morten Enemark Lund.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.1.0.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.2.0.
</div>
<!-- cloud_sptheme 1.4 -->
</body>
Expand Down
8 changes: 4 additions & 4 deletions Tutorial/03_Working_with_output_from_Anybody.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Working with data from AnyBody &#8212; AnyPyTools 1.2.0 documentation</title>
<title>Working with data from AnyBody &#8212; AnyPyTools 1.2.1 documentation</title>
<link rel="stylesheet" href="../_static/cloud.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Noticia+Text|Open+Sans|Droid+Sans+Mono" type="text/css" />
Expand Down Expand Up @@ -45,7 +45,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="02_Generating_macros.html" title="Creating AnyScript Macros"
accesskey="P">previous</a> &nbsp; &nbsp;</li>
<li><a href="../index.html">AnyPyTools 1.2.0 documentation</a> &#187;</li>
<li><a href="../index.html">AnyPyTools 1.2.1 documentation</a> &#187;</li>

</ul>
</div>
Expand Down Expand Up @@ -647,15 +647,15 @@ <h3>Navigation</h3>
<li class="right" >
<a href="02_Generating_macros.html" title="Creating AnyScript Macros"
>previous</a> &nbsp; &nbsp;</li>
<li><a href="../index.html">AnyPyTools 1.2.0 documentation</a> &#187;</li>
<li><a href="../index.html">AnyPyTools 1.2.1 documentation</a> &#187;</li>

</ul>
</div>
</div>

<div class="footer" role="contentinfo">
&#169; Copyright 2017, Morten Enemark Lund.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.1.0.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.2.0.
</div>
<!-- cloud_sptheme 1.4 -->
</body>
Expand Down
8 changes: 4 additions & 4 deletions Tutorial/04_Batch_processing_multiple_models.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Batch processing &#8212; AnyPyTools 1.2.0 documentation</title>
<title>Batch processing &#8212; AnyPyTools 1.2.1 documentation</title>
<link rel="stylesheet" href="../_static/cloud.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Noticia+Text|Open+Sans|Droid+Sans+Mono" type="text/css" />
Expand Down Expand Up @@ -45,7 +45,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="03_Working_with_output_from_Anybody.html" title="Working with data from AnyBody"
accesskey="P">previous</a> &nbsp; &nbsp;</li>
<li><a href="../index.html">AnyPyTools 1.2.0 documentation</a> &#187;</li>
<li><a href="../index.html">AnyPyTools 1.2.1 documentation</a> &#187;</li>

</ul>
</div>
Expand Down Expand Up @@ -471,15 +471,15 @@ <h3>Navigation</h3>
<li class="right" >
<a href="03_Working_with_output_from_Anybody.html" title="Working with data from AnyBody"
>previous</a> &nbsp; &nbsp;</li>
<li><a href="../index.html">AnyPyTools 1.2.0 documentation</a> &#187;</li>
<li><a href="../index.html">AnyPyTools 1.2.1 documentation</a> &#187;</li>

</ul>
</div>
</div>

<div class="footer" role="contentinfo">
&#169; Copyright 2017, Morten Enemark Lund.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.1.0.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.2.0.
</div>
<!-- cloud_sptheme 1.4 -->
</body>
Expand Down
8 changes: 4 additions & 4 deletions Tutorial/05_Monte_Carlo_studies_etc.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Advanced Examples &#8212; AnyPyTools 1.2.0 documentation</title>
<title>Advanced Examples &#8212; AnyPyTools 1.2.1 documentation</title>
<link rel="stylesheet" href="../_static/cloud.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Noticia+Text|Open+Sans|Droid+Sans+Mono" type="text/css" />
Expand Down Expand Up @@ -45,7 +45,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="04_Batch_processing_multiple_models.html" title="Batch processing"
accesskey="P">previous</a> &nbsp; &nbsp;</li>
<li><a href="../index.html">AnyPyTools 1.2.0 documentation</a> &#187;</li>
<li><a href="../index.html">AnyPyTools 1.2.1 documentation</a> &#187;</li>

</ul>
</div>
Expand Down Expand Up @@ -707,15 +707,15 @@ <h3>Navigation</h3>
<li class="right" >
<a href="04_Batch_processing_multiple_models.html" title="Batch processing"
>previous</a> &nbsp; &nbsp;</li>
<li><a href="../index.html">AnyPyTools 1.2.0 documentation</a> &#187;</li>
<li><a href="../index.html">AnyPyTools 1.2.1 documentation</a> &#187;</li>

</ul>
</div>
</div>

<div class="footer" role="contentinfo">
&#169; Copyright 2017, Morten Enemark Lund.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.1.0.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.2.0.
</div>
<!-- cloud_sptheme 1.4 -->
</body>
Expand Down
8 changes: 4 additions & 4 deletions Tutorial/06_Tips&Tricks.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Tips &amp; Trics for anypytools &#8212; AnyPyTools 1.2.0 documentation</title>
<title>Tips &amp; Trics for anypytools &#8212; AnyPyTools 1.2.1 documentation</title>
<link rel="stylesheet" href="../_static/cloud.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Noticia+Text|Open+Sans|Droid+Sans+Mono" type="text/css" />
Expand Down Expand Up @@ -45,7 +45,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="05_Monte_Carlo_studies_etc.html" title="Advanced Examples"
accesskey="P">previous</a> &nbsp; &nbsp;</li>
<li><a href="../index.html">AnyPyTools 1.2.0 documentation</a> &#187;</li>
<li><a href="../index.html">AnyPyTools 1.2.1 documentation</a> &#187;</li>

</ul>
</div>
Expand Down Expand Up @@ -759,15 +759,15 @@ <h3>Navigation</h3>
<li class="right" >
<a href="05_Monte_Carlo_studies_etc.html" title="Advanced Examples"
>previous</a> &nbsp; &nbsp;</li>
<li><a href="../index.html">AnyPyTools 1.2.0 documentation</a> &#187;</li>
<li><a href="../index.html">AnyPyTools 1.2.1 documentation</a> &#187;</li>

</ul>
</div>
</div>

<div class="footer" role="contentinfo">
&#169; Copyright 2017, Morten Enemark Lund.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.1.0.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.2.0.
</div>
<!-- cloud_sptheme 1.4 -->
</body>
Expand Down
Loading

0 comments on commit d95aea4

Please sign in to comment.