From ce4530b7abe28146d8418ceb1740a05794e72ac4 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Wed, 11 Dec 2024 03:16:42 +0000 Subject: [PATCH] Auto-generated commit --- CHANGELOG.md | 3 ++- base/cartesian-power/README.md | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d410e11..fef664c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@
-## Unreleased (2024-12-10) +## Unreleased (2024-12-11)
@@ -594,6 +594,7 @@ A total of 10 people contributed to this release. Thank you to the following con
+- [`bf5643f`](https://github.com/stdlib-js/stdlib/commit/bf5643fb1a3f32a60903d8e210f71571e609119f) - **docs:** update related packages sections [(#3404)](https://github.com/stdlib-js/stdlib/pull/3404) _(by stdlib-bot)_ - [`ac06419`](https://github.com/stdlib-js/stdlib/commit/ac06419c2a8358dfd80818823f571077eb58958e) - **docs:** update related packages sections [(#3387)](https://github.com/stdlib-js/stdlib/pull/3387) _(by stdlib-bot)_ - [`1c56b73`](https://github.com/stdlib-js/stdlib/commit/1c56b737ec018cc818cebf19e5c7947fa684e126) - **docs:** update related packages sections [(#3380)](https://github.com/stdlib-js/stdlib/pull/3380) _(by stdlib-bot)_ - [`0a8192d`](https://github.com/stdlib-js/stdlib/commit/0a8192d68506a2abf4c3e52e1af9f1510e1660b4) - **docs:** update related packages sections [(#3370)](https://github.com/stdlib-js/stdlib/pull/3370) _(by stdlib-bot)_ diff --git a/base/cartesian-power/README.md b/base/cartesian-power/README.md index 6d2f0a1f..9ef5628e 100644 --- a/base/cartesian-power/README.md +++ b/base/cartesian-power/README.md @@ -89,6 +89,14 @@ var out = cartesianPower( x, 3 ); @@ -99,6 +107,16 @@ var out = cartesianPower( x, 3 ); [cartesian-product]: https://en.wikipedia.org/wiki/Cartesian_product + + +[@stdlib/array/cartesian-power]: https://github.com/stdlib-js/array/tree/main/cartesian-power + +[@stdlib/array/base/cartesian-product]: https://github.com/stdlib-js/array/tree/main/base/cartesian-product + +[@stdlib/array/base/cartesian-square]: https://github.com/stdlib-js/array/tree/main/base/cartesian-square + + +