Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
MStarmans91 committed Jul 28, 2020
1 parent 0d1e0a3 commit 9453bcb
Show file tree
Hide file tree
Showing 150 changed files with 6,011 additions and 10,209 deletions.
Binary file modified WORC/doc/_build/doctrees/autogen/WORC.IOparser.doctree
Binary file not shown.
Binary file modified WORC/doc/_build/doctrees/autogen/WORC.classification.doctree
Binary file not shown.
Binary file modified WORC/doc/_build/doctrees/autogen/WORC.config.doctree
Binary file not shown.
Binary file modified WORC/doc/_build/doctrees/autogen/WORC.detectors.doctree
Binary file not shown.
Binary file modified WORC/doc/_build/doctrees/autogen/WORC.doctree
Binary file not shown.
Binary file modified WORC/doc/_build/doctrees/autogen/WORC.exampledata.doctree
Binary file not shown.
Binary file modified WORC/doc/_build/doctrees/autogen/WORC.facade.doctree
Binary file not shown.
Binary file modified WORC/doc/_build/doctrees/autogen/WORC.featureprocessing.doctree
Binary file not shown.
Binary file modified WORC/doc/_build/doctrees/autogen/WORC.plotting.doctree
Binary file not shown.
Binary file modified WORC/doc/_build/doctrees/autogen/WORC.processing.doctree
Binary file not shown.
Binary file modified WORC/doc/_build/doctrees/autogen/WORC.resources.doctree
Binary file not shown.
Binary file modified WORC/doc/_build/doctrees/autogen/WORC.resources.fastr_tests.doctree
Binary file not shown.
Binary file modified WORC/doc/_build/doctrees/autogen/WORC.resources.fastr_tools.doctree
Binary file not shown.
Binary file modified WORC/doc/_build/doctrees/autogen/WORC.tools.doctree
Binary file not shown.
Binary file modified WORC/doc/_build/doctrees/environment.pickle
Binary file not shown.
Binary file modified WORC/doc/_build/doctrees/index.doctree
Binary file not shown.
Binary file modified WORC/doc/_build/doctrees/static/changelog.doctree
Binary file not shown.
Binary file modified WORC/doc/_build/doctrees/static/configuration.doctree
Binary file not shown.
Binary file modified WORC/doc/_build/doctrees/static/file_description.doctree
Binary file not shown.
Binary file modified WORC/doc/_build/doctrees/static/introduction.doctree
Binary file not shown.
Binary file modified WORC/doc/_build/doctrees/static/quick_start.doctree
Binary file not shown.
Binary file modified WORC/doc/_build/doctrees/static/user_manual.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion WORC/doc/_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: 90d86439f65a382ad47454c880c81162
config: e9775213facab44d87ce264aaffb5f6f
tags: 645f666f9bcd5a90fca523b33c5a78b7
47 changes: 30 additions & 17 deletions WORC/doc/_build/html/_modules/WORC/IOparser/config_WORC.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@


<!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]-->
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8">

Expand All @@ -12,28 +11,30 @@



<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/graphviz.css" type="text/css" />







<script type="text/javascript" src="../../../_static/js/modernizr.min.js"></script>
<!--[if lt IE 9]>
<script src="../../../_static/js/html5shiv.min.js"></script>
<![endif]-->


<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 src="../../../_static/jquery.js"></script>
<script src="../../../_static/underscore.js"></script>
<script src="../../../_static/doctools.js"></script>
<script src="../../../_static/language_data.js"></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/graphviz.css" type="text/css" />
<link rel="index" title="Index" href="../../../genindex.html" />
<link rel="search" title="Search" href="../../../search.html" />
</head>
Expand All @@ -49,10 +50,13 @@



<a href="../../../index.html" class="icon icon-home"> WORC
<a href="../../../index.html" class="icon icon-home" alt="Documentation Home"> WORC




<img src="../../../_static/WORC_Logo.svg" class="logo" alt="Logo"/>

</a>


Expand All @@ -76,6 +80,7 @@

</div>


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


Expand All @@ -102,6 +107,7 @@


</div>

</div>
</nav>

Expand Down Expand Up @@ -140,7 +146,7 @@

<ul class="wy-breadcrumbs">

