From fc732c97054f2de5604954aaee79b424bb163e58 Mon Sep 17 00:00:00 2001 From: Paul Goulart Date: Sat, 30 Jul 2022 21:14:17 +0100 Subject: [PATCH 1/4] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 422afea..4d78d78 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ + + + ClarabelDocs is the common documentation repository for the Clarabel solver. It contains documentation for both the Julia and Rust version of Clarabel, as well as the Python interface to the Rust version. * For the Rust / Python versions, go [here](https://github.com/oxfordcontrol/Clarabel.rs) * For the Julia version, go [here](https://github.com/oxfordcontrol/Clarabel.jl) From a1fd1713a892f2de99bb3c5e82c5c14a4f283323 Mon Sep 17 00:00:00 2001 From: Paul Goulart Date: Sat, 30 Jul 2022 21:15:22 +0100 Subject: [PATCH 2/4] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4d78d78..47b9f69 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,5 @@ ClarabelDocs is the common documentation repository for the Clarabel solver. It contains documentation for both the Julia and Rust version of Clarabel, as well as the Python interface to the Rust version. * For the Rust / Python versions, go [here](https://github.com/oxfordcontrol/Clarabel.rs) * For the Julia version, go [here](https://github.com/oxfordcontrol/Clarabel.jl) + +For the main documentation site, go [here](https://oxfordcontrol.github.io/ClarabelDocs/stable) From ec211a111ad0e8d61225d03af45641b2604144b5 Mon Sep 17 00:00:00 2001 From: Paul Goulart Date: Sat, 30 Jul 2022 21:15:47 +0100 Subject: [PATCH 3/4] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 47b9f69..f2c7b50 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ ClarabelDocs is the common documentation repository for the Clarabel solver. It contains documentation for both the Julia and Rust version of Clarabel, as well as the Python interface to the Rust version. -* For the Rust / Python versions, go [here](https://github.com/oxfordcontrol/Clarabel.rs) -* For the Julia version, go [here](https://github.com/oxfordcontrol/Clarabel.jl) -For the main documentation site, go [here](https://oxfordcontrol.github.io/ClarabelDocs/stable) +* For the main documentation site, go [here](https://oxfordcontrol.github.io/ClarabelDocs/stable). +* For the Rust / Python versions, go [here](https://github.com/oxfordcontrol/Clarabel.rs). +* For the Julia version, go [here](https://github.com/oxfordcontrol/Clarabel.jl). + + From cf800a529f5ad547a729441d66944c5dda9ad7d7 Mon Sep 17 00:00:00 2001 From: Paul Goulart Date: Sat, 30 Jul 2022 21:16:27 +0100 Subject: [PATCH 4/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f2c7b50..39f760d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ClarabelDocs is the common documentation repository for the Clarabel solver. It contains documentation for both the Julia and Rust version of Clarabel, as well as the Python interface to the Rust version. * For the main documentation site, go [here](https://oxfordcontrol.github.io/ClarabelDocs/stable). -* For the Rust / Python versions, go [here](https://github.com/oxfordcontrol/Clarabel.rs). -* For the Julia version, go [here](https://github.com/oxfordcontrol/Clarabel.jl). +* For the Rust / Python implementations, go [here](https://github.com/oxfordcontrol/Clarabel.rs). +* For the Julia implementation, go [here](https://github.com/oxfordcontrol/Clarabel.jl).