Skip to content

Commit

Permalink
ENH: Remove DMRIInstall module
Browse files Browse the repository at this point in the history
DMRIInstall module was originally added in 0faa861 and further improved upon on in 474261c to install the SlicerDMRI extension by way of a Slicer scripted module.

SlicerDMRI extension can be found at https://github.com/SlicerDMRI/SlicerDMRI

This module was unique in that it was the only one to support installing an extension without having to go through the Extensions Manager UI. This module is lacking useful functionality compared to the Extensions Manager as it does not include information regarding the last update date and revision of the extension.

Installing DMRI (removed method):
Module Selector -> Diffusion -> Install Slicer Diffusion Tools (SlicerDMRI)

Installing DMRI (remaining method):
Extensions Manager -> Category "Diffusion" -> Install SlicerDMRI
  • Loading branch information
jamesobutler authored and jcfr committed Apr 2, 2024
1 parent 8f4077a commit 1ca0ceb
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 160 deletions.
20 changes: 0 additions & 20 deletions Docs/user_guide/modules/dmriinstall.md

This file was deleted.

1 change: 0 additions & 1 deletion Docs/user_guide/modules/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ multivolumeexplorer.md
## Diffusion
```{toctree}
:maxdepth: 1
dmriinstall.md
dwiconvert.md
brainsdwicleanup.md
```
Expand Down
1 change: 0 additions & 1 deletion Modules/Scripted/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ set(modules
)
if(Slicer_BUILD_EXTENSIONMANAGER_SUPPORT)
list(APPEND modules
DMRIInstall
ExtensionWizard
)
endif()
Expand Down
14 changes: 0 additions & 14 deletions Modules/Scripted/DMRIInstall/CMakeLists.txt

This file was deleted.

124 changes: 0 additions & 124 deletions Modules/Scripted/DMRIInstall/DMRIInstall.py

This file was deleted.

0 comments on commit 1ca0ceb

Please sign in to comment.