Skip to content

Commit

Permalink
docs: update related packages sections
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Mar 17, 2024
1 parent 5a81f05 commit f59041e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
2 changes: 0 additions & 2 deletions lib/node_modules/@stdlib/math/base/special/csc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ for ( i = 0; i < x.length; i++ ) {

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

[@stdlib/math/base/special/sin]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/sin

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

</section>
Expand Down
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

0 comments on commit f59041e

Please sign in to comment.