Skip to content

Commit 51cd5ab

Browse files
committed
Update namespace ToCs
1 parent 1744bcb commit 51cd5ab

File tree

6 files changed

+26
-0
lines changed

6 files changed

+26
-0
lines changed

lib/node_modules/@stdlib/_tools/eslint/rules/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ var eslint = rules;
5757
- <span class="signature">[`doctest`][@stdlib/_tools/eslint/rules/doctest]</span><span class="delimiter">: </span><span class="description">ESLint rule to ensure return annotations match the actual output.</span>
5858
- <span class="signature">[`empty-line-before-comment`][@stdlib/_tools/eslint/rules/empty-line-before-comment]</span><span class="delimiter">: </span><span class="description">ESLint rule to enforce empty lines before comments.</span>
5959
- <span class="signature">[`module-exports-last`][@stdlib/_tools/eslint/rules/module-exports-last]</span><span class="delimiter">: </span><span class="description">ESLint rule enforcing that export statements appear at the end of a file.</span>
60+
- <span class="signature">[`namespace-export-all`][@stdlib/_tools/eslint/rules/namespace-export-all]</span><span class="delimiter">: </span><span class="description">ESLint rule to enforce that a namespace `index.js` exports all packages in the respective namespace directory.</span>
6061
- <span class="signature">[`namespace-index-order`][@stdlib/_tools/eslint/rules/namespace-index-order]</span><span class="delimiter">: </span><span class="description">ESLint rule to enforce that modules in a namespace `index.js` file are listed in alphabetical order according to module name.</span>
6162
- <span class="signature">[`new-cap-array`][@stdlib/_tools/eslint/rules/new-cap-array]</span><span class="delimiter">: </span><span class="description">ESLint rule enforcing that the `Array` constructor is invoked with the `new` keyword.</span>
6263
- <span class="signature">[`new-cap-error`][@stdlib/_tools/eslint/rules/new-cap-error]</span><span class="delimiter">: </span><span class="description">ESLint rule enforcing that error constructors are invoked with the `new` keyword.</span>
@@ -350,6 +351,8 @@ console.log( getKeys( rules ) );
350351

351352
[@stdlib/_tools/eslint/rules/module-exports-last]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/_tools/eslint/rules/module-exports-last
352353

354+
[@stdlib/_tools/eslint/rules/namespace-export-all]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/_tools/eslint/rules/namespace-export-all
355+
353356
[@stdlib/_tools/eslint/rules/namespace-index-order]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/_tools/eslint/rules/namespace-index-order
354357

355358
[@stdlib/_tools/eslint/rules/new-cap-array]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/_tools/eslint/rules/new-cap-array

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ var o = blas;
7979

8080
<!-- <toc pattern="+(*amax|*lsame|*xerbla*)"> -->
8181

82+
83+
8284
<!-- </toc> -->
8385

8486
</section>

lib/node_modules/@stdlib/constants/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ The constants that are part of this package live in the following sub-namespaces
4646
<div class="namespace-toc">
4747

4848
- <span class="signature">[`array`][@stdlib/constants/array]</span><span class="delimiter">: </span><span class="description">array constants.</span>
49+
- <span class="signature">[`complex128`][@stdlib/constants/complex128]</span><span class="delimiter">: </span><span class="description">128-bit complex number mathematical constant.</span>
4950
- <span class="signature">[`complex64`][@stdlib/constants/complex64]</span><span class="delimiter">: </span><span class="description">half-precision floating-point mathematical constants.</span>
51+
- <span class="signature">[`float16`][@stdlib/constants/float16]</span><span class="delimiter">: </span><span class="description">half-precision floating-point mathematical constants.</span>
5052
- <span class="signature">[`float32`][@stdlib/constants/float32]</span><span class="delimiter">: </span><span class="description">single-precision floating-point mathematical constants.</span>
5153
- <span class="signature">[`float64`][@stdlib/constants/float64]</span><span class="delimiter">: </span><span class="description">double-precision floating-point mathematical constants.</span>
5254
- <span class="signature">[`int16`][@stdlib/constants/int16]</span><span class="delimiter">: </span><span class="description">16-bit signed integer mathematical constants.</span>
@@ -97,8 +99,12 @@ out = constants.time.HOURS_IN_DAY;
9799

