Skip to content

Commit e47c39d

Browse files
committed
doc: rebuild docs [ci skip]
1 parent adabec9 commit e47c39d

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

docs/assets/anchor.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,8 @@
262262
*/
263263
this.hasAnchorJSLink = function(el) {
264264
var hasLeftAnchor =
265-
el.firstChild &&
266-
(' ' + el.firstChild.className + ' ').indexOf(' anchorjs-link ') > -1,
265+
el.firstChild &&
266+
(' ' + el.firstChild.className + ' ').indexOf(' anchorjs-link ') > -1,
267267
hasRightAnchor =
268268
el.lastChild &&
269269
(' ' + el.lastChild.className + ' ').indexOf(' anchorjs-link ') > -1;

docs/assets/split.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@
219219
var b = elements[this.b];
220220
var percentage = a.size + b.size;
221221

222-
a.size = offset / this.size * percentage;
223-
b.size = percentage - offset / this.size * percentage;
222+
a.size = (offset / this.size) * percentage;
223+
b.size = percentage - (offset / this.size) * percentage;
224224

225225
setElementSize(a.element, a.size, this.aGutterSize);
226226
setElementSize(b.element, b.size, this.bGutterSize);

docs/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset='utf-8' />
5-
<title>ml-gsd 2.0.3 | Documentation</title>
5+
<title>ml-gsd 2.0.4 | Documentation</title>
66
<meta name='viewport' content='width=device-width,initial-scale=1'>
77
<link href='assets/bass.css' type='text/css' rel='stylesheet' />
88
<link href='assets/style.css' type='text/css' rel='stylesheet' />
@@ -15,7 +15,7 @@
1515
<div id='split-left' class='overflow-auto fs0 height-viewport-100'>
1616
<div class='py1 px2'>
1717
<h3 class='mb0 no-anchor'>ml-gsd</h3>
18-
<div class='mb1'><code>2.0.3</code></div>
18+
<div class='mb1'><code>2.0.4</code></div>
1919
<input
2020
placeholder='Filter'
2121
id='filter-input'
@@ -67,7 +67,7 @@ <h3 class='mb0 no-anchor'>ml-gsd</h3>
6767
</ul>
6868
</div>
6969
<div class='mt1 h6 quiet'>
70-
<a href='http://documentation.js.org/reading-documentation.html'>Need help reading this?</a>
70+
<a href='https://documentation.js.org/reading-documentation.html'>Need help reading this?</a>
7171
</div>
7272
</div>
7373
</div>
@@ -84,7 +84,7 @@ <h3 class='fl m0' id='gsd'>
8484
</h3>
8585

8686

87-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://[email protected]/:mljs/global-spectral-deconvolution/blob/70b2cb8a883ef7bcce44e3add7889b6da706de2d/src/gsd.js#L42-L234'>
87+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://[email protected]/:mljs/global-spectral-deconvolution/blob/adabec93fd9660fbebf08229f637b72f207fa15a/src/gsd.js#L41-L233'>
8888
<span>src/gsd.js</span>
8989
</a>
9090

@@ -331,7 +331,7 @@ <h3 class='fl m0' id=''>
331331
</h3>
332332

333333

334-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://[email protected]/:mljs/global-spectral-deconvolution/blob/70b2cb8a883ef7bcce44e3add7889b6da706de2d/src/post/optimizePeaks.js#L4-L4'>
334+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://[email protected]/:mljs/global-spectral-deconvolution/blob/adabec93fd9660fbebf08229f637b72f207fa15a/src/post/optimizePeaks.js#L4-L4'>
335335
<span>src/post/optimizePeaks.js</span>
336336
</a>
337337

@@ -383,7 +383,7 @@ <h3 class='fl m0' id='broadenpeaks'>
383383
</h3>
384384

385385

386-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://[email protected]/:mljs/global-spectral-deconvolution/blob/70b2cb8a883ef7bcce44e3add7889b6da706de2d/src/post/broadenPeaks.js#L12-L35'>
386+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://[email protected]/:mljs/global-spectral-deconvolution/blob/adabec93fd9660fbebf08229f637b72f207fa15a/src/post/broadenPeaks.js#L12-L35'>
387387
<span>src/post/broadenPeaks.js</span>
388388
</a>
389389

@@ -485,7 +485,7 @@ <h3 class='fl m0' id='joinbroadpeaks'>
485485
</h3>
486486

487487

488-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://[email protected]/:mljs/global-spectral-deconvolution/blob/70b2cb8a883ef7bcce44e3add7889b6da706de2d/src/post/joinBroadPeaks.js#L10-L74'>
488+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://[email protected]/:mljs/global-spectral-deconvolution/blob/adabec93fd9660fbebf08229f637b72f207fa15a/src/post/joinBroadPeaks.js#L10-L74'>
489489
<span>src/post/joinBroadPeaks.js</span>
490490
</a>
491491

0 commit comments

Comments
 (0)