Skip to content

Commit b7879ad

Browse files
committed
docs: fix missing and malformed section closing tags in README files
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: passed - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: passed - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 0ca797b commit b7879ad

File tree

15 files changed

+60
-2
lines changed

15 files changed

+60
-2
lines changed

lib/node_modules/@stdlib/_tools/eslint/rules/no-builtin-big-int/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ var result = linter.verify( code, {
104104
*/
105105
```
106106

107+
</section>
108+
107109
<!-- /.examples -->
108110

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

lib/node_modules/@stdlib/_tools/eslint/rules/no-new-array/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ var result = linter.verify( code, {
108108
*/
109109
```
110110

111+
</section>
112+
111113
<!-- /.examples -->
112114

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

lib/node_modules/@stdlib/_tools/modules/import-require/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ The returned `object` has the following fields:
8080
*/
8181
```
8282

83+
</section>
84+
8385
<!-- /.notes -->
8486

8587
<section class="examples">

lib/node_modules/@stdlib/_tools/utils/uncapitalize-pkg-description/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ out = uncapitalizeDescription( 'Return a JSON representation of an error object.
7070

7171
<section class="related">
7272

73+
</section>
74+
7375
<!-- /.related -->
7476

7577
<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->

lib/node_modules/@stdlib/assert/is-domain-name/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ bool = isDomainName( 'foo@bar.com' );
5858

5959
- Validation adheres to [RFC 2181][rfc-2181], which defines the syntax for domain names and stipulates that domain names must be 255 characters or less.
6060

61-
<!-- </notes -->
61+
</section>
62+
63+
<!-- /.notes -->
6264

6365
<section class="examples">
6466

lib/node_modules/@stdlib/assert/is-duration-string/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ false
178178

179179
<section class="related">
180180

181+
</section>
182+
181183
<!-- /.related -->
182184

183185
<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->

lib/node_modules/@stdlib/assert/is-email-address/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ var bool = isEmail( 'beep@boop.com' );
5656
- Validation is **not** rigorous, nor [should it be][validate-email-address]. **9** RFCs relate to email addresses, and accounting for all of them is a fool's errand. This module performs the simplest validation; i.e., requiring **at least** one `@` symbol.
5757
- For rigorous validation, send a confirmation email. If the email bounces, consider the email invalid.
5858

59-
<!-- </notes -->
59+
</section>
60+
61+
<!-- /.notes -->
6062

6163
<section class="examples">
6264

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,22 @@ logEachMap( 'x: %0.4f, µ: %0.4f, β: %0.4f, ln(f(x;µ,β)): %0.4f', x, mu, beta
144144

145145
<!-- /.examples -->
146146

147+
<!-- C interface documentation. -->
148+
149+
* * *
150+
151+
<section class="c">
152+
153+
## C APIs
154+
155+
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->
156+
157+
<section class="intro">
158+
159+
</section>
160+
161+
<!-- /.intro -->
162+
147163
<!-- C usage documentation. -->
148164

149165
<section class="usage">

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

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

220220
<!-- /.examples -->
221221

222+
</section>
223+
224+
<!-- /.c -->
225+
222226
<!-- 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. -->
223227

224228
<section class="references">

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

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

220220
<!-- /.examples -->
221221

222+
</section>
223+
224+
<!-- /.c -->
225+
222226
<!-- 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. -->
223227

224228
<section class="references">

0 commit comments

Comments
 (0)