Skip to content

Commit c7bfa92

Browse files
docs: fix missing ending section in various READMEs
PR-URL: #5292 Reviewed-by: Athan Reines <[email protected]>
1 parent 5d2b7a9 commit c7bfa92

File tree

15 files changed

+85
-13
lines changed

15 files changed

+85
-13
lines changed

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

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

234234
<!-- /.examples -->
235235

236+
</section>
237+
238+
<!-- /.c -->
239+
236240
<!-- 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. -->
237241

238242
<section class="references">

lib/node_modules/@stdlib/stats/base/dists/triangular/kurtosis/README.md

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

234234
<!-- /.examples -->
235235

236+
</section>
237+
238+
<!-- /.c -->
239+
236240
<!-- 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. -->
237241

238242
<section class="references">

lib/node_modules/@stdlib/stats/base/dists/triangular/logcdf/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,10 @@ for ( i = 0; i < 25; i++ ) {
158158

159159
<!-- /.examples -->
160160

161+
</section>
162+
163+
<!-- /.c -->
164+
161165
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
162166

163167
<section class="related">

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

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,6 @@ for ( i = 0; i < 25; i++ ) {
158158

159159
<!-- /.examples -->
160160

161-
<!-- 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. -->
162-
163-
<section class="references">
164-
165161
<!-- C interface documentation. -->
166162

167163
* * *
@@ -259,6 +255,18 @@ int main( void ) {
259255

260256
</section>
261257

258+
<!-- /.examples -->
259+
260+
</section>
261+
262+
<!-- /.c -->
263+
264+
<!-- 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. -->
265+
266+
<section class="references">
267+
268+
</section>
269+
262270
<!-- /.references -->
263271

264272
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->

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

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

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

238+
</section>
239+
240+
<!-- /.c -->
241+
238242
<!-- 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. -->
239243

240244
<section class="references">

lib/node_modules/@stdlib/stats/base/dists/triangular/median/README.md

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

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

238+
</section>
239+
240+
<!-- /.c -->
241+
238242
<!-- 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. -->
239243

240244
<section class="references">

lib/node_modules/@stdlib/stats/base/dists/triangular/mgf/README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,6 @@ for ( i = 0; i < 10; i++ ) {
163163

164164
<!-- /.examples -->
165165

166-
<!-- 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. -->
167-
168-
<section class="references">
169-
170166
<!-- C interface documentation. -->
171167

172168
* * *
@@ -263,6 +259,18 @@ int main( void ) {
263259

264260
</section>
265261

262+
<!-- /.examples -->
263+
264+
</section>
265+
266+
<!-- /.c -->
267+
268+
<!-- 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. -->
269+
270+
<section class="references">
271+
272+
</section>
273+
266274
<!-- /.references -->
267275

268276
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->

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

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

234234
<!-- /.examples -->
235235

236+
</section>
237+
238+
<!-- /.c -->
239+
236240
<!-- 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. -->
237241

238242
<section class="references">

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

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,6 @@ for ( i = 0; i < 25; i++ ) {
148148

149149
<!-- /.examples -->
150150

151-
<!-- 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. -->
152-
153-
<section class="references">
154-
155151
<!-- C interface documentation. -->
156152

157153
* * *
@@ -248,6 +244,18 @@ int main( void ) {
248244

249245
</section>
250246

247+
<!-- /.examples -->
248+
249+
</section>
250+
251+
<!-- /.c -->
252+
253+
<!-- 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. -->
254+
255+
<section class="references">
256+
257+
</section>
258+
251259
<!-- /.references -->
252260

253261
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->

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

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

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

238+
</section>
239+
240+
<!-- /.c -->
241+
238242
<!-- 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. -->
239243

240244
<section class="references">

0 commit comments

Comments
 (0)