98100
[@stdlib/constants/array]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/array
99101

102+
[@stdlib/constants/complex128]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/complex128
103+
100104
[@stdlib/constants/complex64]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/complex64
101105

106+
[@stdlib/constants/float16]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float16
107+
102108
[@stdlib/constants/float32]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float32
103109

104110
[@stdlib/constants/float64]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float64

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,24 @@ var o = ns;
4343

4444
<!-- <toc pattern="+(*log*|ln|exp*|*pow*)" ignore="logit" > -->
4545

46+
47+
4648
<!-- </toc> -->
4749

4850
### Trigonometric Functions
4951

5052
<!-- <toc pattern="*+(sin|cos|tan)*" ignore="+(kernel-sin|kernel-cos|kernel-tan)"> -->
5153

54+
55+
5256
<!-- </toc> -->
5357

5458
### Bessel Functions
5559

5660
<!-- <toc pattern="*bessel*" > -->
5761

62+
63+
5864
<!-- </toc> -->
5965

6066
### Absolute Value and Rounding Functions
@@ -73,6 +79,8 @@ var o = ns;
7379

7480
<!-- <toc ignore="*bessel*" ignore="*+(sin|cos|tan)*" ignore="+(*log*|ln|exp*|*pow*)" ignore="*+(abs|ceil|floor|clamp|trunc|round|signum)*" ignore="+(gamma-delta-ratio|gamma-lanczos-sum*|rempio2|kernel-*)" > -->
7581

82+
83+
7684
<!-- </toc> -->
7785

7886
</section>

lib/node_modules/@stdlib/stats/base/dists/truncated-normal/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,16 @@ The namespace contains the following functions for calculating distribution prop
5555

5656
<!-- <toc pattern="*+(entropy|kurtosis|mean|median|mode|skewness|stdev|variance)*"> -->
5757

58+
59+
5860
<!-- </toc> -->
5961

6062
The namespace contains a constructor function for creating a [truncated normal][truncated-normal-distribution] distribution object.
6163

6264
<!-- <toc pattern="*ctor*"> -->
6365

66+
67+
6468
<!-- </toc> -->
6569

6670
</section>

lib/node_modules/@stdlib/utils/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ The package contains the following sub-namespaces:
5858
<div class="namespace-toc">
5959

6060
- <span class="signature">[`CircularBuffer( buffer )`][@stdlib/utils/circular-buffer]</span><span class="delimiter">: </span><span class="description">circular buffer constructor.</span>
61+
- <span class="signature">[`CompactAdjacencyMatrix( N )`][@stdlib/utils/compact-adjacency-matrix]</span><span class="delimiter">: </span><span class="description">compact adjacency matrix constructor.</span>
6162
- <span class="signature">[`DoublyLinkedList()`][@stdlib/utils/doubly-linked-list]</span><span class="delimiter">: </span><span class="description">doubly linked list constructor.</span>
6263
- <span class="signature">[`FIFO()`][@stdlib/utils/fifo]</span><span class="delimiter">: </span><span class="description">first-in-first-out (FIFO) queue.</span>
6364
- <span class="signature">[`LinkedList()`][@stdlib/utils/linked-list]</span><span class="delimiter">: </span><span class="description">singly linked list.</span>
@@ -730,6 +731,8 @@ console.log( objectKeys( utils ) );
730731

731732
[@stdlib/utils/circular-buffer]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/circular-buffer
732733

734+
[@stdlib/utils/compact-adjacency-matrix]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/compact-adjacency-matrix
735+
733736
[@stdlib/utils/doubly-linked-list]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/doubly-linked-list
734737

735738
[@stdlib/utils/fifo]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/fifo

0 commit comments

Comments
 (0)