JuliaHealth / MedEye3d.jl

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

Closed divital-coder closed 5 months ago

divital-coder commented 5 months ago

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")
divital-coder commented 5 months ago

Please open a branch named gh-pages on here :)