Skip to content

Commit 4fb4995

Browse files
committed
docs: fix missing and malformed section 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 c66d383 commit 4fb4995

File tree

21 files changed

+139
-1
lines changed

21 files changed

+139
-1
lines changed

lib/node_modules/@stdlib/constants/uint32/max/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ console.log( UINT32_MAX );
6868
// => 4294967295
6969
```
7070

71-
<!-- </examples -->
71+
</section>
72+
73+
<!-- /.examples -->
7274

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

lib/node_modules/@stdlib/datasets/emoji/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ Options:
123123

124124
- Data is written to `stdout` as newline-delimited JSON ([NDJSON][ndjson]).
125125

126+
</section>
127+
128+
<!-- /.notes -->
129+
126130
<section class="examples">
127131

128132
### Examples

lib/node_modules/@stdlib/datasets/ssa-us-births-2000-2014/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,10 @@ Options:
156156

157157
- Data is written to `stdout` as comma-separated values ([CSV][csv]), where the first line is a header line.
158158

159+
</section>
160+
161+
<!-- /.notes -->
162+
159163
<section class="examples">
160164

161165
### Examples

lib/node_modules/@stdlib/math/base/assert/is-evenf/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@ int main( void ) {
201201
202202
<section class="related">
203203
204+
</section>
205+
204206
<!-- /.related -->
205207
206208
<!-- 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/math/base/special/acotd/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,22 @@ logEachMap( 'acotd(%0.4f) = %0.4f', x, acotd );
7979

8080
<!-- /.examples -->
8181

82+
<!-- C interface documentation. -->
83+
84+
* * *
85+
86+
<section class="c">
87+
88+
## C APIs
89+
90+
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->
91+
92+
<section class="intro">
93+
94+
</section>
95+
96+
<!-- /.intro -->
97+
8298
<!-- C usage documentation. -->
8399

84100
<section class="usage">

lib/node_modules/@stdlib/math/base/special/acotdf/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,22 @@ logEachMap( 'acotdf(%0.4f) = %0.4f', x, acotdf );
7979

8080
<!-- /.examples -->
8181

82+
<!-- C interface documentation. -->
83+
84+
* * *
85+
86+
<section class="c">
87+
88+
## C APIs
89+
90+
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->
91+
92+
<section class="intro">
93+
94+
</section>
95+
96+
<!-- /.intro -->
97+
8298
<!-- C usage documentation. -->
8399

84100
<section class="usage">

lib/node_modules/@stdlib/math/base/special/atand/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,22 @@ logEachMap( 'atand(%0.4f) = %0.4f', x, atand );
8181

8282
<!-- /.examples -->
8383

84+
<!-- C interface documentation. -->
85+
86+
* * *
87+
88+
<section class="c">
89+
90+
## C APIs
91+
92+
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->
93+
94+
<section class="intro">
95+
96+
</section>
97+
98+
<!-- /.intro -->
99+
84100
<!-- C usage documentation. -->
85101

86102
<section class="usage">

lib/node_modules/@stdlib/math/base/special/bernoulli/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ limitations under the License.
2424
2525
<section class="intro">
2626

27+
</section>
28+
2729
<!-- /.intro -->
2830

2931
<section class="usage">

lib/node_modules/@stdlib/math/base/special/floorb/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,22 @@ for ( i = 0; i < 100; i++ ) {
102102

103103
<!-- /.examples -->
104104

105+
<!-- C interface documentation. -->
106+
107+
* * *
108+
109+
<section class="c">
110+
111+
## C APIs
112+
113+
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->
114+
115+
<section class="intro">
116+
117+
</section>
118+
119+
<!-- /.intro -->
120+
105121
<!-- C usage documentation. -->
106122

107123
<section class="usage">

lib/node_modules/@stdlib/math/base/special/roundb/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,22 @@ for ( i = 0; i < 100; i++ ) {
102102

103103
<!-- /.examples -->
104104

105+
<!-- C interface documentation. -->
106+
107+
* * *
108+
109+
<section class="c">
110+
111+
## C APIs
112+
113+
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->
114+
115+
<section class="intro">
116+
117+
</section>
118+
119+
<!-- /.intro -->
120+
105121
<!-- C usage documentation. -->
106122

107123
<section class="usage">

0 commit comments

Comments
 (0)