Skip to content

Commit 7fc07a2

Browse files
docs: fix missing section tags in various READMEs
PR-URL: #5322 Ref: #5227 Reviewed-by: Philipp Burckhardt <[email protected]>
1 parent 528efd8 commit 7fc07a2

File tree

19 files changed

+114
-20
lines changed

19 files changed

+114
-20
lines changed

lib/node_modules/@stdlib/stats/base/dists/arcsine/pdf/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,18 @@ int main( void ) {
229229

230230
<!-- /.examples -->
231231

232+
</section>
233+
234+
<!-- ./c -->
235+
236+
<!-- Section to include cited references. If references are included, add a horizontal rule *before* the section. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
237+
238+
<section class="references">
239+
240+
</section>
241+
242+
<!-- /.references -->
243+
232244
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
233245

234246
<section class="related">

lib/node_modules/@stdlib/stats/base/dists/bernoulli/mode/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -129,14 +129,6 @@ for ( i = 0; i < 10; i++ ) {
129129

130130
<!-- /.examples -->
131131

132-
<!-- Section to include cited references. If references are included, add a horizontal rule *before* the section. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
133-
134-
<section class="references">
135-
136-
</section>
137-
138-
<!-- /.references -->
139-
140132
<!-- C interface documentation. -->
141133

142134
* * *
@@ -224,6 +216,14 @@ int main( void ) {
224216

225217
<!-- /.c -->
226218

219+
<!-- Section to include cited references. If references are included, add a horizontal rule *before* the section. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
220+
221+
<section class="references">
222+
223+
</section>
224+
225+
<!-- /.references -->
226+
227227
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
228228

229229
<section class="related">

lib/node_modules/@stdlib/stats/base/dists/bernoulli/skewness/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,8 @@ int main( void ) {
212212

213213
</section>
214214

215+
<!-- /.c -->
216+
215217
<!-- Section to include cited references. If references are included, add a horizontal rule *before* the section. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
216218

217219
<section class="references">

lib/node_modules/@stdlib/stats/base/dists/beta/logpdf/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,14 @@ int main( void ) {
269269

270270
<!-- /.c -->
271271

272+
<!-- Section to include cited references. If references are included, add a horizontal rule *before* the section. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
273+
274+
<section class="references">
275+
276+
</section>
277+
278+
<!-- /.references -->
279+
272280
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
273281

274282
<section class="related">

lib/node_modules/@stdlib/stats/base/dists/beta/pdf/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,14 @@ int main( void ) {
259259

260260
<!-- /.c -->
261261

262+
<!-- Section to include cited references. If references are included, add a horizontal rule *before* the section. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
263+
264+
<section class="references">
265+
266+
</section>
267+
268+
<!-- /.references -->
269+
262270
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
263271

264272
<section class="related">

lib/node_modules/@stdlib/stats/base/dists/binomial/mean/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -141,14 +141,6 @@ for ( i = 0; i < 10; i++ ) {
141141

142142
<!-- /.examples -->
143143

144-
<!-- Section to include cited references. If references are included, add a horizontal rule *before* the section. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
145-
146-
<section class="references">
147-
148-
</section>
149-
150-
<!-- /.references -->
151-
152144
<!-- C interface documentation. -->
153145

154146
<section class="c">
@@ -246,6 +238,14 @@ int main( void ) {
246238

247239
<!-- /.c -->
248240

241+
<!-- Section to include cited references. If references are included, add a horizontal rule *before* the section. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
242+
243+
<section class="references">
244+
245+
</section>
246+
247+
<!-- /.references -->
248+
249249
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
250250

251251
<section class="related">

lib/node_modules/@stdlib/stats/base/dists/binomial/mode/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,10 @@ int main( void ) {
236236

237237
<!-- /.examples -->
238238

239+
</section>
240+
241+
<!-- /.c -->
242+
239243
<!-- Section to include cited references. If references are included, add a horizontal rule *before* the section. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
240244

241245
<section class="references">

lib/node_modules/@stdlib/stats/base/dists/cauchy/pdf/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,14 @@ int main( void ) {
238238

239239
<!-- /.c -->
240240

241+
<!-- Section to include cited references. If references are included, add a horizontal rule *before* the section. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
242+
243+
<section class="references">
244+
245+
</section>
246+
247+
<!-- /.references -->
248+
241249
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
242250

243251
<section class="related">

lib/node_modules/@stdlib/stats/base/dists/exponential/cdf/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,12 @@ int main( void ) {
220220

221221
</section>
222222

223+
<!-- /.examples -->
224+
225+
</section>
226+
227+
<!-- ./c -->
228+
223229
<!-- Section to include cited references. If references are included, add a horizontal rule *before* the section. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
224230

225231
<section class="references">

lib/node_modules/@stdlib/stats/base/dists/exponential/entropy/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,10 @@ int main( void ) {
204204

205205
<!-- /.examples -->
206206

207+
</section>
208+
209+
<!-- ./c -->
210+
207211
<!-- Section to include cited references. If references are included, add a horizontal rule *before* the section. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
208212

209213
<section class="references">

0 commit comments

Comments
 (0)