Skip to content

docs: update related packages sections #1930

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,14 @@ for ( i = 0; i < 100; i++ ) {

<section class="related">

* * *

## See Also

- <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>
- <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>
- <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>

</section>

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

[@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

<!-- <related-links> -->

[@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

[@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

<!-- </related-links> -->

</section>

<!-- /.links -->
2 changes: 0 additions & 2 deletions lib/node_modules/@stdlib/string/base/last/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ str = last( 'good night', 5 );

* * *


</section>

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

<!-- <related-links> -->


<!-- </related-links> -->

</section>
Expand Down