Skip to content

Commit

Permalink
Change link identifier and do not run code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Planeshifter committed Oct 25, 2022
1 parent e8bb0f3 commit 3964a5c
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GOVERNANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ An Institutional Partner is free to pursue funding for their work on The Project

## Changes

This is a living document and may be updated over time. Refer to the [git history for this document][git-history] to view changes.
This is a living document and may be updated over time. Refer to the [git history for this document][stdlib-git-commit-log-governance] to view changes.

## Attribution

Expand All @@ -168,7 +168,7 @@ This document may be reused under a [Creative Commons Attribution-ShareAlike 4.0

[cc-by-sa-4.0]: https://creativecommons.org/licenses/by-sa/4.0/

[git-history]: https://github.com/stdlib-js/stdlib/commits/develop/GOVERNANCE.md
[stdlib-git-commit-log-governance]: https://github.com/stdlib-js/stdlib/commits/develop/GOVERNANCE.md

</section>

Expand Down
10 changes: 10 additions & 0 deletions lib/node_modules/@stdlib/_tools/links/create/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ var create = require( '@stdlib/_tools/links/create' );

Creates a link entry in a link database.

<!-- run-disable -->

```javascript
var opts = {
'uri': 'https://stdlib.io',
Expand Down Expand Up @@ -73,6 +75,8 @@ The function accepts the following `options`:

To specify keywords which pertain to the link, set the `keywords` option.

<!-- run-disable -->

```javascript
var opts = {
'uri': 'https://stdlib.io',
Expand Down Expand Up @@ -100,6 +104,8 @@ function done( error ) {

To insert the link into a particular link database, set the `database` option.

<!-- run-disable -->

```javascript
var opts = {
'uri': 'https://stdlib.io',
Expand All @@ -122,6 +128,8 @@ function done( error ) {

Synchronously inserts a link into a link database.

<!-- run-disable -->

```javascript
var opts = {
'uri': 'https://stdlib.io',
Expand Down Expand Up @@ -160,6 +168,8 @@ The method accepts the same `options` as [`create()`](#create-async) above.

## Examples

<!-- run-disable -->

<!-- eslint no-undef: "error" -->

```javascript
Expand Down
2 changes: 2 additions & 0 deletions lib/node_modules/@stdlib/_tools/links/id2uri/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ The function accepts the following `options`:

To use an alternative link database, set the `database` option.

<!-- run-disable -->

```javascript
var opts = {
'database': './path/to/link/database/json'
Expand Down
2 changes: 2 additions & 0 deletions lib/node_modules/@stdlib/_tools/links/uri2id/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ The function accepts the following `options`:

To use an alternative link database, set the `database` option.

<!-- run-disable -->

```javascript
var opts = {
'database': './path/to/link/database/json'
Expand Down
2 changes: 2 additions & 0 deletions lib/node_modules/@stdlib/_tools/links/validate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ The function accepts the following `options`:

To use an alternative link database, set the `database` option.

<!-- run-disable -->

```javascript
var opts = {
'database': './path/to/link/database/json'
Expand Down

0 comments on commit 3964a5c

Please sign in to comment.