Skip to content

Commit 8704243

Browse files
committed
Update file names, navigation, and Open in MATLAB Online
1) Remove 'programming' from the beginning of each script name and update all links accordingly 2) Add an .html navigation page called Overview.html for use on Desktop 3) Add a link to "Open in MATLAB Online" to the README and reorganize the README to make sense of the multiple options for accessing the information 4) Add *.asv to the .gitignore
1 parent 67f8f5f commit 8704243

File tree

157 files changed

+577
-319
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

157 files changed

+577
-319
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
# List of untracked files to ignore
2+
3+
*.asv
Binary file not shown.
Binary file not shown.

CollectedProTips.mlx

-10 Bytes
Binary file not shown.
Binary file not shown.

Data/StartupScript.m

Lines changed: 0 additions & 5 deletions
This file was deleted.

HelperFunctions/OpenOverview.m

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
function OpenOverview
2+
% Open the overview file
3+
4+
locDir = pwd;
5+
if contains(locDir,filesep+"MATLAB Drive")
6+
open("NavigationOverview.mlx")
7+
else
8+
open("Overview.html")
9+
end
10+
11+
end

HelperFunctions/Overview.html

Lines changed: 471 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)