Skip to content

Commit 58945d9

Browse files
authored
Merge pull request #286 from earthgecko/py3
docs for v2.0.0
2 parents 8acdddb + d8ecdf2 commit 58945d9

File tree

429 files changed

+47876
-42521
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

429 files changed

+47876
-42521
lines changed

.idea/misc.xml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/skyline.iml

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs-requirements.txt

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
1-
Sphinx==1.4.8
2-
sphinx-rtd-theme==0.1.9
3-
recommonmark==0.4.0
1+
# @modified 20200808 - Task #3608: Update Skyline to Python 3.8.3 and deps
2+
#Sphinx==1.4.8
3+
#sphinx-rtd-theme==0.1.9
4+
#recommonmark==0.4.0
5+
Sphinx==3.2.0
6+
sphinx-rtd-theme==0.5.0
7+
recommonmark==0.6.0
8+
49
nose==1.3.7
5-
flake8==3.2.0
6-
pyflakes==1.3.0
10+
11+
# @modified 20200808 - Task #3608: Update Skyline to Python 3.8.3 and deps
12+
#flake8==3.2.0
13+
#pyflakes==1.3.0
14+
flake8==3.8.3
15+
pyflakes==2.2.0
16+
717
termcolor==1.1.0
818
# @added 20170913 - Task #2160: Test skyline with bandit
919
# For static analysis - https://github.com/openstack/bandit
10-
bandit==1.4.0
20+
# @modified 20200808 - Task #3608: Update Skyline to Python 3.8.3 and deps
21+
#bandit==1.4.0
22+
bandit==1.6.2

docs/_build/html/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 11b94309b055c82c4064f8ed4f421489
3+
config: 3b6970077676901352658d462ef50f7c
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/_build/html/_images/mirage-1.png

-8.5 KB
Loading

docs/_build/html/_modules/algorithm_exceptions.html

Lines changed: 75 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11

22

33
<!DOCTYPE html>
4-
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
5-
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
4+
<html class="writer-html5" lang="en" >
65
<head>
76
<meta charset="utf-8">
87

@@ -12,49 +11,46 @@
1211

1312

1413

15-
16-
17-
18-
19-
20-
21-
14+
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
15+
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
16+
<link rel="stylesheet" href="../_static/skyline.styles.css" type="text/css" />
2217

2318

24-
2519

2620

27-
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
2821

2922

3023

31-
<link rel="stylesheet" href="../_static/skyline.styles.css" type="text/css" />
32-
33-
24+
<!--[if lt IE 9]>
25+
<script src="../_static/js/html5shiv.min.js"></script>
26+
<![endif]-->
3427

35-
<link rel="index" title="Index"
36-
href="../genindex.html"/>
37-
<link rel="search" title="Search" href="../search.html"/>
38-
<link rel="top" title="Skyline 2.0.0 documentation" href="../index.html"/>
39-
<link rel="up" title="Module code" href="index.html"/>
40-
41-
42-
<script src="../_static/js/modernizr.min.js"></script>
28+
29+
<script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
30+
<script src="../_static/jquery.js"></script>
31+
<script src="../_static/underscore.js"></script>
32+
<script src="../_static/doctools.js"></script>
33+
<script src="../_static/language_data.js"></script>
34+
35+
<script type="text/javascript" src="../_static/js/theme.js"></script>
4336

37+
38+
<link rel="index" title="Index" href="../genindex.html" />
39+
<link rel="search" title="Search" href="../search.html" />
4440
</head>
4541

46-
<body class="wy-body-for-nav" role="document">
42+
<body class="wy-body-for-nav">
4743

44+
4845
<div class="wy-grid-for-nav">
49-
5046

5147
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
5248
<div class="wy-side-scroll">
53-
<div class="wy-side-nav-search">
49+
<div class="wy-side-nav-search" >
5450

5551

5652

57-
<a href="../index.html" class="icon icon-home"> Skyline
53+
<a href="../index.html" class="icon icon-home" alt="Documentation Home"> Skyline
5854

5955

6056

@@ -81,22 +77,24 @@
8177

