Skip to content

Commit a7b8560

Browse files
committed
Auto-generated commit
1 parent 7e4da68 commit a7b8560

5 files changed

Lines changed: 18 additions & 10 deletions

File tree

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-01-01T02:05:26.580Z
1+
2024-02-01T02:28:47.105Z

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Copyright (c) 2016-2023 The Stdlib Authors.
1+
Copyright (c) 2016-2024 The Stdlib Authors.

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,14 @@ npm install @stdlib/stats-iter-stdev
6868

6969
Alternatively,
7070

71-
- To load the package in a website via a `script` tag without installation and bundlers, use the [ES Module][es-module] available on the [`esm` branch][esm-url].
72-
- If you are using Deno, visit the [`deno` branch][deno-url].
73-
- For use in Observable, or in browser/node environments, use the [Universal Module Definition (UMD)][umd] build available on the [`umd` branch][umd-url].
71+
- To load the package in a website via a `script` tag without installation and bundlers, use the [ES Module][es-module] available on the [`esm`][esm-url] branch (see [README][esm-readme]).
72+
- If you are using Deno, visit the [`deno`][deno-url] branch (see [README][deno-readme] for usage intructions).
73+
- For use in Observable, or in browser/node environments, use the [Universal Module Definition (UMD)][umd] build available on the [`umd`][umd-url] branch (see [README][umd-readme]).
7474

7575
The [branches.md][branches-url] file summarizes the available branches and displays a diagram illustrating their relationships.
7676

77+
To view installation and usage instructions specific to each branch build, be sure to explicitly navigate to the respective README files on each branch, as linked to above.
78+
7779
</section>
7880

7981
<section class="usage">
@@ -239,8 +241,11 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
239241
[es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
240242

241243
[deno-url]: https://github.com/stdlib-js/stats-iter-stdev/tree/deno
244+
[deno-readme]: https://github.com/stdlib-js/stats-iter-stdev/blob/deno/README.md
242245
[umd-url]: https://github.com/stdlib-js/stats-iter-stdev/tree/umd
246+
[umd-readme]: https://github.com/stdlib-js/stats-iter-stdev/blob/umd/README.md
243247
[esm-url]: https://github.com/stdlib-js/stats-iter-stdev/tree/esm
248+
[esm-readme]: https://github.com/stdlib-js/stats-iter-stdev/blob/esm/README.md
244249
[branches-url]: https://github.com/stdlib-js/stats-iter-stdev/blob/main/branches.md
245250

246251
[stdlib-license]: https://raw.githubusercontent.com/stdlib-js/stats-iter-stdev/main/LICENSE

branches.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ This repository has the following branches:
2424

2525
- **main**: default branch generated from the [stdlib project][stdlib-url], where all development takes place.
2626
- **production**: [production build][production-url] of the package (e.g., reformatted error messages to reduce bundle sizes and thus the number of bytes transmitted over a network).
27-
- **esm**: [ES Module][esm-url] branch for use via a `script` tag without the need for installation and bundlers.
28-
- **deno**: [Deno][deno-url] branch for use in Deno.
29-
- **umd**: [UMD][umd-url] branch for use in Observable, or in dual browser/Node.js environments.
27+
- **esm**: [ES Module][esm-url] branch for use via a `script` tag without the need for installation and bundlers (see [README][esm-readme]).
28+
- **deno**: [Deno][deno-url] branch for use in Deno (see [README][deno-readme]).
29+
- **umd**: [UMD][umd-url] branch for use in Observable, or in dual browser/Node.js environments (see [README][umd-readme]).
3030

3131
The following diagram illustrates the relationships among the above branches:
3232

@@ -49,5 +49,8 @@ C -->|bundle| F[umd];
4949
[stdlib-url]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/iter/stdev
5050
[production-url]: https://github.com/stdlib-js/stats-iter-stdev/tree/production
5151
[deno-url]: https://github.com/stdlib-js/stats-iter-stdev/tree/deno
52+
[deno-readme]: https://github.com/stdlib-js/stats-iter-stdev/blob/deno/README.md
5253
[umd-url]: https://github.com/stdlib-js/stats-iter-stdev/tree/umd
53-
[esm-url]: https://github.com/stdlib-js/stats-iter-stdev/tree/esm
54+
[umd-readme]: https://github.com/stdlib-js/stats-iter-stdev/blob/umd/README.md
55+
[esm-url]: https://github.com/stdlib-js/stats-iter-stdev/tree/esm
56+
[esm-readme]: https://github.com/stdlib-js/stats-iter-stdev/blob/esm/README.md

docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import { Iterator } from '@stdlib/types/iter';
3030
* @returns corrected sample standard deviation
3131
*
3232
* @example
33-
* var runif = require( `@stdlib/random/iter/uniform` );
33+
* var runif = require( '@stdlib/random-iter-uniform' );
3434
*
3535
* var rand = runif( -10.0, 10.0, {
3636
* 'iter': 100

0 commit comments

Comments
 (0)