Skip to content

Commit

Permalink
chore: update packages and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
prtksxna authored and sanjayaksaxena committed May 31, 2019
1 parent 62893b4 commit 5d7edfb
Show file tree
Hide file tree
Showing 29 changed files with 779 additions and 482 deletions.
20 changes: 15 additions & 5 deletions docs/Stream.html
Expand Up @@ -34,6 +34,11 @@
((window.gitter = {}).chat = {}).options = {
room: 'winkjs/Lobby'
};
window.onload = function () {
console.log(1);
document.querySelector('.gitter-open-chat-button').innerText = 'Need help?'
document.querySelector('.gitter-open-chat-button').style.display = 'block';
}
</script>
<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
Expand Down Expand Up @@ -68,6 +73,10 @@
.navbar a {
color: #fff;
line-height: 60px;
margin-left: 0;
}

.navbar a.navbar-brand {
margin-left: 20px;
}

Expand Down Expand Up @@ -98,6 +107,7 @@
/* Gitter */
.gitter-open-chat-button {
background: #6C307D;
display: none;
}

.gitter-open-chat-button:hover {
Expand Down Expand Up @@ -144,9 +154,9 @@
</div>
<ul class="nav navbar-nav navbar-right collapse navbar-collapse" id="main-nav">
<li><a href="https://winkjs.org/packages.html" class="">Packages</a></li>
<li><a href="https://winkjs.org/showcase.html" class="">Showcase</a></li>
<li><a href="https://winkjs.org/blog.html" class="">Blog</a></li>
<li><a href="http://github.com/winkjs">Github</a></li>
<li><a href="https://twitter.com/winkjs_org">Twitter</a></li>
<li><a href="https://winkjs.org/about.html" class="">About</a></li>
</ul>
</div>
Expand Down Expand Up @@ -268,7 +278,7 @@ <h4 class="name" id="build"><span class="type-signature"></span>build<span class

<div class="description">
<p>Alias for <a href="Stream.html#compute">Stream#compute</a>; currently applicable to
<a href="file:///Users/neilsbohr/dev/winkjs/wink-statistics/docs/streaming.html#.freqTable"><code>freqTable()</code></a>.</p>
[<code>freqTable()</code>](file:///Users/neilsbohr/dev/winkjs/wink-statistics/docs/streaming.html#.freqTable).</p>
</div>


Expand Down Expand Up @@ -608,8 +618,8 @@ <h5>Parameters:</h5>


<td class="description last"><p>number of decimals in the returned numerical values. May
not apply in every case such as <a href="file:///Users/neilsbohr/dev/winkjs/wink-statistics/docs/streaming.html#.max"><code>max()</code></a>
or <a href="file:///Users/neilsbohr/dev/winkjs/wink-statistics/docs/streaming.html#.min"><code>min()</code></a>.</p></td>
not apply in every case such as [<code>max()</code>](file:///Users/neilsbohr/dev/winkjs/wink-statistics/docs/streaming.html#.max)
or [<code>min()</code>](file:///Users/neilsbohr/dev/winkjs/wink-statistics/docs/streaming.html#.min).</p></td>
</tr>


Expand Down Expand Up @@ -781,7 +791,7 @@ <h5>Returns:</h5>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Thu Mar 21 2019 09:11:37 GMT+0530 (IST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a> on Thu May 30 2019 10:18:49 GMT+0530 (IST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
14 changes: 12 additions & 2 deletions docs/data-boxplot.js.html
Expand Up @@ -34,6 +34,11 @@
((window.gitter = {}).chat = {}).options = {
room: 'winkjs/Lobby'
};
window.onload = function () {
console.log(1);
document.querySelector('.gitter-open-chat-button').innerText = 'Need help?'
document.querySelector('.gitter-open-chat-button').style.display = 'block';
}
</script>
<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
Expand Down Expand Up @@ -68,6 +73,10 @@
.navbar a {
color: #fff;
line-height: 60px;
margin-left: 0;
}

.navbar a.navbar-brand {
margin-left: 20px;
}

Expand Down Expand Up @@ -98,6 +107,7 @@
/* Gitter */
.gitter-open-chat-button {
background: #6C307D;
display: none;
}

.gitter-open-chat-button:hover {
Expand Down Expand Up @@ -144,9 +154,9 @@
</div>
<ul class="nav navbar-nav navbar-right collapse navbar-collapse" id="main-nav">
<li><a href="https://winkjs.org/packages.html" class="">Packages</a></li>
<li><a href="https://winkjs.org/showcase.html" class="">Showcase</a></li>
<li><a href="https://winkjs.org/blog.html" class="">Blog</a></li>
<li><a href="http://github.com/winkjs">Github</a></li>
<li><a href="https://twitter.com/winkjs_org">Twitter</a></li>
<li><a href="https://winkjs.org/about.html" class="">About</a></li>
</ul>
</div>
Expand Down Expand Up @@ -287,7 +297,7 @@ <h1 class="page-title">data-boxplot.js</h1>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Thu Mar 21 2019 09:11:37 GMT+0530 (IST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a> on Thu May 30 2019 10:18:49 GMT+0530 (IST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
14 changes: 12 additions & 2 deletions docs/data-five-num-summary.js.html
Expand Up @@ -34,6 +34,11 @@
((window.gitter = {}).chat = {}).options = {
room: 'winkjs/Lobby'
};
window.onload = function () {
console.log(1);
document.querySelector('.gitter-open-chat-button').innerText = 'Need help?'
document.querySelector('.gitter-open-chat-button').style.display = 'block';
}
</script>
<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
Expand Down Expand Up @@ -68,6 +73,10 @@
.navbar a {
color: #fff;
line-height: 60px;
margin-left: 0;
}

.navbar a.navbar-brand {
margin-left: 20px;
}

Expand Down Expand Up @@ -98,6 +107,7 @@
/* Gitter */
.gitter-open-chat-button {
background: #6C307D;
display: none;
}

.gitter-open-chat-button:hover {
Expand Down Expand Up @@ -144,9 +154,9 @@
</div>
<ul class="nav navbar-nav navbar-right collapse navbar-collapse" id="main-nav">
<li><a href="https://winkjs.org/packages.html" class="">Packages</a></li>
<li><a href="https://winkjs.org/showcase.html" class="">Showcase</a></li>
<li><a href="https://winkjs.org/blog.html" class="">Blog</a></li>
<li><a href="http://github.com/winkjs">Github</a></li>
<li><a href="https://twitter.com/winkjs_org">Twitter</a></li>
<li><a href="https://winkjs.org/about.html" class="">About</a></li>
</ul>
</div>
Expand Down Expand Up @@ -260,7 +270,7 @@ <h1 class="page-title">data-five-num-summary.js</h1>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Thu Mar 21 2019 09:11:37 GMT+0530 (IST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a> on Thu May 30 2019 10:18:49 GMT+0530 (IST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
14 changes: 12 additions & 2 deletions docs/data-histogram.js.html
Expand Up @@ -34,6 +34,11 @@
((window.gitter = {}).chat = {}).options = {
room: 'winkjs/Lobby'
};
window.onload = function () {
console.log(1);
document.querySelector('.gitter-open-chat-button').innerText = 'Need help?'
document.querySelector('.gitter-open-chat-button').style.display = 'block';
}
</script>
<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
Expand Down Expand Up @@ -68,6 +73,10 @@
.navbar a {
color: #fff;
line-height: 60px;
margin-left: 0;
}

.navbar a.navbar-brand {
margin-left: 20px;
}

Expand Down Expand Up @@ -98,6 +107,7 @@
/* Gitter */
.gitter-open-chat-button {
background: #6C307D;
display: none;
}

.gitter-open-chat-button:hover {
Expand Down Expand Up @@ -144,9 +154,9 @@
</div>
<ul class="nav navbar-nav navbar-right collapse navbar-collapse" id="main-nav">
<li><a href="https://winkjs.org/packages.html" class="">Packages</a></li>
<li><a href="https://winkjs.org/showcase.html" class="">Showcase</a></li>
<li><a href="https://winkjs.org/blog.html" class="">Blog</a></li>
<li><a href="http://github.com/winkjs">Github</a></li>
<li><a href="https://twitter.com/winkjs_org">Twitter</a></li>
<li><a href="https://winkjs.org/about.html" class="">About</a></li>
</ul>
</div>
Expand Down Expand Up @@ -378,7 +388,7 @@ <h1 class="page-title">data-histogram.js</h1>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Thu Mar 21 2019 09:11:37 GMT+0530 (IST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a> on Thu May 30 2019 10:18:49 GMT+0530 (IST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
14 changes: 12 additions & 2 deletions docs/data-mad.js.html
Expand Up @@ -34,6 +34,11 @@
((window.gitter = {}).chat = {}).options = {
room: 'winkjs/Lobby'
};
window.onload = function () {
console.log(1);
document.querySelector('.gitter-open-chat-button').innerText = 'Need help?'
document.querySelector('.gitter-open-chat-button').style.display = 'block';
}
</script>
<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
Expand Down Expand Up @@ -68,6 +73,10 @@
.navbar a {
color: #fff;
line-height: 60px;
margin-left: 0;
}

.navbar a.navbar-brand {
margin-left: 20px;
}

Expand Down Expand Up @@ -98,6 +107,7 @@
/* Gitter */
.gitter-open-chat-button {
background: #6C307D;
display: none;
}

.gitter-open-chat-button:hover {
Expand Down Expand Up @@ -144,9 +154,9 @@
</div>
<ul class="nav navbar-nav navbar-right collapse navbar-collapse" id="main-nav">
<li><a href="https://winkjs.org/packages.html" class="">Packages</a></li>
<li><a href="https://winkjs.org/showcase.html" class="">Showcase</a></li>
<li><a href="https://winkjs.org/blog.html" class="">Blog</a></li>
<li><a href="http://github.com/winkjs">Github</a></li>
<li><a href="https://twitter.com/winkjs_org">Twitter</a></li>
<li><a href="https://winkjs.org/about.html" class="">About</a></li>
</ul>
</div>
Expand Down Expand Up @@ -259,7 +269,7 @@ <h1 class="page-title">data-mad.js</h1>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Thu Mar 21 2019 09:11:37 GMT+0530 (IST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a> on Thu May 30 2019 10:18:49 GMT+0530 (IST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
14 changes: 12 additions & 2 deletions docs/data-max.js.html
Expand Up @@ -34,6 +34,11 @@
((window.gitter = {}).chat = {}).options = {
room: 'winkjs/Lobby'
};
window.onload = function () {
console.log(1);
document.querySelector('.gitter-open-chat-button').innerText = 'Need help?'
document.querySelector('.gitter-open-chat-button').style.display = 'block';
}
</script>
<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
Expand Down Expand Up @@ -68,6 +73,10 @@
.navbar a {
color: #fff;
line-height: 60px;
margin-left: 0;
}

.navbar a.navbar-brand {
margin-left: 20px;
}

Expand Down Expand Up @@ -98,6 +107,7 @@
/* Gitter */
.gitter-open-chat-button {
background: #6C307D;
display: none;
}

.gitter-open-chat-button:hover {
Expand Down Expand Up @@ -144,9 +154,9 @@
</div>
<ul class="nav navbar-nav navbar-right collapse navbar-collapse" id="main-nav">
<li><a href="https://winkjs.org/packages.html" class="">Packages</a></li>
<li><a href="https://winkjs.org/showcase.html" class="">Showcase</a></li>
<li><a href="https://winkjs.org/blog.html" class="">Blog</a></li>
<li><a href="http://github.com/winkjs">Github</a></li>
<li><a href="https://twitter.com/winkjs_org">Twitter</a></li>
<li><a href="https://winkjs.org/about.html" class="">About</a></li>
</ul>
</div>
Expand Down Expand Up @@ -259,7 +269,7 @@ <h1 class="page-title">data-max.js</h1>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Thu Mar 21 2019 09:11:37 GMT+0530 (IST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a> on Thu May 30 2019 10:18:49 GMT+0530 (IST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
14 changes: 12 additions & 2 deletions docs/data-mean.js.html
Expand Up @@ -34,6 +34,11 @@
((window.gitter = {}).chat = {}).options = {
room: 'winkjs/Lobby'
};
window.onload = function () {
console.log(1);
document.querySelector('.gitter-open-chat-button').innerText = 'Need help?'
document.querySelector('.gitter-open-chat-button').style.display = 'block';
}
</script>
<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
Expand Down Expand Up @@ -68,6 +73,10 @@
.navbar a {
color: #fff;
line-height: 60px;
margin-left: 0;
}

.navbar a.navbar-brand {
margin-left: 20px;
}

Expand Down Expand Up @@ -98,6 +107,7 @@
/* Gitter */
.gitter-open-chat-button {
background: #6C307D;
display: none;
}

.gitter-open-chat-button:hover {
Expand Down Expand Up @@ -144,9 +154,9 @@
</div>
<ul class="nav navbar-nav navbar-right collapse navbar-collapse" id="main-nav">
<li><a href="https://winkjs.org/packages.html" class="">Packages</a></li>
<li><a href="https://winkjs.org/showcase.html" class="">Showcase</a></li>
<li><a href="https://winkjs.org/blog.html" class="">Blog</a></li>
<li><a href="http://github.com/winkjs">Github</a></li>
<li><a href="https://twitter.com/winkjs_org">Twitter</a></li>
<li><a href="https://winkjs.org/about.html" class="">About</a></li>
</ul>
</div>
Expand Down Expand Up @@ -260,7 +270,7 @@ <h1 class="page-title">data-mean.js</h1>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Thu Mar 21 2019 09:11:37 GMT+0530 (IST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a> on Thu May 30 2019 10:18:49 GMT+0530 (IST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down

0 comments on commit 5d7edfb

Please sign in to comment.