Skip to content

Commit a487950

Browse files
committed
docs: update related packages sections
1 parent 5de9a51 commit a487950

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

lib/node_modules/@stdlib/stats/base/dists/gumbel/logpdf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ for ( i = 0; i < 10; i++ ) {
160160

161161
#### stdlib_base_dists_gumbel_logcdf( x, mu, beta )
162162

163-
Evaluates the logarithm of the [probability density function][pdf] (PDF) for a [Gumbel][gumbel-distribution] distribution with parameters `mu` (location parameter) and `beta > 0` (scale parameter).```
163+
Evaluates the logarithm of the [probability density function][pdf] (PDF) for a [Gumbel][gumbel-distribution] distribution with parameters `mu` (location parameter) and `beta > 0` (scale parameter).\`\`\`
164164

165165
```c
166166
double out = stdlib_base_dists_gumbel_logpdf( 0.0, 0.0, 2.0 );

lib/node_modules/@stdlib/stats/base/dists/pareto-type1/logpdf/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@ int main( void ) {
264264

265265
<!-- /.c -->
266266

267-
268267
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
269268

270269
<section class="related">

lib/node_modules/@stdlib/stats/strided/dvarm/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,8 +363,6 @@ int main( void ) {
363363
364364
<!-- <related-links> -->
365365
366-
[@stdlib/stats/strided/dvariance]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/strided/dvariance
367-
368366
<!-- </related-links> -->
369367
370368
</section>

0 commit comments

Comments
 (0)