From a04840f61896dc3c4cbd25ca47f6f4b641690e51 Mon Sep 17 00:00:00 2001 From: Philipp Schiele <44360364+phschiele@users.noreply.github.com> Date: Sat, 2 Mar 2024 00:40:14 +0100 Subject: [PATCH 1/2] Update getting_started_py.md --- docs/src/python/getting_started_py.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/python/getting_started_py.md b/docs/src/python/getting_started_py.md index 7ef92c2..492496e 100644 --- a/docs/src/python/getting_started_py.md +++ b/docs/src/python/getting_started_py.md @@ -107,7 +107,7 @@ settings = clarabel.DefaultSettings() If you want to disable verbose printing and set a 5 second time limit on the solver, you can then just modify the fields: ```python -settings.verbose = True +settings.verbose = False settings.time_limit = 5. ``` From 6751933f30f631b81431edca109dc55119fae74c Mon Sep 17 00:00:00 2001 From: Paul Goulart Date: Fri, 17 May 2024 09:26:30 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12bc084..710a39c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,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. +This 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 implementations, go [here](https://github.com/oxfordcontrol/Clarabel.rs).