Skip to content

Commit 46f06ad

Browse files
committed
docs: fix 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 4fb4995 commit 46f06ad

File tree

9 files changed

+59
-5
lines changed

9 files changed

+59
-5
lines changed

lib/node_modules/@stdlib/stats/incr/meanstdev/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ s = \sqrt{\frac{1}{n-1} \sum_{i=0}^{n-1} ( x_i - \bar{x} )^2}
5454

5555
<!-- </equation> -->
5656

57+
</section>
58+
59+
<!-- /.intro -->
60+
5761
<section class="usage">
5862

5963
## Usage

lib/node_modules/@stdlib/stats/incr/meanvar/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ s^2 = \frac{1}{n-1} \sum_{i=0}^{n-1} ( x_i - \bar{x} )^2
5454

5555
<!-- </equation> -->
5656

57+
</section>
58+
59+
<!-- /.intro -->
60+
5761
<section class="usage">
5862

5963
## Usage

lib/node_modules/@stdlib/stats/strided/dmeanlipw/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,22 @@ console.log( v );
161161

162162
<!-- /.examples -->
163163

164+
<!-- C interface documentation. -->
165+
166+
* * *
167+
168+
<section class="c">
169+
170+
## C APIs
171+
172+
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->
173+
174+
<section class="intro">
175+
176+
</section>
177+
178+
<!-- /.intro -->
179+
164180
<!-- C usage documentation. -->
165181

166182
<section class="usage">

lib/node_modules/@stdlib/stats/strided/sdsnanmeanors/README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,24 @@ console.log( v );
169169

170170
<!-- /.examples -->
171171

172-
<!-- C usage documentation. -->
172+
<!-- C interface documentation. -->
173173

174174
* * *
175175

176+
<section class="c">
177+
178+
## C APIs
179+
180+
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->
181+
182+
<section class="intro">
183+
184+
</section>
185+
186+
<!-- /.intro -->
187+
188+
<!-- C usage documentation. -->
189+
176190
<section class="usage">
177191

178192
### Usage

lib/node_modules/@stdlib/stats/strided/snanmeanors/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,22 @@ console.log( v );
179179

180180
<!-- /.references -->
181181

182+
<!-- C interface documentation. -->
183+
184+
* * *
185+
186+
<section class="c">
187+
188+
## C APIs
189+
190+
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->
191+
192+
<section class="intro">
193+
194+
</section>
195+
196+
<!-- /.intro -->
197+
182198
<!-- C usage documentation. -->
183199

184200
<section class="usage">

lib/node_modules/@stdlib/string/ends-with/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,6 @@ Options:
170170

171171
</section>
172172

173-
</section>
174-
175173
<!-- /.notes -->
176174

177175
<section class="examples">

lib/node_modules/@stdlib/string/starts-with/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,6 @@ Options:
166166

167167
</section>
168168

169-
</section>
170-
171169
<!-- /.notes -->
172170

173171
<section class="examples">

lib/node_modules/@stdlib/time/duration2ms/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ $ echo -n '1s350ms,2s' | duration2ms --split ','
172172

173173
<section class="related">
174174

175+
</section>
176+
175177
<!-- /.related -->
176178

177179
<!-- 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/time/ms2duration/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@ $ echo -n '1350,2000' | ms2duration --split ','
176176

177177
<section class="related">
178178

179+
</section>
180+
179181
<!-- /.related -->
180182

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

0 commit comments

Comments
 (0)