Skip to content

Commit 45a2bec

Browse files
committed
docs: update links
1 parent 1275ef7 commit 45a2bec

File tree

22 files changed

+163
-15
lines changed

22 files changed

+163
-15
lines changed

lib/node_modules/@stdlib/assert/is-absolute-http-uri/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ bool = isAbsoluteHttpURI( null );
103103

104104
<!-- /.examples -->
105105

106-
107106
<!-- Section for describing a command-line interface. -->
108107

109108
* * *

lib/node_modules/@stdlib/assert/is-absolute-uri/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ bool = isAbsoluteURI( null );
103103

104104
<!-- /.examples -->
105105

106-
107106
<!-- Section for describing a command-line interface. -->
108107

109108
* * *

lib/node_modules/@stdlib/assert/is-accessor-array/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,14 @@ bool = isAccessorArray( 3.14 );
155155

156156
<section class="related">
157157

158+
* * *
159+
160+
## See Also
161+
162+
- <span class="package-name">[`@stdlib/assert/is-array-like`][@stdlib/assert/is-array-like]</span><span class="delimiter">: </span><span class="description">test if a value is array-like.</span>
163+
- <span class="package-name">[`@stdlib/assert/is-array-like-object`][@stdlib/assert/is-array-like-object]</span><span class="delimiter">: </span><span class="description">test if a value is an array-like object.</span>
164+
- <span class="package-name">[`@stdlib/assert/is-collection`][@stdlib/assert/is-collection]</span><span class="delimiter">: </span><span class="description">test if a value is a collection.</span>
165+
158166
</section>
159167

160168
<!-- /.related -->
@@ -171,6 +179,12 @@ bool = isAccessorArray( 3.14 );
171179

172180
<!-- <related-links> -->
173181

182+
[@stdlib/assert/is-array-like]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-array-like
183+
184+
[@stdlib/assert/is-array-like-object]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-array-like-object
185+
186+
[@stdlib/assert/is-collection]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-collection
187+
174188
<!-- </related-links> -->
175189

176190
</section>

lib/node_modules/@stdlib/assert/is-array-like-object/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ bool = isArrayLikeObject( function noop() {} );
117117

118118
- <span class="package-name">[`@stdlib/assert/is-array`][@stdlib/assert/is-array]</span><span class="delimiter">: </span><span class="description">test if a value is an array.</span>
119119
- <span class="package-name">[`@stdlib/assert/is-array-like`][@stdlib/assert/is-array-like]</span><span class="delimiter">: </span><span class="description">test if a value is array-like.</span>
120+
- <span class="package-name">[`@stdlib/assert/is-collection`][@stdlib/assert/is-collection]</span><span class="delimiter">: </span><span class="description">test if a value is a collection.</span>
120121

121122
</section>
122123

@@ -134,6 +135,8 @@ bool = isArrayLikeObject( function noop() {} );
134135

135136
[@stdlib/assert/is-array-like]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-array-like
136137

138+
[@stdlib/assert/is-collection]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-collection
139+
137140
<!-- </related-links> -->
138141

139142
</section>

lib/node_modules/@stdlib/assert/is-array-like/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ bool = isArrayLike( function noop() {} );
113113

114114
- <span class="package-name">[`@stdlib/assert/is-array`][@stdlib/assert/is-array]</span><span class="delimiter">: </span><span class="description">test if a value is an array.</span>
115115
- <span class="package-name">[`@stdlib/assert/is-array-like-object`][@stdlib/assert/is-array-like-object]</span><span class="delimiter">: </span><span class="description">test if a value is an array-like object.</span>
116+
- <span class="package-name">[`@stdlib/assert/is-collection`][@stdlib/assert/is-collection]</span><span class="delimiter">: </span><span class="description">test if a value is a collection.</span>
116117

117118
</section>
118119

@@ -130,6 +131,8 @@ bool = isArrayLike( function noop() {} );
130131

131132
[@stdlib/assert/is-array-like-object]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-array-like-object
132133

134+
[@stdlib/assert/is-collection]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-collection
135+
133136
<!-- </related-links> -->
134137

