Skip to content

Commit

Permalink
docs: update related packages sections
Browse files Browse the repository at this point in the history
PR-URL: #1316
Reviewed-by: Philipp Burckhardt <[email protected]>
  • Loading branch information
stdlib-bot authored Feb 16, 2024
1 parent 3d496ba commit 3497b72
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions lib/node_modules/@stdlib/array/cartesian-product/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,13 @@ var out = cartesianProduct( x1, x2 );

<section class="related">

* * *

## See Also

- <span class="package-name">[`@stdlib/array/cartesian-power`][@stdlib/array/cartesian-power]</span><span class="delimiter">: </span><span class="description">return the Cartesian power.</span>
- <span class="package-name">[`@stdlib/array/cartesian-square`][@stdlib/array/cartesian-square]</span><span class="delimiter">: </span><span class="description">return the Cartesian square.</span>

</section>

<!-- /.related -->
Expand All @@ -97,6 +104,14 @@ var out = cartesianProduct( x1, x2 );

[cartesian-product]: https://en.wikipedia.org/wiki/Cartesian_product

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

[@stdlib/array/cartesian-power]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/cartesian-power

[@stdlib/array/cartesian-square]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/cartesian-square

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

</section>

<!-- /.links -->

1 comment on commit 3497b72

@stdlib-bot
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage Report

Package Statements Branches Functions Lines
array/cartesian-product $\color{green}102/102$
$\color{green}+100.00\%$
$\color{green}7/7$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}102/102$
$\color{green}+100.00\%$

The above coverage report was generated for the changes in this push.

Please sign in to comment.