Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken docs links #9

Merged
merged 3 commits into from
Feb 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# CriticalTransitions.jl

[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://reykboerner.github.io/CriticalTransitions.jl/dev/) [![](https://img.shields.io/badge/docs-stable-green.svg)](https://reykboerner.github.io/CriticalTransitions.jl/stable/)
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliadynamics.github.io/CriticalTransitions.jl/dev/) [![](https://img.shields.io/badge/docs-stable-green.svg)](https://juliadynamics.github.io/CriticalTransitions.jl/stable/)

A Julia package for the numerical investigation of **noise- and rate-induced transitions in dynamical systems**.

Building on [DynamicalSystems.jl](https://juliadynamics.github.io/DynamicalSystems.jl/stable/) and [DifferentialEquations.jl](https://diffeq.sciml.ai/stable/), this package aims to provide a toolbox for dynamical systems under time-dependent forcing, with a focus on tipping phenomena and metastability.
## Usage
See [package documentation](https://reykboerner.github.io/CriticalTransitions.jl/stable/).
See [package documentation](https://juliadynamics.github.io/CriticalTransitions.jl/stable/).

## Example: Bistable FitzHugh-Nagumo model
```julia
Expand Down Expand Up @@ -35,4 +35,4 @@ Developers: Reyk Börner, Ryan Deeley and Raphael Römer

Thanks to Jeroen Wouters, Calvin Nesbitt, Tobias Grafke, George Datseris and Oliver Mehling

This work is part of the [CriticalEarth](https://criticalearth.eu) project.
This work is part of the [CriticalEarth](https://criticalearth.eu) project.
Loading