Skip to content

Commit

Permalink
fix menu error
Browse files Browse the repository at this point in the history
  • Loading branch information
mfroeling committed Nov 22, 2024
1 parent d3d4335 commit dd9d712
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 20 deletions.
30 changes: 14 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
asciidoctor (1.5.8)
base64 (0.2.0)
coderay (1.1.1)
colorator (1.1.0)
concurrent-ruby (1.2.3)
concurrent-ruby (1.3.4)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
Expand All @@ -17,13 +17,13 @@ GEM
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
ffi (1.16.3-x64-mingw32)
ffi (1.17.0-x64-mingw32)
forwardable-extended (2.6.0)
google-protobuf (3.25.3-x64-mingw32)
google-protobuf (3.25.5-x64-mingw32)
http_parser.rb (0.8.0)
i18n (1.14.5)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
jekyll (4.3.3)
jekyll (4.3.4)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
Expand All @@ -49,8 +49,8 @@ GEM
sass-embedded (~> 1.54)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.4.0)
rexml
kramdown (2.5.1)
rexml (>= 3.3.9)
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.4)
Expand All @@ -63,26 +63,24 @@ GEM
sawyer (~> 0.9)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.5)
public_suffix (5.1.1)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.2.8)
strscan (>= 3.0.9)
rouge (4.2.1)
rexml (3.3.9)
rouge (4.5.1)
ruby2_keywords (0.0.5)
safe_yaml (1.0.5)
sass-embedded (1.63.6-x64-mingw32)
google-protobuf (~> 3.23)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
strscan (3.1.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.5.0)
unicode-display_width (2.6.0)
wdm (0.1.1)
webrick (1.8.1)
webrick (1.9.0)

PLATFORMS
x64-mingw32
Expand Down
2 changes: 1 addition & 1 deletion _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
url: /bids/files_folders/
- title: Entities and suffixes
url: /bids/ents_suffs/
- title: Muscle-BIDS step by step
- title: Muscle-BIDS step by step
url: /bids/tutorial/

- title: Muscle Segmentations
Expand Down
7 changes: 4 additions & 3 deletions pages/doc_instal.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ header: no
The latest release of `QMRITools` can be found [here](https://github.com/mfroeling/QMRITools/releases){:target="_blank"}. For optimal performance, it is recommended to install the toolbox via the Mathematica paclet system.

### Automatic Installation

1. Download the Latest Paclet:
2. Download the latest QMRITools-x.x.x.paclet from the release page.

Install the Paclet Using PacletInstall:

### Automatic installation:
### Automatic installation

1. Download the latest `QMRITools-x.x.x.paclet`.
2. Install the paclet using `PacletInstall`.
Expand Down Expand Up @@ -74,9 +75,9 @@ To list all functions in DTITools or a specific toolbox:
QMRIToolsFunctions[]
QMRIToolsFunctions["toolbox name"]

### Listing Available Packages and Functions
### Helpfull functions

After loading the toolbox to find the install location of the toolbox run
After loading the toolbox to find the install location of the toolbox run

OpenQMRIToolsLocation[]

Expand Down

0 comments on commit dd9d712

Please sign in to comment.