Skip to content

Commit 563a4f8

Browse files
authored
docs: update related packages sections
PR-URL: #4594 Reviewed-by: Philipp Burckhardt <[email protected]>
1 parent bfa8cf1 commit 563a4f8

File tree

5 files changed

+41
-1
lines changed

5 files changed

+41
-1
lines changed

lib/node_modules/@stdlib/array/base/filled3d-by/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,12 @@ out = filled3dBy( [ 1, 1, 3 ], constantFunction( void 0 ) );
134134

135135
<section class="related">
136136

137+
* * *
138+
139+
## See Also
140+
141+
- <span class="package-name">[`@stdlib/array/base/filled3d`][@stdlib/array/base/filled3d]</span><span class="delimiter">: </span><span class="description">create a filled three-dimensional nested array.</span>
142+
137143
</section>
138144

139145
<!-- /.related -->
@@ -142,6 +148,12 @@ out = filled3dBy( [ 1, 1, 3 ], constantFunction( void 0 ) );
142148

143149
<section class="links">
144150

151+
<!-- <related-links> -->
152+
153+
[@stdlib/array/base/filled3d]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/base/filled3d
154+
155+
<!-- </related-links> -->
156+
145157
</section>
146158

147159
<!-- /.links -->

lib/node_modules/@stdlib/assert/is-pascalcase/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,12 @@ true
166166

167167
<section class="related">
168168

169+
* * *
170+
171+
## See Also
172+
173+
- <span class="package-name">[`@stdlib/assert/is-string`][@stdlib/assert/is-string]</span><span class="delimiter">: </span><span class="description">test if a value is a string.</span>
174+
169175
</section>
170176

171177
<!-- /.related -->
@@ -180,6 +186,8 @@ true
180186

181187
<!-- <related-links> -->
182188

189+
[@stdlib/assert/is-string]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-string
190+
183191
<!-- </related-links> -->
184192

185193
</section>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ int main( void ) {
285285
286286
- <span class="package-name">[`@stdlib/blas/ext/base/dapxsum`][@stdlib/blas/ext/base/dapxsum]</span><span class="delimiter">: </span><span class="description">add a scalar constant to each double-precision floating-point strided array element and compute the sum.</span>
287287
- <span class="package-name">[`@stdlib/blas/ext/base/dsumkbn`][@stdlib/blas/ext/base/dsumkbn]</span><span class="delimiter">: </span><span class="description">calculate the sum of double-precision floating-point strided array elements using an improved Kahan–Babuška algorithm.</span>
288-
- <span class="package-name">[`@stdlib/blas/ext/base/gapxsumkbn`][@stdlib/blas/ext/base/gapxsumkbn]</span><span class="delimiter">: </span><span class="description">add a constant to each strided array element and compute the sum using an improved Kahan–Babuška algorithm.</span>
288+
- <span class="package-name">[`@stdlib/blas/ext/base/gapxsumkbn`][@stdlib/blas/ext/base/gapxsumkbn]</span><span class="delimiter">: </span><span class="description">add a scalar constant to each strided array element and compute the sum using an improved Kahan–Babuška algorithm.</span>
289289
- <span class="package-name">[`@stdlib/blas/ext/base/sapxsumkbn`][@stdlib/blas/ext/base/sapxsumkbn]</span><span class="delimiter">: </span><span class="description">add a constant to each single-precision floating-point strided array element and compute the sum using an improved Kahan–Babuška algorithm.</span>
290290
291291
</section>

lib/node_modules/@stdlib/constants/float32/half-ln-two/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,12 @@ Macro for one half times the [natural logarithm][@stdlib/math/base/special/ln] o
120120

121121
<section class="related">
122122

123+
* * *
124+
125+
## See Also
126+
127+
- <span class="package-name">[`@stdlib/constants/float64/half-ln-two`][@stdlib/constants/float64/half-ln-two]</span><span class="delimiter">: </span><span class="description">one half times the natural logarithm of 2.</span>
128+
123129
</section>
124130

125131
<!-- /.related -->
@@ -132,6 +138,8 @@ Macro for one half times the [natural logarithm][@stdlib/math/base/special/ln] o
132138

133139
<!-- <related-links> -->
134140

141+
[@stdlib/constants/float64/half-ln-two]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float64/half-ln-two
142+
135143
<!-- </related-links> -->
136144

137145
</section>

lib/node_modules/@stdlib/string/base/right-pad/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,12 @@ logEach( '%s', out );
109109

110110
<section class="related">
111111

112+
* * *
113+
114+
## See Also
115+
116+
- <span class="package-name">[`@stdlib/string/base/left-pad`][@stdlib/string/base/left-pad]</span><span class="delimiter">: </span><span class="description">left pad a string.</span>
117+
112118
</section>
113119

114120
<!-- /.related -->
@@ -117,6 +123,12 @@ logEach( '%s', out );
117123

118124
<section class="links">
119125

126+
<!-- <related-links> -->
127+
128+
[@stdlib/string/base/left-pad]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/string/base/left-pad
129+
130+
<!-- </related-links> -->
131+
120132
</section>
121133

122134
<!-- /.links -->

0 commit comments

Comments
 (0)