Skip to content

Commit 8affb20

Browse files
authored
docs: update related packages sections
PR-URL: #1248 Reviewed-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent 06416f0 commit 8affb20

File tree

5 files changed

+32
-1
lines changed

5 files changed

+32
-1
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,8 @@ int main( void ) {
194194

195195
<!-- <related-links> -->
196196

197+
198+
197199
<!-- </related-links> -->
198200

199201
</section>

lib/node_modules/@stdlib/ndarray/numel-dimension/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,14 @@ for ( i = 0; i < slices.length; i++ ) {
139139

140140
<section class="related">
141141

142+
* * *
143+
144+
## See Also
145+
146+
- <span class="package-name">[`@stdlib/ndarray/array`][@stdlib/ndarray/array]</span><span class="delimiter">: </span><span class="description">multidimensional arrays.</span>
147+
- <span class="package-name">[`@stdlib/ndarray/ctor`][@stdlib/ndarray/ctor]</span><span class="delimiter">: </span><span class="description">multidimensional array constructor.</span>
148+
- <span class="package-name">[`@stdlib/ndarray/numel`][@stdlib/ndarray/numel]</span><span class="delimiter">: </span><span class="description">return the number of elements in an ndarray.</span>
149+
142150
</section>
143151

144152
<!-- /.related -->
@@ -151,6 +159,14 @@ for ( i = 0; i < slices.length; i++ ) {
151159

152160
[@stdlib/ndarray/shape]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/shape
153161

162+
<!-- <related-links> -->
163+
164+
[@stdlib/ndarray/array]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/array
165+
166+
[@stdlib/ndarray/numel]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/numel
167+
168+
<!-- </related-links> -->
169+
154170
</section>
155171

156172
<!-- /.links -->

lib/node_modules/@stdlib/number/uint32/base/rotr/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,12 @@ for ( i = 0; i < 100; i++ ) {
114114

115115
<section class="related">
116116

117+
* * *
118+
119+
## See Also
120+
121+
- <span class="package-name">[`@stdlib/number/uint32/base/rotl`][@stdlib/number/uint32/base/rotl]</span><span class="delimiter">: </span><span class="description">bitwise rotation to the left.</span>
122+
117123
</section>
118124

119125
<!-- /.related -->
@@ -122,6 +128,12 @@ for ( i = 0; i < 100; i++ ) {
122128

123129
<section class="links">
124130

131+
<!-- <related-links> -->
132+
133+
[@stdlib/number/uint32/base/rotl]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/number/uint32/base/rotl
134+
135+
<!-- </related-links> -->
136+
125137
</section>
126138

127139
<!-- /.links -->

lib/node_modules/@stdlib/regexp/reviver/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ var bool = ( re1.toString() === re2.toString() );
119119

120120
<!-- <related-links> -->
121121

122+
123+
122124
<!-- </related-links> -->
123125

124126
</section>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ The namespace contains the following utilities:
5757

5858
<div class="namespace-toc">
5959

60-
6160
</div>
6261

6362
<!-- </toc> -->

0 commit comments

Comments
 (0)