From e42c79f20f1beeda0b48d631a9cea421431a8820 Mon Sep 17 00:00:00 2001 From: aTrotier Date: Wed, 6 Nov 2024 16:55:29 +0100 Subject: [PATCH] fix path for docs --- README.md | 10 +++++++--- docs/make.jl | 6 +++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3c2f1ee..54062b3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # SEQ_BRUKER_a_MP2RAGE_CS_360 -[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://aTrotier.github.io/SEQ_BRUKER_a_MP2RAGE_CS_360.jl/stable/) -[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://aTrotier.github.io/SEQ_BRUKER_a_MP2RAGE_CS_360.jl/dev/) -[![Build Status](https://github.com/aTrotier/SEQ_BRUKER_a_MP2RAGE_CS_360.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/aTrotier/SEQ_BRUKER_a_MP2RAGE_CS_360.jl/actions/workflows/CI.yml?query=branch%3Amain) +[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://CRMSB.github.io/SEQ_BRUKER_a_MP2RAGE_CS_360/stable/) +[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://CRMSB.github.io/SEQ_BRUKER_a_MP2RAGE_CS_360/dev/) +[![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) + + + +Rawdata for tests are available here : https://zenodo.org/records/14046657 \ No newline at end of file diff --git a/docs/make.jl b/docs/make.jl index 01e283f..ffbbd75 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -6,9 +6,9 @@ DocMeta.setdocmeta!(SEQ_BRUKER_a_MP2RAGE_CS_360, :DocTestSetup, :(using SEQ_BRUK makedocs(; modules=[SEQ_BRUKER_a_MP2RAGE_CS_360], authors="aTrotier and contributors", - sitename="SEQ_BRUKER_a_MP2RAGE_CS_360.jl", + sitename="SEQ_BRUKER_a_MP2RAGE_CS_360", format=Documenter.HTML(; - canonical="https://aTrotier.github.io/SEQ_BRUKER_a_MP2RAGE_CS_360.jl", + canonical="https://CRMSB.github.io/SEQ_BRUKER_a_MP2RAGE_CS_360", edit_link="main", assets=String[], ), @@ -18,6 +18,6 @@ makedocs(; ) deploydocs(; - repo="github.com/aTrotier/SEQ_BRUKER_a_MP2RAGE_CS_360.jl", + repo="github.com/CRMSB/SEQ_BRUKER_a_MP2RAGE_CS_360", devbranch="main", )