Skip to content

Commit 3422651

Browse files
committed
docs: add missing section closing comments in 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 40a80f6 commit 3422651

File tree

11 files changed

+22
-0
lines changed

11 files changed

+22
-0
lines changed

lib/node_modules/@stdlib/_tools/remark/plugins/remark-namespace-toc/examples/fixtures/asinh/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ v = asinh( Infinity );
9191

9292
</section>
9393

94+
<!-- /.notes -->
95+
9496
<section class="examples">
9597

9698
## Examples

lib/node_modules/@stdlib/blas/ext/base/gsort2hp/README.md

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

193193
</section>
194194

195+
<!-- /.references -->
196+
195197
<section class="links">
196198

197199
[mdn-array]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array

lib/node_modules/@stdlib/constants/float16/pi-squared/README.md

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

6161
</section>
6262

63+
<!-- /.examples -->
64+
6365
<section class="related">
6466

6567
</section>

lib/node_modules/@stdlib/math/base/special/secf/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ limitations under the License.
2626

2727
</section>
2828

29+
<!-- /.intro -->
30+
2931
<section class="usage">
3032

3133
## Usage

lib/node_modules/@stdlib/process/getegid/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ var id = getegid();
5151

5252
</section>
5353

54+
<!-- /.notes -->
55+
5456
<section class="examples">
5557

5658
## Examples

lib/node_modules/@stdlib/process/geteuid/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ var id = geteuid();
5151

5252
</section>
5353

54+
<!-- /.notes -->
55+
5456
<section class="examples">
5557

5658
## Examples

lib/node_modules/@stdlib/process/getgid/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ var id = getgid();
5151

5252
</section>
5353

54+
<!-- /.notes -->
55+
5456
<section class="examples">
5557

5658
## Examples

lib/node_modules/@stdlib/process/getuid/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ var id = getuid();
5151

5252
</section>
5353

54+
<!-- /.notes -->
55+
5456
<section class="examples">
5557

5658
## Examples

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ logEachMap( 'x: %0.4f, a: %0.4f, b: %0.4f, f(x;a,b): %0.4f', x, a, b, pdf );
131131

132132
</section>
133133

134+
<!-- /.examples -->
135+
134136
<!-- C interface documentation. -->
135137

136138
* * *

lib/node_modules/@stdlib/stats/base/dists/laplace/mean/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ logEachMap( 'µ: %0.4f, b: %0.4f, E(X;µ,b): %0.4f', mu, b, mean );
126126

127127
</section>
128128

129+
<!-- /.examples -->
130+
129131
<!-- C interface documentation. -->
130132

131133
* * *

0 commit comments

Comments
 (0)