8278
</div>
8379

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

8683

8784

88-
<ul>
85+
86+
87+
88+
<ul>
8989
<li class="toctree-l1"><a class="reference internal" href="../overview.html">Overview</a></li>
9090
<li class="toctree-l1"><a class="reference internal" href="../requirements.html">Requirements</a></li>
9191
<li class="toctree-l1"><a class="reference internal" href="../getting-started.html">Getting started</a></li>
9292
<li class="toctree-l1"><a class="reference internal" href="../running-in-python-virtualenv.html">Running Skyline in a Python virtualenv</a></li>
93-
<li class="toctree-l1"><a class="reference internal" href="../running-in-python-virtualenv-py2.html">Running Skyline in a Python 2.7 virtualenv</a></li>
9493
<li class="toctree-l1"><a class="reference internal" href="../installation.html">Installation</a></li>
9594
<li class="toctree-l1"><a class="reference internal" href="../upgrading/index.html">Upgrading</a></li>
9695
<li class="toctree-l1"><a class="reference internal" href="../getting-data-into-skyline.html">Getting data into Skyline</a></li>
9796
<li class="toctree-l1"><a class="reference internal" href="../alert-testing.html">Alert testing</a></li>
9897
<li class="toctree-l1"><a class="reference internal" href="../alerts.html">Alerts</a></li>
99-
<li class="toctree-l1"><a class="reference internal" href="../docker.html">docker - EXPERIMENTAL</a></li>
10098
<li class="toctree-l1"><a class="reference internal" href="../slack.html">slack</a></li>
10199
<li class="toctree-l1"><a class="reference internal" href="../monotonic-metrics.html">Strictly increasing monotonicity</a></li>
102100
<li class="toctree-l1"><a class="reference internal" href="../horizon.html">Horizon</a></li>
@@ -113,19 +111,18 @@
113111
<li class="toctree-l1"><a class="reference internal" href="../tsfresh.html">tsfresh</a></li>
114112
<li class="toctree-l1"><a class="reference internal" href="../luminosity.html">Luminosity</a></li>
115113
<li class="toctree-l1"><a class="reference internal" href="../flux.html">Flux</a></li>
114+
<li class="toctree-l1"><a class="reference internal" href="../upload-data-to-flux.html">upload_data to Flux - EXPERIMENTAL</a></li>
116115
<li class="toctree-l1"><a class="reference internal" href="../vista.html">Vista</a></li>
117116
<li class="toctree-l1"><a class="reference internal" href="../redis-integration.html">Redis integration</a></li>
118117
<li class="toctree-l1"><a class="reference internal" href="../rebrow.html"><span class="red">re</span><span class="brow">brow</span></a></li>
119118
<li class="toctree-l1"><a class="reference internal" href="../running-multiple-skylines.html">Running multiple Skyline instances</a></li>
120119
<li class="toctree-l1"><a class="reference internal" href="../skyline-and-friends.html">Skyline and friends</a></li>
121120
<li class="toctree-l1"><a class="reference internal" href="../logging.html">Logging</a></li>
122121
<li class="toctree-l1"><a class="reference internal" href="../tuning-tips.html">Tuning tips</a></li>
123-
<li class="toctree-l1"><a class="reference internal" href="../tuning-tips.html#smaller-deployments">Smaller deployments</a></li>
124-
<li class="toctree-l1"><a class="reference internal" href="../tuning-tips.html#reliability">Reliability</a></li>
125122
<li class="toctree-l1"><a class="reference internal" href="../monitoring-skyline.html">Monitoring Skyline</a></li>
126-
<li class="toctree-l1"><a class="reference internal" href="../debian-and-vagrant-installation-tips.html">Debian and Vagrant Installation Tips</a></li>
123+
<li class="toctree-l1"><a class="reference internal" href="../deprecated-docs/index.html">Deprecated docs</a></li>
127124
<li class="toctree-l1"><a class="reference internal" href="../releases.html">Release Notes</a></li>
128-
<li class="toctree-l1"><a class="reference internal" href="../whats-new.html">What&#8217;s new</a></li>
125+
<li class="toctree-l1"><a class="reference internal" href="../whats-new.html">Whats new</a></li>
129126
<li class="toctree-l1"><a class="reference internal" href="../development/index.html">Development</a></li>
130127
<li class="toctree-l1"><a class="reference internal" href="../roadmap.html">Roadmap</a></li>
131128
<li class="toctree-l1"><a class="reference internal" href="../skyline.html">skyline package</a></li>
@@ -134,40 +131,59 @@
134131

