Skip to content

Commit 65ded75

Browse files
committed
doc: rebuild docs [ci skip]
1 parent 184014f commit 65ded75

File tree

2 files changed

+37
-20
lines changed

2 files changed

+37
-20
lines changed

docs/assets/style.css

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ h4 {
2626
}
2727

2828
a {
29-
color: #1184CE;
29+
color: #1184ce;
3030
text-decoration: none;
3131
}
3232

@@ -51,12 +51,12 @@ a:hover {
5151
}
5252

5353
section:target h3 {
54-
font-weight:700;
54+
font-weight: 700;
5555
}
5656

5757
.documentation td,
5858
.documentation th {
59-
padding: .25rem .25rem;
59+
padding: 0.25rem 0.25rem;
6060
}
6161

6262
h1:hover .anchorjs-link,
@@ -82,13 +82,16 @@ h4:hover .anchorjs-link {
8282
}
8383
}
8484

85-
.pre, pre, code, .code {
86-
font-family: Source Code Pro,Menlo,Consolas,Liberation Mono,monospace;
85+
.pre,
86+
pre,
87+
code,
88+
.code {
89+
font-family: Source Code Pro, Menlo, Consolas, Liberation Mono, monospace;
8790
font-size: 14px;
8891
}
8992

9093
.fill-light {
91-
background: #F9F9F9;
94+
background: #f9f9f9;
9295
}
9396

9497
.width2 {
@@ -100,10 +103,10 @@ h4:hover .anchorjs-link {
100103
display: block;
101104
width: 100%;
102105
height: 2rem;
103-
padding: .5rem;
106+
padding: 0.5rem;
104107
margin-bottom: 1rem;
105108
border: 1px solid #ccc;
106-
font-size: .875rem;
109+
font-size: 0.875rem;
107110
border-radius: 3px;
108111
box-sizing: border-box;
109112
}
@@ -115,15 +118,19 @@ table {
115118
.prose table th,
116119
.prose table td {
117120
text-align: left;
118-
padding:8px;
119-
border:1px solid #ddd;
121+
padding: 8px;
122+
border: 1px solid #ddd;
120123
}
121124

122-
.prose table th:nth-child(1) { border-right: none; }
123-
.prose table th:nth-child(2) { border-left: none; }
125+
.prose table th:nth-child(1) {
126+
border-right: none;
127+
}
128+
.prose table th:nth-child(2) {
129+
border-left: none;
130+
}
124131

125132
.prose table {
126-
border:1px solid #ddd;
133+
border: 1px solid #ddd;
127134
}
128135

129136
.prose-big {

docs/index.html

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!doctype html>
2-
<html>
2+
<html lang="en">
33
<head>
44
<meta charset='utf-8'>
5-
<title>ml-gsd 4.0.0 | Documentation</title>
5+
<title>ml-gsd 5.0.0 | Documentation</title>
66
<meta name='description' content='Global Spectra Deconvolution'>
77
<meta name='viewport' content='width=device-width,initial-scale=1'>
88
<link href='assets/bass.css' rel='stylesheet'>
@@ -15,11 +15,14 @@
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>4.0.0</code></div>
18+
<div class='mb1'><code>5.0.0</code></div>
1919
<input
2020
placeholder='Filter'
2121
id='filter-input'
2222
class='col12 block input'
23+
spellcheck='false'
24+
autocapitalize='off'
25+
autocorrect='off'
2326
type='text' />
2427
<div id='toc'>
2528
<ul class='list-reset h5 py1-ul'>
@@ -74,7 +77,7 @@ <h3 class='fl m0' id='broadenpeaks'>
7477
</h3>
7578

7679

77-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://git@github.com/:mljs/global-spectral-deconvolution/blob/7007dd9f202c1c42cb74319280d35856c32cdb45/src/post/broadenPeaks.js#L10-L38'>
80+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/mljs/global-spectral-deconvolution/blob/184014f17778d37ed16b512dadc7fc53e8ff8b32/src/post/broadenPeaks.js#L10-L38'>
7881
<span>src/post/broadenPeaks.js</span>
7982
</a>
8083

@@ -161,6 +164,8 @@ <h3 class='fl m0' id='broadenpeaks'>
161164

162165

163166

167+
168+
164169
</section>
165170

166171

@@ -176,7 +181,7 @@ <h3 class='fl m0' id='gsd'>
176181
</h3>
177182

178183

179-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://git@github.com/:mljs/global-spectral-deconvolution/blob/7007dd9f202c1c42cb74319280d35856c32cdb45/src/gsd.js#L38-L258'>
184+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/mljs/global-spectral-deconvolution/blob/184014f17778d37ed16b512dadc7fc53e8ff8b32/src/gsd.js#L24-L243'>
180185
<span>src/gsd.js</span>
181186
</a>
182187

@@ -220,7 +225,8 @@ <h3 class='fl m0' id='gsd'>
220225

221226
<div class='space-bottom0'>
222227
<div>
223-
<span class='code bold'>options</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object">object</a>?)</code>
228+
<span class='code bold'>options</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object">object</a>?
229+
= <code>{}</code>)</code>
224230
Options object
225231

226232
</div>
@@ -408,6 +414,8 @@ <h3 class='fl m0' id='gsd'>
408414

409415

410416

417+
418+
411419
</section>
412420

413421

@@ -423,7 +431,7 @@ <h3 class='fl m0' id='joinbroadpeaks'>
423431
</h3>
424432

425433

426-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://git@github.com/:mljs/global-spectral-deconvolution/blob/7007dd9f202c1c42cb74319280d35856c32cdb45/src/post/joinBroadPeaks.js#L8-L72'>
434+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/mljs/global-spectral-deconvolution/blob/184014f17778d37ed16b512dadc7fc53e8ff8b32/src/post/joinBroadPeaks.js#L8-L73'>
427435
<span>src/post/joinBroadPeaks.js</span>
428436
</a>
429437

@@ -482,6 +490,8 @@ <h3 class='fl m0' id='joinbroadpeaks'>
482490

483491

484492

493+
494+
485495
</section>
486496

487497

0 commit comments

Comments
 (0)