Skip to content

Commit 3497b72

Browse files
authored
docs: update related packages sections
PR-URL: #1316 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent 3d496ba commit 3497b72

File tree

1 file changed

+15
-0
lines changed
  • lib/node_modules/@stdlib/array/cartesian-product

1 file changed

+15
-0
lines changed

lib/node_modules/@stdlib/array/cartesian-product/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,13 @@ var out = cartesianProduct( x1, x2 );
8787

8888
<section class="related">
8989

90+
* * *
91+
92+
## See Also
93+
94+
- <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>
95+
- <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>
96+
9097
</section>
9198

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

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

107+
<!-- <related-links> -->
108+
109+
[@stdlib/array/cartesian-power]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/cartesian-power
110+
111+
[@stdlib/array/cartesian-square]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/cartesian-square
112+
113+
<!-- </related-links> -->
114+
100115
</section>
101116

102117
<!-- /.links -->

0 commit comments

Comments
 (0)