diff --git a/Project.toml b/Project.toml index 62462c4..b9d19b6 100644 --- a/Project.toml +++ b/Project.toml @@ -14,9 +14,12 @@ RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd" SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" [compat] +DiffEqBase = "6" DoubleFloats = ">= 0.9.2" Manifolds = "0.6" ManifoldsBase = "0.12" +OrdinaryDiffEq = "5" +RecursiveArrayTools = "2" SciMLBase = "1.0" julia = "1.0" diff --git a/Readme.md b/Readme.md index 1f4d84e..d1c4452 100644 --- a/Readme.md +++ b/Readme.md @@ -1,10 +1,10 @@ # ManifoldDiffEq.jl [![](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliamanifolds.github.io/ManifoldDiffEq.jl/stable/) -[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliamanifolds.github.io/ManifoldDiffEq.jl/latest/) +[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliamanifolds.github.io/ManifoldDiffEq.jl/dev/) [![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle) -[![CI](https://github.com/JuliaManifolds/ManifoldDiffEq.jl/workflows/CI/badge.svg)](https://github.com/JuliaManifolds/ManifoldDiffEq.jl/actions?query=workflow%3ACI+branch%3Amaster) -[![codecov.io](http://codecov.io/github/JuliaManifolds/ManifoldDiffEq.jl/coverage.svg?branch=master)](https://codecov.io/gh/JuliaManifolds/ManifoldDiffEq.jl/) +[![CI](https://github.com/JuliaManifolds/ManifoldDiffEq.jl/workflows/CI/badge.svg)](https://github.com/JuliaManifolds/ManifoldDiffEq.jl/actions?query=workflow%3ACI+branch%3Amain) +[![codecov.io](http://codecov.io/github/JuliaManifolds/ManifoldDiffEq.jl/coverage.svg?branch=main)](https://codecov.io/gh/JuliaManifolds/ManifoldDiffEq.jl/) The package __ManifoldDiffEq.jl__ provides solvers for differential equations on Riemannian manifolds using the interfaces of [`ManifoldsBase.jl`](https://github.com/JuliaManifolds/ManifoldsBase.jl) diff --git a/docs/make.jl b/docs/make.jl index fa1e96a..739509b 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -15,4 +15,8 @@ makedocs( "Examples" => "examples.md", ], ) -deploydocs(repo = "github.com/JuliaManifolds/ManifoldDiffEq.jl.git", push_preview = true) +deploydocs( + repo = "github.com/JuliaManifolds/ManifoldDiffEq.jl.git", + push_preview = true, + devbranch = "main", +)