From d58033ceba8be68ac101d602bc143dbfcac7e4de Mon Sep 17 00:00:00 2001 From: Irina Topinskaia Date: Fri, 6 Jun 2025 17:22:42 +0200 Subject: [PATCH 1/3] Update README.md with correct links for Documentation section. Correct links for Documentation section and added a link to oneMath Specification --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index da367d72b..d6cf5b423 100644 --- a/README.md +++ b/README.md @@ -602,15 +602,13 @@ Product | Supported Version | License --- ## Documentation -- [Contents](https://uxlfoundation.github.io/oneMath/) -- [About](https://uxlfoundation.github.io/oneMath/introduction.html) +- [oneMath Specification](https://oneapi-spec.uxlfoundation.org/specifications/oneapi/latest/elements/onemath/source/) - Get Started - [Selecting a Compiler](https://uxlfoundation.github.io/oneMath/selecting_a_compiler.html) - [Building the Project with DPC++](https://uxlfoundation.github.io/oneMath/building_the_project_with_dpcpp.html) - [Building the Project with AdaptiveCpp](https://uxlfoundation.github.io/oneMath/building_the_project_with_adaptivecpp.html) - Developer Reference - - [oneMath Defined Datatypes](https://uxlfoundation.github.io/oneMath/onemath-datatypes.html) - - [Dense Linear Algebra](https://uxlfoundation.github.io/oneMath/domains/dense_linear_algebra.html) + - [Sparse Linear Algebra](https://uxlfoundation.github.io/oneMath/domains/sparse_linear_algebra.html) - [Integrating a Third-Party Library](https://uxlfoundation.github.io/oneMath/create_new_backend.html) --- From 1e124af4811e57345eb9d5b0b70a817bfa448bdd Mon Sep 17 00:00:00 2001 From: Maria Kraynyuk Date: Wed, 18 Jun 2025 10:36:28 -0700 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6cf5b423..3af6ee9d6 100644 --- a/README.md +++ b/README.md @@ -609,7 +609,7 @@ Product | Supported Version | License - [Building the Project with AdaptiveCpp](https://uxlfoundation.github.io/oneMath/building_the_project_with_adaptivecpp.html) - Developer Reference - [Sparse Linear Algebra](https://uxlfoundation.github.io/oneMath/domains/sparse_linear_algebra.html) -- [Integrating a Third-Party Library](https://uxlfoundation.github.io/oneMath/create_new_backend.html) + - [Integrating a Third-Party Library](https://uxlfoundation.github.io/oneMath/create_new_backend.html) --- From 57a2c4aaad602d3fe931728cb366aa2ccc3416e5 Mon Sep 17 00:00:00 2001 From: Maria Kraynyuk Date: Wed, 18 Jun 2025 10:41:08 -0700 Subject: [PATCH 3/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3af6ee9d6..30358f3ab 100644 --- a/README.md +++ b/README.md @@ -607,6 +607,8 @@ Product | Supported Version | License - [Selecting a Compiler](https://uxlfoundation.github.io/oneMath/selecting_a_compiler.html) - [Building the Project with DPC++](https://uxlfoundation.github.io/oneMath/building_the_project_with_dpcpp.html) - [Building the Project with AdaptiveCpp](https://uxlfoundation.github.io/oneMath/building_the_project_with_adaptivecpp.html) + - [Building and Running Tests](https://uxlfoundation.github.io/oneMath/building_and_running_tests.html) + - [Using oneMath in your project with CMake](https://uxlfoundation.github.io/oneMath/using_onemath_with_cmake.html) - Developer Reference - [Sparse Linear Algebra](https://uxlfoundation.github.io/oneMath/domains/sparse_linear_algebra.html) - [Integrating a Third-Party Library](https://uxlfoundation.github.io/oneMath/create_new_backend.html)