Skip to content

Commit 05b76f2

Browse files
committed
docs: fix section placement
--- 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 317438a commit 05b76f2

File tree

1 file changed

+12
-10
lines changed
  • lib/node_modules/@stdlib/stats/meankbn2

1 file changed

+12
-10
lines changed

lib/node_modules/@stdlib/stats/meankbn2/README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -223,16 +223,6 @@ The method accepts the following options:
223223

224224
<!-- /.notes -->
225225

226-
<section class="references">
227-
228-
## References
229-
230-
- Klein, Andreas. 2005. "A Generalized Kahan-Babuška-Summation-Algorithm." _Computing_ 76 (3): 279–93. doi:[10.1007/s00607-005-0139-x][@klein:2005a].
231-
232-
</section>
233-
234-
<!-- /.references -->
235-
236226
<section class="examples">
237227

238228
## Examples
@@ -266,6 +256,18 @@ console.log( ndarray2array( y ) );
266256

267257
<!-- /.examples -->
268258

259+
* * *
260+
261+
<section class="references">
262+
263+
## References
264+
265+
- Klein, Andreas. 2005. "A Generalized Kahan-Babuška-Summation-Algorithm." _Computing_ 76 (3): 279–93. doi:[10.1007/s00607-005-0139-x][@klein:2005a].
266+
267+
</section>
268+
269+
<!-- /.references -->
270+
269271
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
270272

271273
<section class="related">

0 commit comments

Comments
 (0)