Skip to content

Commit ebd53d9

Browse files
committed
update to new path
1 parent de21db6 commit ebd53d9

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

README.md

+6-10
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# SEQ_BRUKER_a_MP2RAGE_CS_360
22

3-
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://CRMSB.github.io/SEQ_BRUKER_a_MP2RAGE_CS_360/stable/)
4-
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://CRMSB.github.io/SEQ_BRUKER_a_MP2RAGE_CS_360/dev/)
5-
[![Build Status](https://github.com/CRMSB/SEQ_BRUKER_a_MP2RAGE_CS_360/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/CRMSB/SEQ_BRUKER_a_MP2RAGE_CS_360/actions/workflows/CI.yml?query=branch%3Amain)
6-
7-
3+
| **Documentation** | **Paper** | **Build Status** |
4+
|:------------------------- |:--------------------------- | :--------------------------- |
5+
| [![][docs-img]][docs-url] | [![][paper-img]][paper-url] | [![Build Status](https://github.com/CRMSB/SEQ_BRUKER_a_MP2RAGE_CS_360/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/CRMSB/SEQ_BRUKER_a_MP2RAGE_CS_360/actions/workflows/CI.yml?query=branch%3Amain) |
86

97

108

@@ -15,9 +13,7 @@ Rawdata for tests are available here : https://zenodo.org/records/14046657
1513

1614
---
1715

18-
| **Documentation** | **Paper** |
19-
|:------------------------- |:--------------------------- |
20-
| [![][docs-img]][docs-url] | [![][paper-img]][paper-url] |
16+
2117

2218

2319

@@ -119,8 +115,8 @@ You can install the package in any project with the following command :
119115
- launch julia with the command `julia`
120116
- enter the Julia package manager by typing `]` in the REPL. (the REPL should turn in blue)
121117
- if you want to activate an environment, type : `activate .` (otherwise the package will be installed in the global environment)
122-
- In order to add our unregistered package, type `add https://github.com/CRMSB/SEQ_BRUKER_A_MP2RAGE_CS_360`
123-
- if you want to use the package : `using SEQ_BRUKER_A_MP2RAGE_CS_360`
118+
- In order to add our unregistered package, type `add https://github.com/CRMSB/SEQ_BRUKER_a_MP2RAGE_CS_360`
119+
- if you want to use the package : `using SEQ_BRUKER_a_MP2RAGE_CS_360`
124120

125121
## How to use the package
126122

docs/make.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ makedocs(;
1818
)
1919

2020
deploydocs(;
21-
repo="github.com/CRMSB/SEQ_BRUKER_A_MP2RAGE_CS_360",
21+
repo="github.com/CRMSB/SEQ_BRUKER_a_MP2RAGE_CS_360",
2222
devbranch="main",
2323
)

0 commit comments

Comments
 (0)