You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .editorconfig
+1-1
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ indent_style = tab
121
121
[*.{md,md.txt}]
122
122
indent_style = space
123
123
indent_size = 4
124
-
trim_trailing_whitespace = false
124
+
trim_trailing_whitespace = true # Note: this disables using two spaces to force a hard line break, which is permitted in Markdown. As we don't typically follow that practice (TMK), we should be safe to automatically trim.
Copy file name to clipboardExpand all lines: README.md
+23-1
Original file line number
Diff line number
Diff line change
@@ -203,6 +203,16 @@ while ( true ) {
203
203
204
204
<sectionclass="related">
205
205
206
+
* * *
207
+
208
+
## See Also
209
+
210
+
- <spanclass="package-name">[`@stdlib/ndarray-iter/columns`][@stdlib/ndarray/iter/columns]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator which iterates over each column in a matrix (or stack of matrices).</span>
211
+
- <spanclass="package-name">[`@stdlib/ndarray-iter/matrices`][@stdlib/ndarray/iter/matrices]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator which iterates over each matrix in a stack of matrices.</span>
212
+
- <spanclass="package-name">[`@stdlib/ndarray-iter/rows`][@stdlib/ndarray/iter/rows]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator which iterates over each row in a matrix (or stack of matrices).</span>
213
+
- <spanclass="package-name">[`@stdlib/ndarray-iter/stacks`][@stdlib/ndarray/iter/stacks]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator which iterates over each subarray in a stack of subarrays according to a list of specified stack dimensions.</span>
214
+
- <spanclass="package-name">[`@stdlib/ndarray-slice`][@stdlib/ndarray/slice]</span><spanclass="delimiter">: </span><spanclass="description">return a read-only view of an input ndarray.</span>
215
+
206
216
</section>
207
217
208
218
<!-- /.related -->
@@ -233,7 +243,7 @@ See [LICENSE][stdlib-license].
0 commit comments