135138
</section>

lib/node_modules/@stdlib/assert/is-biguint64array/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ bool = isBigUint64Array( null );
120120

121121
## See Also
122122

123-
- <span class="package-name">[`@stdlib/assert/is-bigint64array`][@stdlib/assert/is-bigint64array]</span><span class="delimiter">: </span><span class="description">test if a value is a BigUint64Array.</span>
123+
- <span class="package-name">[`@stdlib/assert/is-bigint64array`][@stdlib/assert/is-bigint64array]</span><span class="delimiter">: </span><span class="description">test if a value is a BigInt64Array.</span>
124124

125125
</section>
126126

lib/node_modules/@stdlib/assert/is-blank-string/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,15 @@ false
162162

163163
<section class="related">
164164

165+
* * *
166+
167+
## See Also
168+
169+
- <span class="package-name">[`@stdlib/assert/is-string`][@stdlib/assert/is-string]</span><span class="delimiter">: </span><span class="description">test if a value is a string.</span>
170+
- <span class="package-name">[`@stdlib/assert/is-empty-string`][@stdlib/assert/is-empty-string]</span><span class="delimiter">: </span><span class="description">test if a value is an empty string.</span>
171+
172+
</section>
173+
165174
<!-- /.related -->
166175

167176
<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
@@ -174,6 +183,10 @@ false
174183

175184
<!-- <related-links> -->
176185

186+
[@stdlib/assert/is-string]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-string
187+
188+
[@stdlib/assert/is-empty-string]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-empty-string
189+
177190
<!-- </related-links> -->
178191

179192
</section>

lib/node_modules/@stdlib/assert/is-collection/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ bool = isCollection( 3.14 );
136136
## See Also
137137

138138
- <span class="package-name">[`@stdlib/assert/is-array-like`][@stdlib/assert/is-array-like]</span><span class="delimiter">: </span><span class="description">test if a value is array-like.</span>
139+
- <span class="package-name">[`@stdlib/assert/is-array-like-object`][@stdlib/assert/is-array-like-object]</span><span class="delimiter">: </span><span class="description">test if a value is an array-like object.</span>
139140

140141
</section>
141142

@@ -155,6 +156,8 @@ bool = isCollection( 3.14 );
155156

156157
[@stdlib/assert/is-array-like]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-array-like
157158

159+
[@stdlib/assert/is-array-like-object]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-array-like-object
160+
158161
<!-- </related-links> -->
159162

160163
</section>

lib/node_modules/@stdlib/assert/is-constantcase/README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -173,12 +173,6 @@ true
173173

174174
<section class="related">
175175

176-
* * *
177-
178-
## See Also
179-
180-
- <span class="package-name">[`@stdlib/assert/is-string`][@stdlib/assert/is-string]</span><span class="delimiter">: </span><span class="description">test if a value is a string.</span>
181-
182176
</section>
183177

184178
<!-- /.related -->
@@ -193,8 +187,6 @@ true
193187

194188
<!-- <related-links> -->
195189

196-
[@stdlib/assert/is-string]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-string
197-
198190
<!-- </related-links> -->
199191

200192
</section>

lib/node_modules/@stdlib/assert/is-dataview/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ bool = isDataView( null );
125125
## See Also
126126

127127
- <span class="package-name">[`@stdlib/assert/is-arraybuffer`][@stdlib/assert/is-arraybuffer]</span><span class="delimiter">: </span><span class="description">test if a value is an ArrayBuffer.</span>
128+
- <span class="package-name">[`@stdlib/assert/is-typed-array`][@stdlib/assert/is-typed-array]</span><span class="delimiter">: </span><span class="description">test if a value is a typed array.</span>
128129

129130
</section>
130131

@@ -140,6 +141,8 @@ bool = isDataView( null );
140141

141142
[@stdlib/assert/is-arraybuffer]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-arraybuffer
142143

144+
[@stdlib/assert/is-typed-array]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-typed-array
145+
143146
<!-- </related-links> -->
144147

145148
</section>

0 commit comments

Comments
 (0)