Skip to content

Commit 05ff89a

Browse files
committed
Auto-generated commit
1 parent f4214d8 commit 05ff89a

File tree

48 files changed

+959
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+959
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
timeout-minutes: 5
3939
- name: Replace all GitHub links to individual packages with npm links
4040
run: |
41-
find . -type f -name '*.md' -print0 | xargs -0 sed -Ei 's/@stdlib\/([^:]*)\]: https:\/\/github.com\/stdlib-js/@stdlib\/\1\]: https:\/\/www.npmjs.com\/package\/@stdlib/g'
41+
find . -type f -name '*.md' -print0 | xargs -0 sed -Ei '/tree\/main/b; s/@stdlib\/([^:]*)\]: https:\/\/github.com\/stdlib-js/@stdlib\/\1\]: https:\/\/www.npmjs.com\/package\/@stdlib/g'
4242
- name: Replace all stdlib GitHub dependencies with the respective npm packages
4343
run: |
4444
find package.json -type f -print0 | xargs -0 sed -Ei 's/"github:stdlib-js[^"]*"/"^0.0.x"/g'

buffer/README.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,22 @@ for ( i = 0; i < bytes.length; i++ ) {
228228

229229
<section class="related">
230230

231+
* * *
232+
233+
## See Also
234+
235+
- [`@stdlib/buffer/ctor`][@stdlib/buffer/ctor]: buffer.
236+
- [`@stdlib/array/float32`][@stdlib/array/float32]: https://github.com/stdlib-js/array/tree/main/float32`][@stdlib/array/float32
237+
- [`@stdlib/array/float64`][@stdlib/array/float64]: https://github.com/stdlib-js/array/tree/main/float64`][@stdlib/array/float64
238+
- [`@stdlib/array/int16`][@stdlib/array/int16]: https://github.com/stdlib-js/array/tree/main/int16`][@stdlib/array/int16
239+
- [`@stdlib/array/int32`][@stdlib/array/int32]: https://github.com/stdlib-js/array/tree/main/int32`][@stdlib/array/int32
240+
- [`@stdlib/array/int8`][@stdlib/array/int8]: https://github.com/stdlib-js/array/tree/main/int8`][@stdlib/array/int8
241+
- [`@stdlib/array/shared-buffer`][@stdlib/array/shared-buffer]: https://github.com/stdlib-js/array/tree/main/shared-buffer`][@stdlib/array/shared-buffer
242+
- [`@stdlib/array/uint16`][@stdlib/array/uint16]: https://github.com/stdlib-js/array/tree/main/uint16`][@stdlib/array/uint16
243+
- [`@stdlib/array/uint32`][@stdlib/array/uint32]: https://github.com/stdlib-js/array/tree/main/uint32`][@stdlib/array/uint32
244+
- [`@stdlib/array/uint8`][@stdlib/array/uint8]: https://github.com/stdlib-js/array/tree/main/uint8`][@stdlib/array/uint8
245+
- [`@stdlib/array/uint8c`][@stdlib/array/uint8c]: https://github.com/stdlib-js/array/tree/main/uint8c`][@stdlib/array/uint8c
246+
231247
</section>
232248

233249
<!-- /.related -->
@@ -238,6 +254,32 @@ for ( i = 0; i < bytes.length; i++ ) {
238254

239255
[mdn-arraybuffer]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer
240256

257+
<!-- <related-links> -->
258+
259+
[@stdlib/buffer/ctor]: https://github.com/stdlib-js/buffer-ctor
260+
261+
[@stdlib/array/float32]: https://github.com/stdlib-js/array/tree/main/float32
262+
263+
[@stdlib/array/float64]: https://github.com/stdlib-js/array/tree/main/float64
264+
265+
[@stdlib/array/int16]: https://github.com/stdlib-js/array/tree/main/int16
266+
267+
[@stdlib/array/int32]: https://github.com/stdlib-js/array/tree/main/int32
268+
269+
[@stdlib/array/int8]: https://github.com/stdlib-js/array/tree/main/int8
270+
271+
[@stdlib/array/shared-buffer]: https://github.com/stdlib-js/array/tree/main/shared-buffer
272+
273+
[@stdlib/array/uint16]: https://github.com/stdlib-js/array/tree/main/uint16
274+
275+
[@stdlib/array/uint32]: https://github.com/stdlib-js/array/tree/main/uint32
276+
277+
[@stdlib/array/uint8]: https://github.com/stdlib-js/array/tree/main/uint8
278+
279+
[@stdlib/array/uint8c]: https://github.com/stdlib-js/array/tree/main/uint8c
280+
281+
<!-- </related-links> -->
282+
241283
</section>
242284

243285
<!-- /.links -->

complex128/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,14 @@ console.log( out );
122122

123123
<section class="related">
124124

125+
* * *
126+
127+
## See Also
128+
129+
- [`@stdlib/array/complex64`][@stdlib/array/complex64]: https://github.com/stdlib-js/array/tree/main/complex64`][@stdlib/array/complex64
130+
- [`@stdlib/complex/cmplx`][@stdlib/complex/cmplx]: create a complex number.
131+
- [`@stdlib/complex/float64`][@stdlib/complex/float64]: 128-bit complex number.
132+
125133
</section>
126134

127135
<!-- /.related -->
@@ -130,6 +138,16 @@ console.log( out );
130138

131139
<section class="links">
132140

141+
<!-- <related-links> -->
142+
143+
[@stdlib/array/complex64]: https://github.com/stdlib-js/array/tree/main/complex64
144+
145+
[@stdlib/complex/cmplx]: https://github.com/stdlib-js/complex-cmplx
146+
147+
[@stdlib/complex/float64]: https://github.com/stdlib-js/complex-float64
148+
149+
<!-- </related-links> -->
150+
133151
</section>
134152

135153
<!-- /.links -->

complex64/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -891,6 +891,14 @@ console.log( out );
891891

892892
<section class="related">
893893

894+
* * *
895+
896+
## See Also
897+
898+
- [`@stdlib/array/complex128`][@stdlib/array/complex128]: https://github.com/stdlib-js/array/tree/main/complex128`][@stdlib/array/complex128
899+
- [`@stdlib/complex/cmplx`][@stdlib/complex/cmplx]: create a complex number.
900+
- [`@stdlib/complex/float32`][@stdlib/complex/float32]: 64-bit complex number.
901+
894902
</section>
895903

896904
<!-- /.related -->
@@ -905,6 +913,16 @@ console.log( out );
905913

906914
[@stdlib/complex/float32]: https://github.com/stdlib-js/complex-float32
907915

916+
<!-- <related-links> -->
917+
918+
[@stdlib/array/complex128]: https://github.com/stdlib-js/array/tree/main/complex128
919+
920+
[@stdlib/complex/cmplx]: https://github.com/stdlib-js/complex-cmplx
921+
922+
[@stdlib/complex/float32]: https://github.com/stdlib-js/complex-float32
923+
924+
<!-- </related-links> -->
925+
908926
</section>
909927

910928
<!-- /.links -->

convert-same/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,12 @@ for ( i = 0; i < DTYPES.length; i++ ) {
134134

135135
<section class="related">
136136

137+
* * *
138+
139+
## See Also
140+
141+
- [`@stdlib/array/convert`][@stdlib/array/convert]: https://github.com/stdlib-js/array/tree/main/convert`][@stdlib/array/convert
142+
137143
</section>
138144

139145
<!-- /.related -->
@@ -142,6 +148,12 @@ for ( i = 0; i < DTYPES.length; i++ ) {
142148

143149
<section class="links">
144150

151+
<!-- <related-links> -->
152+
153+
[@stdlib/array/convert]: https://github.com/stdlib-js/array/tree/main/convert
154+
155+
<!-- </related-links> -->
156+
145157
</section>
146158

147159
<!-- /.links -->

convert/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,12 @@ for ( i = 0; i < DTYPES.length; i++ ) {
123123

124124
<section class="related">
125125

126+
* * *
127+
128+
## See Also
129+
130+
- [`@stdlib/array/convert-same`][@stdlib/array/convert-same]: https://github.com/stdlib-js/array/tree/main/convert-same`][@stdlib/array/convert-same
131+
126132
</section>
127133

128134
<!-- /.related -->
@@ -131,6 +137,12 @@ for ( i = 0; i < DTYPES.length; i++ ) {
131137

132138
<section class="links">
133139

140+
<!-- <related-links> -->
141+
142+
[@stdlib/array/convert-same]: https://github.com/stdlib-js/array/tree/main/convert-same
143+
144+
<!-- </related-links> -->
145+
134146
</section>
135147

136148
<!-- /.links -->

ctors/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,12 @@ for ( i = 0; i < DTYPES.length; i++ ) {
119119

120120
<section class="related">
121121

122+
* * *
123+
124+
## See Also
125+
126+
- [`@stdlib/array/typed-ctors`][@stdlib/array/typed-ctors]: https://github.com/stdlib-js/array/tree/main/typed-ctors`][@stdlib/array/typed-ctors
127+
122128
</section>
123129

124130
<!-- /.related -->
@@ -127,6 +133,12 @@ for ( i = 0; i < DTYPES.length; i++ ) {
127133

128134
<section class="links">
129135

136+
<!-- <related-links> -->
137+
138+
[@stdlib/array/typed-ctors]: https://github.com/stdlib-js/array/tree/main/typed-ctors
139+
140+
<!-- </related-links> -->
141+
130142
</section>
131143

132144
<!-- /.links -->

dataview/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,13 @@ for ( i = 0; i < bytes.length; i++ ) {
184184

185185
<section class="related">
186186

187+
* * *
188+
189+
## See Also
190+
191+
- [`@stdlib/array/buffer`][@stdlib/array/buffer]: https://github.com/stdlib-js/array/tree/main/buffer`][@stdlib/array/buffer
192+
- [`@stdlib/array/typed`][@stdlib/array/typed]: https://github.com/stdlib-js/array/tree/main/typed`][@stdlib/array/typed
193+
187194
</section>
188195

189196
<!-- /.related -->
@@ -194,6 +201,14 @@ for ( i = 0; i < bytes.length; i++ ) {
194201

195202
[mdn-dataview]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView
196203

204+
<!-- <related-links> -->
205+
206+
[@stdlib/array/buffer]: https://github.com/stdlib-js/array/tree/main/buffer
207+
208+
[@stdlib/array/typed]: https://github.com/stdlib-js/array/tree/main/typed
209+
210+
<!-- </related-links> -->
211+
197212
</section>
198213

199214
<!-- /.links -->

datespace/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,13 @@ console.log( arr.join( '\n' ) );
156156

157157
<section class="related">
158158

159+
* * *
160+
161+
## See Also
162+
163+
- [`@stdlib/array/linspace`][@stdlib/array/linspace]: https://github.com/stdlib-js/array/tree/main/linspace`][@stdlib/array/linspace
164+
- [`@stdlib/array/logspace`][@stdlib/array/logspace]: https://github.com/stdlib-js/array/tree/main/logspace`][@stdlib/array/logspace
165+
159166
</section>
160167

161168
<!-- /.related -->
@@ -166,6 +173,14 @@ console.log( arr.join( '\n' ) );
166173

167174
[mdn-date-object]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date
168175

176+
<!-- <related-links> -->
177+
178+
[@stdlib/array/linspace]: https://github.com/stdlib-js/array/tree/main/linspace
179+
180+
[@stdlib/array/logspace]: https://github.com/stdlib-js/array/tree/main/logspace
181+
182+
<!-- </related-links> -->
183+
169184
</section>
170185

171186
<!-- /.links -->

dtype/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,12 @@ for ( i = 0; i < DTYPES.length; i++ ) {
124124

125125
<section class="related">
126126

127+
* * *
128+
129+
## See Also
130+
131+
- [`@stdlib/array/dtypes`][@stdlib/array/dtypes]: https://github.com/stdlib-js/array/tree/main/dtypes`][@stdlib/array/dtypes
132+
127133
</section>
128134

129135
<!-- /.related -->
@@ -132,8 +138,12 @@ for ( i = 0; i < DTYPES.length; i++ ) {
132138

133139
<section class="links">
134140

141+
<!-- <related-links> -->
142+
135143
[@stdlib/array/dtypes]: https://github.com/stdlib-js/array/tree/main/dtypes
136144

145+
<!-- </related-links> -->
146+
137147
</section>
138148

139149
<!-- /.links -->

0 commit comments

Comments
 (0)