<li><a href="../../../index.html">Docs</a> &raquo;</li>
<li><a href="../../../index.html" class="icon icon-home"></a> &raquo;</li>

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

Expand Down Expand Up @@ -193,7 +199,7 @@ <h1>Source code for WORC.IOparser.config_WORC</h1><div class="highlight"><pre>
<span class="sd"> settings_dict: dictionary containing all parsed settings.</span>
<span class="sd"> &quot;&quot;&quot;</span>
<span class="k">if</span> <span class="ow">not</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">exists</span><span class="p">(</span><span class="n">config_file_path</span><span class="p">):</span>
<span class="n">e</span> <span class="o">=</span> <span class="n">f</span><span class="s1">&#39;File </span><span class="si">{config_file_path}</span><span class="s1"> does not exist!&#39;</span>
<span class="n">e</span> <span class="o">=</span> <span class="sa">f</span><span class="s1">&#39;File </span><span class="si">{</span><span class="n">config_file_path</span><span class="si">}</span><span class="s1"> does not exist!&#39;</span>
<span class="k">raise</span> <span class="n">ae</span><span class="o">.</span><span class="n">WORCKeyError</span><span class="p">(</span><span class="n">e</span><span class="p">)</span>

<span class="n">settings</span> <span class="o">=</span> <span class="n">configparser</span><span class="o">.</span><span class="n">ConfigParser</span><span class="p">()</span>
Expand Down Expand Up @@ -231,11 +237,19 @@ <h1>Source code for WORC.IOparser.config_WORC</h1><div class="highlight"><pre>

<div role="contentinfo">
<p>

&copy; Copyright 2016 -- 2020, Biomedical Imaging Group Rotterdam, Departments of Medical Informatics and Radiology, Erasmus MC, Rotterdam, The Netherlands

</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>.



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>

Expand All @@ -247,7 +261,6 @@ <h1>Source code for WORC.IOparser.config_WORC</h1><div class="highlight"><pre>
</div>



<script type="text/javascript">
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@


<!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]-->
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8">

Expand All @@ -12,28 +11,30 @@



<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/graphviz.css" type="text/css" />







<script type="text/javascript" src="../../../_static/js/modernizr.min.js"></script>
<!--[if lt IE 9]>
<script src="../../../_static/js/html5shiv.min.js"></script>
<![endif]-->


<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 src="../../../_static/jquery.js"></script>
<script src="../../../_static/underscore.js"></script>
<script src="../../../_static/doctools.js"></script>
<script src="../../../_static/language_data.js"></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/graphviz.css" type="text/css" />
<link rel="index" title="Index" href="../../../genindex.html" />
<link rel="search" title="Search" href="../../../search.html" />
</head>
Expand All @@ -49,10 +50,13 @@



<a href="../../../index.html" class="icon icon-home"> WORC
<a href="../../../index.html" class="icon icon-home" alt="Documentation Home"> WORC




<img src="../../../_static/WORC_Logo.svg" class="logo" alt="Logo"/>

</a>


Expand All @@ -76,6 +80,7 @@

</div>


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


Expand All @@ -102,6 +107,7 @@


</div>

</div>
</nav>

Expand Down Expand Up @@ -140,7 +146,7 @@

<ul class="wy-breadcrumbs">

<li><a href="../../../index.html">Docs</a> &raquo;</li>
<li><a href="../../../index.html" class="icon icon-home"></a> &raquo;</li>

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

Expand Down Expand Up @@ -194,7 +200,7 @@ <h1>Source code for WORC.IOparser.config_io_classifier</h1><div class="highlight

<span class="sd"> &quot;&quot;&quot;</span>
<span class="k">if</span> <span class="ow">not</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">exists</span><span class="p">(</span><span class="n">config_file_path</span><span class="p">):</span>
<span class="n">e</span> <span class="o">=</span> <span class="n">f</span><span class="s1">&#39;File </span><span class="si">{config_file_path}</span><span class="s1"> does not exist!&#39;</span>
<span class="n">e</span> <span class="o">=</span> <span class="sa">f</span><span class="s1">&#39;File </span><span class="si">{</span><span class="n">config_file_path</span><span class="si">}</span><span class="s1"> does not exist!&#39;</span>
<span class="k">raise</span> <span class="n">ae</span><span class="o">.</span><span class="n">WORCKeyError</span><span class="p">(</span><span class="n">e</span><span class="p">)</span>

