Skip to content

Commit f886d31

Browse files
committed
docs: fix orphaned section comments in stats/base/dists/geometric READMEs
--- 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 0d32b1b commit f886d31

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,6 @@ logEachMap( 't: %0.4f, p: %0.4f, M_X(t;p): %0.4f', t, p, mgf );
144144

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

147-
<!-- 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. -->
148-
149-
<section class="references">
150-
151147
<!-- C interface documentation. -->
152148

153149
* * *
@@ -245,6 +241,10 @@ int main( void ) {
245241

246242
<!-- /.c -->
247243

244+
<!-- 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. -->
245+
246+
<section class="references">
247+
248248
</section>
249249

250250
<!-- /.references -->

lib/node_modules/@stdlib/stats/base/dists/geometric/pmf/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,6 @@ logEachMap( 'x: %d, p: %0.4f, P( X = x; p ): %0.4f', x, p, pmf );
130130

131131
<!-- /.examples -->
132132

133-
<!-- 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. -->
134-
135-
<section class="references">
136-
137133
<!-- C interface documentation. -->
138134

139135
* * *
@@ -230,6 +226,10 @@ int main( void ) {
230226

231227
<!-- /.c -->
232228

229+
<!-- 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. -->
230+
231+
<section class="references">
232+
233233
</section>
234234

235235
<!-- /.references -->

0 commit comments

Comments
 (0)