Skip to content

Commit

Permalink
Merge pull request #1065 from weixuanfu/bug_fix_112
Browse files Browse the repository at this point in the history
Patch for minor release v0.11.2
  • Loading branch information
weixuanfu authored May 13, 2020
2 parents 6501157 + 8c38e6b commit 9395855
Show file tree
Hide file tree
Showing 78 changed files with 7,595 additions and 2,662 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ target/

docs/sources/examples/.Rhistory

testing*/

# PyCharm
.idea

Expand Down
136 changes: 65 additions & 71 deletions docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,19 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<meta name="author" content="Randal S. Olson">

<link rel="shortcut icon" href="/tpot/img/favicon.ico">
<title>TPOT</title>
<link href='https://fonts.googleapis.com/css?family=Lato:400,700|Roboto+Slab:400,700|Inconsolata:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:400,700|Roboto+Slab:400,700|Inconsolata:400,700" />

<link rel="stylesheet" href="/tpot/css/theme.css" type="text/css" />
<link rel="stylesheet" href="/tpot/css/theme_extra.css" type="text/css" />
<link rel="stylesheet" href="/tpot/css/highlight.css">
<link rel="stylesheet" href="/tpot/css/theme.css" />
<link rel="stylesheet" href="/tpot/css/theme_extra.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css" />

<script src="/tpot/js/jquery-2.1.1.min.js"></script>
<script src="/tpot/js/modernizr-2.8.3.min.js"></script>
<script type="text/javascript" src="/tpot/js/highlight.pack.js"></script>
<script src="/tpot/js/jquery-2.1.1.min.js" defer></script>
<script src="/tpot/js/modernizr-2.8.3.min.js" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>

</head>

Expand All @@ -27,94 +29,82 @@


<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
<div class="wy-side-scroll">
<div class="wy-side-nav-search">
<a href="/tpot/" class="icon icon-home"> TPOT</a>
<a href="/tpot/." class="icon icon-home"> TPOT</a>
<div role="search">
<form id ="rtd-search-form" class="wy-form" action="/tpot/search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="text" name="q" placeholder="Search docs" title="Type search term here" />
</form>
</div>
</div>

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


<li class="toctree-l1">

<a class="" href="/tpot/">Home</a>
</li>

<li class="toctree-l1">

<a class="" href="/tpot/installing/">Installation</a>
</li>

<li class="toctree-l1">

<a class="" href="/tpot/using/">Using TPOT</a>
</li>

<li class="toctree-l1">

<a class="" href="/tpot/api/">TPOT API</a>
</li>

<li class="toctree-l1">

<a class="" href="/tpot/examples/">Examples</a>
</li>

<li class="toctree-l1">

<a class="" href="/tpot/contributing/">Contributing</a>
</li>

<li class="toctree-l1">

<a class="" href="/tpot/releases/">Release Notes</a>
</li>

<li class="toctree-l1">

<a class="" href="/tpot/citing/">Citing</a>
</li>

<li class="toctree-l1">

<a class="" href="/tpot/support/">Support</a>
</li>

<li class="toctree-l1">

<a class="" href="/tpot/related/">Related</a>
</li>

</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="/tpot/.">Home</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="/tpot/installing/">Installation</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="/tpot/using/">Using TPOT</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="/tpot/api/">TPOT API</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="/tpot/examples/">Examples</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="/tpot/contributing/">Contributing</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="/tpot/releases/">Release Notes</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="/tpot/citing/">Citing</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="/tpot/support/">Support</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="/tpot/related/">Related</a>
</li>
</ul>
</div>
&nbsp;
</div>
</nav>

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


<nav class="wy-nav-top" role="navigation" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="/tpot/">TPOT</a>
<a href="/tpot/.">TPOT</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="/tpot/">Docs</a> &raquo;</li>
<li><a href="/tpot/.">Docs</a> &raquo;</li>


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

</li>
</ul>

<hr/>
</div>
<div role="main">
Expand All @@ -140,7 +130,7 @@ <h1 id="404-page-not-found">404</h1>

</div>

Built with <a href="http://www.mkdocs.org">MkDocs</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
Built with <a href="https://www.mkdocs.org/">MkDocs</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>

</div>
Expand All @@ -150,7 +140,7 @@ <h1 id="404-page-not-found">404</h1>

</div>

<div class="rst-versions" role="note" style="cursor: pointer">
<div class="rst-versions" role="note" aria-label="versions">
<span class="rst-current-version" data-toggle="rst-current-version">

<a href="https://github.com/rhiever/tpot/" class="fa fa-github" style="float: left; color: #fcfcfc"> GitHub</a>
Expand All @@ -160,9 +150,13 @@ <h1 id="404-page-not-found">404</h1>
</span>
</div>
<script>var base_url = '/tpot';</script>
<script src="/tpot/js/theme.js"></script>
<script src="/tpot/search/require.js"></script>
<script src="/tpot/search/search.js"></script>
<script src="/tpot/js/theme.js" defer></script>
<script src="/tpot/search/main.js" defer></script>
<script defer>
window.onload = function () {
SphinxRtdTheme.Navigation.enable(true);
};
</script>

</body>
</html>
Loading

0 comments on commit 9395855

Please sign in to comment.