Skip to content

Commit fafc241

Browse files
authored
docs: fix section placement
Signed-off-by: Athan <kgryte@gmail.com>
1 parent f23c240 commit fafc241

1 file changed

Lines changed: 12 additions & 10 deletions

File tree

  • lib/node_modules/@stdlib/stats/meankbn

lib/node_modules/@stdlib/stats/meankbn/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-
- Neumaier, Arnold. 1974. "Rounding Error Analysis of Some Methods for Summing Finite Sums." _Zeitschrift Für Angewandte Mathematik Und Mechanik_ 54 (1): 39–51. doi:[10.1002/zamm.19740540106][@neumaier:1974a].
231-
232-
</section>
233-
234-
<!-- /.notes -->
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+
- Neumaier, Arnold. 1974. "Rounding Error Analysis of Some Methods for Summing Finite Sums." _Zeitschrift Für Angewandte Mathematik Und Mechanik_ 54 (1): 39–51. doi:[10.1002/zamm.19740540106][@neumaier:1974a].
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)