Skip to content

Commit b3a710c

Browse files
committed
Add table of content tags
1 parent 1c9a58a commit b3a710c

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

lib/node_modules/@stdlib/math/strided/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ var o = ns;
3939
// returns {...}
4040
```
4141

42+
The namespace contains the following:
43+
44+
<!-- <toc pattern="*"> -->
45+
46+
<!-- </toc> -->
47+
4248
</section>
4349

4450
<!-- /.usage -->

lib/node_modules/@stdlib/stats/base/dists/degenerate/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,24 @@ var dist = degenerate;
3939
// returns {...}
4040
```
4141

42+
The namespace contains the following distribution functions:
43+
44+
<!-- <toc pattern="*+(cdf|pdf|pmf|mgf|quantile)*"> -->
45+
46+
<!-- </toc> -->
47+
48+
The namespace contains the following functions for calculating distribution properties:
49+
50+
<!-- <toc pattern="*+(entropy|kurtosis|mean|median|mode|skewness|stdev|variance)*"> -->
51+
52+
<!-- </toc> -->
53+
54+
The namespace contains a constructor function for creating a degenerate distribution object.
55+
56+
<!-- <toc pattern="*ctor*"> -->
57+
58+
<!-- </toc> -->
59+
4260
</section>
4361

4462
<!-- /.usage -->

0 commit comments

Comments
 (0)