Skip to content

Commit d61ac9c

Browse files
committed
docs: fix README sections
--- 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 72fae65 commit d61ac9c

File tree

5 files changed

+12
-10
lines changed

5 files changed

+12
-10
lines changed

lib/node_modules/@stdlib/blas/ext/base/ndarray/gnansumkbn/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ console.log( v );
102102

103103
</section>
104104

105+
<!-- /.references -->
106+
105107
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
106108

107109
<section class="related">

lib/node_modules/@stdlib/number/float32/base/signbit/README.md

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

165165
</section>
166166

167+
<!-- /.examples -->
168+
169+
</section>
170+
171+
<!-- /.c -->
172+
167173
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
168174

169175
<section class="related">

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

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

248248
</section>
249249

250-
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
251-
252-
<section class="related">
253-
254-
</section>
255-
256250
<!-- /.related -->
257251

258252
<!-- 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/stats/base/dists/geometric/cdf/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,14 +222,14 @@ int main( void ) {
222222

223223
<!-- /.c -->
224224

225-
<!-- /.references -->
226-
227225
<!-- 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. -->
228226

229227
<section class="references">
230228

231229
</section>
232230

231+
<!-- /.references -->
232+
233233
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
234234

235235
<section class="related">

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,14 +249,14 @@ int main( void ) {
249249

250250
<!-- /.c -->
251251

252-
<!-- /.references -->
253-
254252
<!-- 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. -->
255253

256254
<section class="references">
257255

258256
</section>
259257

258+
<!-- /.references -->
259+
260260
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
261261

262262
<section class="related">

0 commit comments

Comments
 (0)