NDArray documentation + site reorganisation into subfolders#77
Merged
NDArray documentation + site reorganisation into subfolders#77
Conversation
Closed
…es/ subfolders Agent-Logs-Url: https://github.com/Quafadas/vecxt/sessions/a87869a3-3ef3-434c-b673-2e112fb59e4a Co-authored-by: Quafadas <24899792+Quafadas@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add NDArray documentation and reorganize site structure
NDArray documentation + site reorganisation into subfolders
Apr 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds NDArray cheatsheet and runnable mdoc examples, and reorganises existing vector/matrix docs into their own subfolder.
New:
site/docs/ndarray/cheatsheet.md— NDArray vs NumPy vs MATLAB comparison tables covering construction, properties (ndim,numel,shape,strides,isColMajor…), indexing, slicing/views, reshape/squeeze/flatten, element-wise and unary ops, in-place ops, comparisons, and broadcasting. Calls out vecxt's explicit-broadcast-only design and column-major default.examples.md—mdoc-compiled examples demonstrating the full API:Reorganised:
site/docs/vectors-and-matrices/Moved
cheatsheet.md,examples.md,matrix.md, andhigherkinded.mdfrom the docs root into this subfolder. General docs (Setup.md,bounds.md,gotcha.md,index.md) remain at the top level.