Skip to content

Commit 5e1216b

Browse files
authored
docs: update related packages sections
PR-URL: #1192 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent 1a58b7e commit 5e1216b

5 files changed

Lines changed: 38 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ console.log( out );
127127

128128
<!-- <related-links> -->
129129

130+
131+
130132
<!-- </related-links> -->
131133

132134
</section>

lib/node_modules/@stdlib/function/to-string/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@ for ( i = 0; i < fcns.length; i++ ) {
146146

147147
<!-- <related-links> -->
148148

149+
150+
149151
<!-- </related-links> -->
150152

151153
</section>

lib/node_modules/@stdlib/number/float64/base/set-low-word/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,13 @@ int main( void ) {
197197
198198
<section class="related">
199199
200+
* * *
201+
202+
## See Also
203+
204+
- <span class="package-name">[`@stdlib/number/float64/base/get-low-word`][@stdlib/number/float64/base/get-low-word]</span><span class="delimiter">: </span><span class="description">return an unsigned 32-bit integer corresponding to the less significant 32 bits of a double-precision floating-point number.</span>
205+
- <span class="package-name">[`@stdlib/number/float64/base/set-high-word`][@stdlib/number/float64/base/set-high-word]</span><span class="delimiter">: </span><span class="description">set the more significant 32 bits of a double-precision floating-point number.</span>
206+
200207
</section>
201208
202209
<!-- /.related -->
@@ -207,6 +214,14 @@ int main( void ) {
207214
208215
[ieee754]: https://en.wikipedia.org/wiki/IEEE_754-1985
209216
217+
<!-- <related-links> -->
218+
219+
[@stdlib/number/float64/base/get-low-word]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/number/float64/base/get-low-word
220+
221+
[@stdlib/number/float64/base/set-high-word]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/number/float64/base/set-high-word
222+
223+
<!-- </related-links> -->
224+
210225
</section>
211226
212227
<!-- /.links -->

lib/node_modules/@stdlib/string/base/first/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,14 @@ str = first( 'The Last of the Mohicans', 5 );
7979

8080
<section class="related">
8181

82+
* * *
83+
84+
## See Also
85+
86+
- <span class="package-name">[`@stdlib/string/base/first-code-point`][@stdlib/string/base/first-code-point]</span><span class="delimiter">: </span><span class="description">return the first Unicode code point of a string.</span>
87+
- <span class="package-name">[`@stdlib/string/base/first-grapheme-cluster`][@stdlib/string/base/first-grapheme-cluster]</span><span class="delimiter">: </span><span class="description">return the first grapheme cluster (i.e., user-perceived character) of a string.</span>
88+
- <span class="package-name">[`@stdlib/string/first`][@stdlib/string/first]</span><span class="delimiter">: </span><span class="description">return the first character(s) of a string.</span>
89+
8290
</section>
8391

8492
<!-- /.related -->
@@ -87,6 +95,16 @@ str = first( 'The Last of the Mohicans', 5 );
8795

8896
<section class="links">
8997

98+
<!-- <related-links> -->
99+
100+
[@stdlib/string/base/first-code-point]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/string/base/first-code-point
101+
102+
[@stdlib/string/base/first-grapheme-cluster]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/string/base/first-grapheme-cluster
103+
104+
[@stdlib/string/first]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/string/first
105+
106+
<!-- </related-links> -->
107+
90108
</section>
91109

92110
<!-- /.links -->

lib/node_modules/@stdlib/string/remove-last/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ boo
199199

200200
## See Also
201201

202-
- <span class="package-name">[`@stdlib/string/remove-first`][@stdlib/string/remove-first]</span><span class="delimiter">: </span><span class="description">remove the first character of a string.</span>
202+
- <span class="package-name">[`@stdlib/string/remove-first`][@stdlib/string/remove-first]</span><span class="delimiter">: </span><span class="description">remove the first character(s) of a string.</span>
203203

204204
</section>
205205

0 commit comments

Comments
 (0)