Skip to content

Commit 949e3fa

Browse files
committed
Add table of contents
1 parent 9922c18 commit 949e3fa

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,18 @@ var o = utils;
3939
// returns {...}
4040
```
4141

42+
<!-- <toc pattern="*"> -->
43+
44+
<div class="namespace-toc">
45+
46+
- <span class="signature">[`incrspace( start, stop[, increment] )`][@stdlib/math/utils/incrspace]</span><span class="delimiter">: </span><span class="description">generate a linearly spaced numeric array using a provided increment.</span>
47+
- <span class="signature">[`linspace( start, stop[, length] )`][@stdlib/math/utils/linspace]</span><span class="delimiter">: </span><span class="description">generate a linearly spaced numeric array.</span>
48+
- <span class="signature">[`logspace( a, b[, length] )`][@stdlib/math/utils/logspace]</span><span class="delimiter">: </span><span class="description">generate a logarithmically spaced numeric array.</span>
49+
50+
</div>
51+
52+
<!-- </toc> -->
53+
4254
</section>
4355

4456
<!-- /.usage -->
@@ -64,6 +76,16 @@ console.log( getKeys( utils ) );
6476

6577
<section class="links">
6678

79+
<!-- <toc-links> -->
80+
81+
[@stdlib/math/utils/incrspace]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/utils/incrspace
82+
83+
[@stdlib/math/utils/linspace]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/utils/linspace
84+
85+
[@stdlib/math/utils/logspace]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/utils/logspace
86+
87+
<!-- </toc-links> -->
88+
6789
</section>
6890

6991
<!-- /.links -->

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,18 @@ var fcns = nlp;
3939
// returns {...}
4040
```
4141

42+
<!-- <toc pattern="*"> -->
43+
44+
<div class="namespace-toc">
45+
46+
- <span class="signature">[`expandContractions( str )`][@stdlib/nlp/expand-contractions]</span><span class="delimiter">: </span><span class="description">expand all contractions to their formal equivalents.</span>
47+
- <span class="signature">[`lda( docs, K[, options] )`][@stdlib/nlp/lda]</span><span class="delimiter">: </span><span class="description">latent Dirichlet Allocation via collapsed Gibbs sampling.</span>
48+
- <span class="signature">[`tokenize( str[, keepWhitespace] )`][@stdlib/nlp/tokenize]</span><span class="delimiter">: </span><span class="description">tokenize a string.</span>
49+
50+
</div>
51+
52+
<!-- </toc> -->
53+
4254
</section>
4355

4456
<!-- /.usage -->
@@ -64,6 +76,16 @@ console.log( getKeys( nlp ) );
6476

6577
<section class="links">
6678

79+
<!-- <toc-links> -->
80+
81+
[@stdlib/nlp/expand-contractions]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/nlp/expand-contractions
82+
83+
[@stdlib/nlp/lda]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/nlp/lda
84+
85+
[@stdlib/nlp/tokenize]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/nlp/tokenize
86+
87+
<!-- </toc-links> -->
88+
6789
</section>
6890

6991
<!-- /.links -->

0 commit comments

Comments
 (0)