Skip to content

Commit

Permalink
updated version of the NIMS toolbox and path for the pdf documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
david mercier committed May 21, 2015
1 parent bd3cd98 commit a7a3f7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Matlab_Code/gui/customized_menu.m
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ function customized_menu(parent)
'Label', ...
'PDF Documentation', ...
'Callback', ...
'web(''https://media.readthedocs.org/pdf/nims/latest/nims.pdf'',''-browser'')');
'gui = guidata(gcf); web(gui.config.pdf_help,''-browser'')');

end
3 changes: 2 additions & 1 deletion demo.m
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@

%% Set Toolbox version and help paths
gui.config.name_toolbox = 'NIMS';
gui.config.version_toolbox = '2.5';
gui.config.version_toolbox = '2.6';
gui.config.url_help = 'http://nims.readthedocs.org/en/latest/';
gui.config.pdf_help = 'https://media.readthedocs.org/pdf/nims/latest/nims.pdf';

%% Main Window Coordinates Configuration
scrsize = get(0, 'ScreenSize'); % Get screen size
Expand Down

0 comments on commit a7a3f7e

Please sign in to comment.