Skip to content

Commit

Permalink
Update path to doc in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aTrotier authored Sep 1, 2023
1 parent d9257db commit 756ab60
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
# EPGsim

[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://aTrotier.github.io/EPGsim.jl/stable/)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://aTrotier.github.io/EPGsim.jl/dev/)
[![Build Status](https://github.com/aTrotier/EPGsim.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/aTrotier/EPGsim.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/aTrotier/EPGsim.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/aTrotier/EPGsim.jl)
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://magneticresonanceimaging.github.io/EPGsim.jl/stable/)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://magneticresonanceimaging.github.io/EPGsim.jl/dev/)
[![Build Status](https://github.com/magneticresonanceimaging/EPGsim.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/magneticresonanceimaging/EPGsim.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/magneticresonanceimaging/EPGsim.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/magneticresonanceimaging/EPGsim.jl)
[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle)

This package is inspired by [SYCOMORE](https://sycomore.readthedocs.io/) with the intention to use Automatic differentiation (with ForwardDiff.jl)

Take a look at the [documentation](https://atrotier.github.io/EPGsim.jl/dev/).
Take a look at the [documentation](https://magneticresonanceimaging.github.io/EPGsim.jl/dev/).

## TO DO list :
- Delete states with amplitude < defined threshold or number of states (implemented in epgDephasing ??)
- discrete / discrete 3D
- Diffusion
- Magnetization Transfer
- Magnetization Transfer

0 comments on commit 756ab60

Please sign in to comment.