135132

136133
</div>
134+
137135
</div>
138136
</nav>
139137

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

142140

143-
<nav class="wy-nav-top" role="navigation" aria-label="top navigation">
144-
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
145-
<a href="../index.html">Skyline</a>
141+
<nav class="wy-nav-top" aria-label="top navigation">
142+
143+
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
144+
<a href="../index.html">Skyline</a>
145+
146146
</nav>
147147

148148

149-
150149
<div class="wy-nav-content">
150+
151151
<div class="rst-content">
152+
152153

153154

154155

155156

156157

157158

159+
160+
161+
162+
163+
164+
165+
166+
167+
168+
158169
<div role="navigation" aria-label="breadcrumbs navigation">
170+
159171
<ul class="wy-breadcrumbs">
160-
<li><a href="../index.html">Docs</a> &raquo;</li>
161-
172+
173+
<li><a href="../index.html" class="icon icon-home"></a> &raquo;</li>
174+
162175
<li><a href="index.html">Module code</a> &raquo;</li>
163-
164-
<li>algorithm_exceptions</li>
165-
<li class="wy-breadcrumbs-aside">
166176

167-
177+
<li>algorithm_exceptions</li>
178+
179+
180+
<li class="wy-breadcrumbs-aside">
168181

169182
</li>
183+
170184
</ul>
185+
186+
171187
<hr/>
172188
</div>
173189
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
@@ -187,6 +203,7 @@ <h1>Source code for algorithm_exceptions</h1><div class="highlight"><pre>
187203
</pre></div>
188204

189205
</div>
206+
190207
</div>
191208
<footer>
192209

@@ -195,11 +212,19 @@ <h1>Source code for algorithm_exceptions</h1><div class="highlight"><pre>
195212

196213
<div role="contentinfo">
197214
<p>
198-
&copy; Copyright 2013-2014, Etsy Inc; 2015, Abe Stanway; 2015-2020, Gary Wilson.
215+
216+
&copy; Copyright 2013-2014, Etsy Inc; 2015, Abe Stanway; 2015-2020, Gary Wilson
199217

200218
</p>
201219
</div>
202-
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="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/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
220+
221+
222+
223+
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a
224+
225+
<a href="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/rtfd/sphinx_rtd_theme">theme</a>
226+
227+
provided by <a href="https://readthedocs.org">Read the Docs</a>.
203228

204229
</footer>
205230

@@ -211,36 +236,15 @@ <h1>Source code for algorithm_exceptions</h1><div class="highlight"><pre>
211236
</div>
212237

213238

214-
215-
216-
217-
<script type="text/javascript">
218-
var DOCUMENTATION_OPTIONS = {
219-
URL_ROOT:'../',
220-
VERSION:'2.0.0',
221-
COLLAPSE_INDEX:false,
222-
FILE_SUFFIX:'.html',
223-
HAS_SOURCE: true
224-
};
225-
</script>
226-
<script type="text/javascript" src="../_static/jquery.js"></script>
227-
<script type="text/javascript" src="../_static/underscore.js"></script>
228-
<script type="text/javascript" src="../_static/doctools.js"></script>
229-
230-
231-
232-
233-
234-
<script type="text/javascript" src="../_static/js/theme.js"></script>
235-
236-
237-
238-
239239
<script type="text/javascript">
240240
jQuery(function () {
241-
SphinxRtdTheme.StickyNav.enable();
241+
SphinxRtdTheme.Navigation.enable(true);
242242
});
243243
</script>
244+
245+
246+
247+
244248

245249

246250
</body>

0 commit comments

Comments
 (0)