From dbcc0218d57e944eaadf34f0f8296342f495318a Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Fri, 2 May 2025 20:18:41 -0600 Subject: [PATCH] Test master https://github.com/SciML/ModelingToolkit.jl/pull/3584#issuecomment-2848335977 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 12570c35a3..8fcf04fc47 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ and Hessians, along with automatically sparsifying and parallelizing the computations. Automatic transformations, such as index reduction, can be applied to the model to make it easier for numerical solvers to handle. + For information on using the package, [see the stable documentation](https://docs.sciml.ai/ModelingToolkit/stable/). Use the [in-development documentation](https://docs.sciml.ai/ModelingToolkit/dev/) for the version of