Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
stradaa committed Sep 23, 2023
1 parent 0c2a1bc commit d489676
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions Tutorials.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="shortcut icon" type="x-icon" href="images/graft_adam_logo_gonly.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GraFT-App Wiki</title>
<style>
Expand Down Expand Up @@ -44,6 +45,18 @@
left: 10px;
}

h2 {
font-family: Neuropol;
font-size: 24px;
margin-bottom: 10px;
}

p {
font-family: Roboto;
font-size: 16px;
line-height: 1.5;
}

a {
color: blue;
text-decoration: none;
Expand Down Expand Up @@ -306,7 +319,7 @@ <h2>Using MATLAB</h2>
<h4>Dependencies</h4>
<p> Amongst the various toolboxes required to run GraFT, there are a few other toolboxes
that are recommended for faster, more efficient run times. Visit the official
<a href="https://github.com/adamshch/GraFT-analysis" target="_blank">GraFT-Analysis</a>
<a href="https://github.com/adamshch/GraFT-analysis/" target="_blank">GraFT-Analysis</a>
website to view the most up-to-date information on dependencies.</p>
<br>
<p>Note: Updating MATLAB versions sometimes results in toolbox pathing errors. If
Expand All @@ -322,7 +335,7 @@ <h4>Dependencies</h4>
<div class="step-number">2</div>
<div class="step-info">
<h4>Download the Installer</h4>
<p>Visit the <a href="link_to_my_repo" target="_blank">GraFT-App</a>
<p>Visit the <a href="https://github.com/stradaa/GraFT-App/releases/tag/v0.2" target="_blank">GraFT-App</a>
website and download the latest .mlappinstall file.</p>
<br>
<p>To install an add-on in the MATLAB Current Folder browser, double-click the
Expand Down

0 comments on commit d489676

Please sign in to comment.