Skip to content

Commit 73e7bcf

Browse files
committed
docs: add dtype section
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: passed - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: passed - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent e01bf06 commit 73e7bcf

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

lib/node_modules/@stdlib/ndarray/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ The namespace exports the following functions to inspect multidimensional arrays
177177

178178
The namespace exports the following functions to index multidimensional arrays:
179179

180-
<!-- <toc pattern="+(at|ind2sub|index|sub2ind)"> -->
180+
<!-- <toc pattern="+(at|ind2sub|index|index-modes|sub2ind)"> -->
181181

182182
<div class="namespace-toc">
183183

@@ -198,6 +198,14 @@ The namespace exports the following functions to convert multidimensional arrays
198198

199199
<!-- </toc> -->
200200

201+
##### Data Types
202+
203+
The namespace exports the following functions for working with multidimensional array data types:
204+
205+
<!-- <toc pattern="+(casting-modes|dtype-ctor|dtypes|input-casting-policies|min-dtype|mostly-safe-casts|next-dtype|output-dtype-policies|promotion-rules|safe-casts|same-kind-casts)"> -->
206+
207+
<!-- </toc> -->
208+
201209
##### Sub-namespaces
202210

203211
The namespace contains the following sub-namespaces:

0 commit comments

Comments
 (0)