<span class="n">settings</span> <span class="o">=</span> <span class="n">configparser</span><span class="o">.</span><span class="n">ConfigParser</span><span class="p">()</span>
Expand Down Expand Up @@ -478,11 +484,19 @@ <h1>Source code for WORC.IOparser.config_io_classifier</h1><div class="highlight

<div role="contentinfo">
<p>

&copy; Copyright 2016 -- 2020, Biomedical Imaging Group Rotterdam, Departments of Medical Informatics and Radiology, Erasmus MC, Rotterdam, The Netherlands

</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>.



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>

Expand All @@ -494,7 +508,6 @@ <h1>Source code for WORC.IOparser.config_io_classifier</h1><div class="highlight
</div>



<script type="text/javascript">
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@


<!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]-->
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8">

Expand All @@ -12,28 +11,30 @@



<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/graphviz.css" type="text/css" />







<script type="text/javascript" src="../../../_static/js/modernizr.min.js"></script>
<!--[if lt IE 9]>
<script src="../../../_static/js/html5shiv.min.js"></script>
<![endif]-->


<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 src="../../../_static/jquery.js"></script>
<script src="../../../_static/underscore.js"></script>
<script src="../../../_static/doctools.js"></script>
<script src="../../../_static/language_data.js"></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/graphviz.css" type="text/css" />
<link rel="index" title="Index" href="../../../genindex.html" />
<link rel="search" title="Search" href="../../../search.html" />
</head>
Expand All @@ -49,10 +50,13 @@



<a href="../../../index.html" class="icon icon-home"> WORC
<a href="../../../index.html" class="icon icon-home" alt="Documentation Home"> WORC




<img src="../../../_static/WORC_Logo.svg" class="logo" alt="Logo"/>

</a>


Expand All @@ -76,6 +80,7 @@

</div>


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


Expand All @@ -102,6 +107,7 @@


</div>

</div>
</nav>

Expand Down Expand Up @@ -140,7 +146,7 @@

<ul class="wy-breadcrumbs">

<li><a href="../../../index.html">Docs</a> &raquo;</li>
<li><a href="../../../index.html" class="icon icon-home"></a> &raquo;</li>

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

Expand Down Expand Up @@ -193,7 +199,7 @@ <h1>Source code for WORC.IOparser.config_preprocessing</h1><div class="highlight
<span class="sd"> settings_dict: dictionary containing all parsed settings.</span>
<span class="sd"> &quot;&quot;&quot;</span>
<span class="k">if</span> <span class="ow">not</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">exists</span><span class="p">(</span><span class="n">config_file_path</span><span class="p">):</span>
<span class="n">e</span> <span class="o">=</span> <span class="n">f</span><span class="s1">&#39;File </span><span class="si">{config_file_path}</span><span class="s1"> does not exist!&#39;</span>
<span class="n">e</span> <span class="o">=</span> <span class="sa">f</span><span class="s1">&#39;File </span><span class="si">{</span><span class="n">config_file_path</span><span class="si">}</span><span class="s1"> does not exist!&#39;</span>
<span class="k">raise</span> <span class="n">ae</span><span class="o">.</span><span class="n">WORCKeyError</span><span class="p">(</span><span class="n">e</span><span class="p">)</span>

<span class="n">settings</span> <span class="o">=</span> <span class="n">configparser</span><span class="o">.</span><span class="n">ConfigParser</span><span class="p">()</span>
Expand Down Expand Up @@ -240,11 +246,19 @@ <h1>Source code for WORC.IOparser.config_preprocessing</h1><div class="highlight

<div role="contentinfo">
<p>

&copy; Copyright 2016 -- 2020, Biomedical Imaging Group Rotterdam, Departments of Medical Informatics and Radiology, Erasmus MC, Rotterdam, The Netherlands

</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>.



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>

Expand All @@ -256,7 +270,6 @@ <h1>Source code for WORC.IOparser.config_preprocessing</h1><div class="highlight
</div>



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

0 comments on commit 9453bcb

Please sign in to comment.