Skip to content

Conversation

a5xwin
Copy link

@a5xwin a5xwin commented Jul 29, 2025

This commit makes a few small improvements to the README.md file:

  • Fixed incorrect CMake flag: DBUILD_DOCS → -DMATX_BUILD_DOCS
  • Corrected typos like "Jupyer" → "Jupyter" and "familarity" → "familiarity"
  • Fixed minor grammar and phrasing issues for better clarity

These updates should make the documentation a bit easier to read and avoid confusion when building locally.

Closes #1024

This commit makes a few small improvements to the README.md file:

- Fixed incorrect CMake flag: DBUILD_DOCS → -DMATX_BUILD_DOCS
- Corrected typos like "Jupyer" → "Jupyter" and "familarity" → "familiarity"
- Fixed minor grammar and phrasing issues for better clarity

These updates should make the documentation a bit easier to read and avoid confusion when building locally.

Closes NVIDIA#1024
Copy link

copy-pr-bot bot commented Jul 29, 2025

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.


## Documentation
Documentation for MatX can be built locally as shown above with the `DBUILD_DOCS=ON` cmake flag. Building documentation requires the following to be installed:
Documentation for MatX can be built locally as shown above with the `-DMATX_BUILD_DOCS` cmake flag. Building documentation requires the following to be installed:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would keep the =ON part for users not as familiar with CMake


This will execute all unit tests defined. If you wish to execute a subset of tests, or run with different options, you
may run test/matx_test directly with parameters defined by [Google Test](https://github.com/google/googletest). To run matx_test
may run `test/matx_test` directly with parameters defined by [Google Test](https://github.com/google/googletest). To run matx_test
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR was opened before we just merged df8c5b2

The new way to run it would be make test or make -j test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[DOC] Minor grammar and clarity improvements in README.md

2 participants