Skip to content

Commit 0616f00

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

File tree

2 files changed

+16
-2
lines changed
  • lib/node_modules/@stdlib

2 files changed

+16
-2
lines changed

lib/node_modules/@stdlib/number/uint16/base/from-binary-string/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,14 @@ for ( i = 0; i < 100; i++ ) {
9191

9292
<section class="related">
9393

94+
* * *
95+
96+
## See Also
97+
98+
- <span class="package-name">[`@stdlib/number/uint16/base/to-binary-string`][@stdlib/number/uint16/base/to-binary-string]</span><span class="delimiter">: </span><span class="description">return a string giving the literal bit representation of an unsigned 16-bit integer.</span>
99+
- <span class="package-name">[`@stdlib/number/uint32/base/from-binary-string`][@stdlib/number/uint32/base/from-binary-string]</span><span class="delimiter">: </span><span class="description">create an unsigned 32-bit integer from a literal bit representation.</span>
100+
- <span class="package-name">[`@stdlib/number/uint8/base/from-binary-string`][@stdlib/number/uint8/base/from-binary-string]</span><span class="delimiter">: </span><span class="description">create an unsigned 8-bit integer from a literal bit representation.</span>
101+
94102
</section>
95103

96104
<!-- /.related -->
@@ -101,6 +109,14 @@ for ( i = 0; i < 100; i++ ) {
101109

102110
[@stdlib/number/uint16/base/to-binary-string]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/number/uint16/base/to-binary-string
103111

112+
<!-- <related-links> -->
113+
114+
[@stdlib/number/uint32/base/from-binary-string]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/number/uint32/base/from-binary-string
115+
116+
[@stdlib/number/uint8/base/from-binary-string]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/number/uint8/base/from-binary-string
117+
118+
<!-- </related-links> -->
119+
104120
</section>
105121

106122
<!-- /.links -->

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ str = last( 'good night', 5 );
8181

8282
* * *
8383

84-
8584
</section>
8685

8786
<!-- /.related -->
@@ -92,7 +91,6 @@ str = last( 'good night', 5 );
9291

9392
<!-- <related-links> -->
9493

95-
9694
<!-- </related-links> -->
9795

9896
</section>

0 commit comments

Comments
 (0)