Skip to content

Commit 8d7c629

Browse files
committed
Auto-generated commit
1 parent 6487747 commit 8d7c629

File tree

4 files changed

+43
-0
lines changed

4 files changed

+43
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1763,6 +1763,7 @@ A total of 14 people contributed to this release. Thank you to the following con
17631763

17641764
<details>
17651765

1766+
- [`a973708`](https://github.com/stdlib-js/stdlib/commit/a973708c85ff1696483ab503201191353125b964) - **docs:** update namespace table of contents [(#6741)](https://github.com/stdlib-js/stdlib/pull/6741) _(by stdlib-bot)_
17661767
- [`28a1564`](https://github.com/stdlib-js/stdlib/commit/28a1564b9977c9c0aebb9806c2a4cbb10336b234) - **feat:** add `reshape` to namespace _(by Athan Reines)_
17671768
- [`7d4246f`](https://github.com/stdlib-js/stdlib/commit/7d4246ff5c4607dc228a37c36a9a792181ba2c11) - **feat:** add `linspace2d` to namespace _(by Athan Reines)_
17681769
- [`60bcff3`](https://github.com/stdlib-js/stdlib/commit/60bcff3e6b8998206890401c120501459c7bbf7d) - **feat:** add `countIfs` to namespace _(by Athan Reines)_

base/banded/README.md

+15
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,13 @@ The namespace exports the following:
5353

5454
<!-- <toc pattern="*"> -->
5555

56+
<div class="namespace-toc">
57+
58+
- <span class="signature">[`filled2dBy( shape, ku, kl, fill, clbk[, thisArg] )`][@stdlib/array/base/banded/filled2d-by]</span><span class="delimiter">: </span><span class="description">create a filled two-dimensional banded nested array according to a provided callback function.</span>
59+
- <span class="signature">[`toCompact( arr, ku, kl, colexicographic )`][@stdlib/array/base/banded/to-compact]</span><span class="delimiter">: </span><span class="description">convert a two-dimensional banded nested array to compact banded storage.</span>
60+
61+
</div>
62+
5663
<!-- </toc> -->
5764

5865
</section>
@@ -100,6 +107,14 @@ console.log( objectKeys( ns ) );
100107

101108
<section class="links">
102109

110+
<!-- <toc-links> -->
111+
112+
[@stdlib/array/base/banded/filled2d-by]: https://github.com/stdlib-js/array/tree/main/base/banded/filled2d-by
113+
114+
[@stdlib/array/base/banded/to-compact]: https://github.com/stdlib-js/array/tree/main/base/banded/to-compact
115+
116+
<!-- </toc-links> -->
117+
103118
</section>
104119

105120
<!-- /.links -->

base/symmetric-banded/README.md

+15
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,13 @@ The namespace exports the following:
5353

5454
<!-- <toc pattern="*"> -->
5555

56+
<div class="namespace-toc">
57+
58+
- <span class="signature">[`filled2dBy( N, k, fill, clbk[, thisArg] )`][@stdlib/array/base/symmetric-banded/filled2d-by]</span><span class="delimiter">: </span><span class="description">create a filled two-dimensional symmetric banded nested array according to a provided callback function.</span>
59+
- <span class="signature">[`toCompact( uplo, arr, k, colexicographic )`][@stdlib/array/base/symmetric-banded/to-compact]</span><span class="delimiter">: </span><span class="description">convert a two-dimensional symmetric banded nested array to compact banded storage.</span>
60+
61+
</div>
62+
5663
<!-- </toc> -->
5764

5865
</section>
@@ -100,6 +107,14 @@ console.log( objectKeys( ns ) );
100107

101108
<section class="links">
102109

110+
<!-- <toc-links> -->
111+
112+
[@stdlib/array/base/symmetric-banded/filled2d-by]: https://github.com/stdlib-js/array/tree/main/base/symmetric-banded/filled2d-by
113+
114+
[@stdlib/array/base/symmetric-banded/to-compact]: https://github.com/stdlib-js/array/tree/main/base/symmetric-banded/to-compact
115+
116+
<!-- </toc-links> -->
117+
103118
</section>
104119

105120
<!-- /.links -->

base/symmetric/README.md

+12
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ The namespace exports the following:
5353

5454
<!-- <toc pattern="*"> -->
5555

56+
<div class="namespace-toc">
57+
58+
- <span class="signature">[`filled2dBy( N, clbk[, thisArg] )`][@stdlib/array/base/symmetric/filled2d-by]</span><span class="delimiter">: </span><span class="description">create a filled two-dimensional symmetric nested array according to a provided callback function.</span>
59+
60+
</div>
61+
5662
<!-- </toc> -->
5763

5864
</section>
@@ -100,6 +106,12 @@ console.log( objectKeys( ns ) );
100106

101107
<section class="links">
102108

109+
<!-- <toc-links> -->
110+
111+
[@stdlib/array/base/symmetric/filled2d-by]: https://github.com/stdlib-js/array/tree/main/base/symmetric/filled2d-by
112+
113+
<!-- </toc-links> -->
114+
103115
</section>
104116

105117
<!-- /.links -->

0 commit comments

Comments
 (0)