Julia library for visualization and annotation medical images, specialized particularly for rapid development segmentation of 3 dimensional images like CT or PET/CT scans. Has full support of nuclear medicine Data.
Apache License 2.0
12
stars
1
forks
source link
Migration of Documentation from Documenter to DocumenterVitepress #13
Skipped online deployment for docs due to package being outdated in the reigstry
To run documentation locally :
If u want to run the docs until the MedEval3D package is not updated in the registry,
clone the MedEval3D
and make it available in ur environment by
git clone https://github.com/JuliaHealth/MedEval3D.jl
cd MedEval3D.jl
julia
]
develop ./
backspace
using MedEval3D
Exit out of julia and do the following in ur terminal
cd MedEye3d.jl
julia
]
develop ./
backspace
using MedEye3d
cd("docs")
]
activate .
backspace
include("make.jl")
hit ; (enter shell mode)
npm i
backspace
DocumenterVitepress.dev_docs("build")
Skipped online deployment for docs due to package being outdated in the reigstry To run documentation locally : If u want to run the docs until the MedEval3D package is not updated in the registry, clone the MedEval3D and make it available in ur environment by
Exit out of julia and do the following in ur terminal