Skip to content

Commit 958995c

Browse files
authored
docs: update namespace table of contents
PR-URL: #9076 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent c4d8bf6 commit 958995c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/node_modules/@stdlib/_tools/eslint/rules/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ var eslint = rules;
5252
<div class="namespace-toc">
5353

5454
- <span class="signature">[`capitalized-comments`][@stdlib/_tools/eslint/rules/capitalized-comments]</span><span class="delimiter">: </span><span class="description">ESLint rule to enforce that comments start with an uppercase letter.</span>
55+
- <span class="signature">[`doctest-annotation-spacing`][@stdlib/_tools/eslint/rules/doctest-annotation-spacing]</span><span class="delimiter">: </span><span class="description">ESLint rule to enforce spacing in return annotations in single-line comments.</span>
5556
- <span class="signature">[`doctest-marker`][@stdlib/_tools/eslint/rules/doctest-marker]</span><span class="delimiter">: </span><span class="description">ESLint rule to enforce marker style conventions for return annotations.</span>
5657
- <span class="signature">[`doctest-quote-props`][@stdlib/_tools/eslint/rules/doctest-quote-props]</span><span class="delimiter">: </span><span class="description">ESLint rule to enforce that property names in return annotations are quoted using single quotes.</span>
5758
- <span class="signature">[`doctest`][@stdlib/_tools/eslint/rules/doctest]</span><span class="delimiter">: </span><span class="description">ESLint rule to ensure return annotations match the actual output.</span>
@@ -374,6 +375,8 @@ console.log( getKeys( rules ) );
374375

375376
[@stdlib/_tools/eslint/rules/capitalized-comments]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/_tools/eslint/rules/capitalized-comments
376377

378+
[@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
379+
377380
[@stdlib/_tools/eslint/rules/doctest-marker]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/_tools/eslint/rules/doctest-marker
378381

379382
[@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

lib/node_modules/@stdlib/utils/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ The namespace has the following sub-namespaces:
129129

130130
<div class="namespace-toc">
131131

132-
- <span class="signature">[`capitalizeKeys( obj )`][@stdlib/utils/capitalize-keys]</span><span class="delimiter">: </span><span class="description">convert the first letter of each object key to uppercase.</span>
133132
- <span class="signature">[`commonKeys( obj1, obj2[, obj3[,...,objN]] )`][@stdlib/utils/common-keys]</span><span class="delimiter">: </span><span class="description">return the common own property names of two or more objects.</span>
134133
- <span class="signature">[`deepGet( obj, path[, options] )`][@stdlib/utils/deep-get]</span><span class="delimiter">: </span><span class="description">get a nested property value.</span>
135134
- <span class="signature">[`deepSet( obj, path, value[, options] )`][@stdlib/utils/deep-set]</span><span class="delimiter">: </span><span class="description">set a nested property value.</span>
@@ -514,8 +513,6 @@ console.log( objectKeys( utils ) );
514513

515514
[@stdlib/utils/while]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/while
516515

517-
[@stdlib/utils/capitalize-keys]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/capitalize-keys
518-
519516
[@stdlib/utils/common-keys]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/common-keys
520517

521518
[@stdlib/utils/deep-get]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/deep-get

0 commit comments

Comments
 (0)