From c26854858e9e785f39c82a3e10e5ac9267d52699 Mon Sep 17 00:00:00 2001 From: Planeshifter <1913638+Planeshifter@users.noreply.github.com> Date: Tue, 16 Dec 2025 02:53:43 +0000 Subject: [PATCH] docs: update namespace table of contents Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> --- lib/node_modules/@stdlib/_tools/eslint/rules/README.md | 3 +++ lib/node_modules/@stdlib/utils/README.md | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/node_modules/@stdlib/_tools/eslint/rules/README.md b/lib/node_modules/@stdlib/_tools/eslint/rules/README.md index caa2619e416c..0a98ee674f3c 100644 --- a/lib/node_modules/@stdlib/_tools/eslint/rules/README.md +++ b/lib/node_modules/@stdlib/_tools/eslint/rules/README.md @@ -52,6 +52,7 @@ var eslint = rules;
- [`capitalized-comments`][@stdlib/_tools/eslint/rules/capitalized-comments]: ESLint rule to enforce that comments start with an uppercase letter. +- [`doctest-annotation-spacing`][@stdlib/_tools/eslint/rules/doctest-annotation-spacing]: ESLint rule to enforce spacing in return annotations in single-line comments. - [`doctest-marker`][@stdlib/_tools/eslint/rules/doctest-marker]: ESLint rule to enforce marker style conventions for return annotations. - [`doctest-quote-props`][@stdlib/_tools/eslint/rules/doctest-quote-props]: ESLint rule to enforce that property names in return annotations are quoted using single quotes. - [`doctest`][@stdlib/_tools/eslint/rules/doctest]: ESLint rule to ensure return annotations match the actual output. @@ -374,6 +375,8 @@ console.log( getKeys( rules ) ); [@stdlib/_tools/eslint/rules/capitalized-comments]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/_tools/eslint/rules/capitalized-comments +[@stdlib/_tools/eslint/rules/doctest-annotation-spacing]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/_tools/eslint/rules/doctest-annotation-spacing + [@stdlib/_tools/eslint/rules/doctest-marker]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/_tools/eslint/rules/doctest-marker [@stdlib/_tools/eslint/rules/doctest-quote-props]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/_tools/eslint/rules/doctest-quote-props diff --git a/lib/node_modules/@stdlib/utils/README.md b/lib/node_modules/@stdlib/utils/README.md index b1d6906c7329..ba0bda00cb85 100644 --- a/lib/node_modules/@stdlib/utils/README.md +++ b/lib/node_modules/@stdlib/utils/README.md @@ -129,7 +129,6 @@ The namespace has the following sub-namespaces:
-- [`capitalizeKeys( obj )`][@stdlib/utils/capitalize-keys]: convert the first letter of each object key to uppercase. - [`commonKeys( obj1, obj2[, obj3[,...,objN]] )`][@stdlib/utils/common-keys]: return the common own property names of two or more objects. - [`deepGet( obj, path[, options] )`][@stdlib/utils/deep-get]: get a nested property value. - [`deepSet( obj, path, value[, options] )`][@stdlib/utils/deep-set]: set a nested property value. @@ -514,8 +513,6 @@ console.log( objectKeys( utils ) ); [@stdlib/utils/while]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/while -[@stdlib/utils/capitalize-keys]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/capitalize-keys - [@stdlib/utils/common-keys]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/common-keys [@stdlib/utils/deep-get]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/deep-get