Skip to content

Commit 8970ac9

Browse files
committed
documentation/tutorials
1 parent a246a2f commit 8970ac9

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

_includes/left-nav.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ <h1 class="greetings">{{ site.greetings }}</h1>
99
<ul>
1010
<li><a class="btn page-link {% if page.url == '' %}active{% endif %}" href="/">About</a></li>
1111
<li><a class="btn page-link {% if page.url == '/download/' %}active{% endif %}" href="/download/">Download</a></li>
12-
<li><a class="btn page-link {% if page.url == '/guides/' or page.categories != nil %}active{% endif %}" href="/guides/">Guides</a></li>
12+
<li><a class="btn page-link {% if page.url == '/guides/' or page.categories != nil %}active{% endif %}" href="/guides/">Tutorials</a></li>
1313
<li><a class="btn page-link {% if page.url == '/documentation/' or page.categories != nil %}active{% endif %}" href="/documentation/">Documentation</a></li>
1414
<li><a class="btn page-link {% if page.url == '/develop/' %}active{% endif %}" href="/develop/">Develop</a></li>
1515
<li><a class="btn page-link {% if page.url == '/forum/' %}active{% endif %}" href="/forum/">Forum</a></li>

documentation/index.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ <h1 class="title">Documentation</h1>
1515

1616

1717
<section class="content">
18-
<p> A direct link
19-
to the documentation for individual functions is <a href="http://suave.stanford.edu/doxygen">here</a>.</p>
18+
<p> <a href="http://suave.stanford.edu/doxygen">SUAVE is fully documented through doxygen.</a> However, some starter high level documentation is available below.</p>
2019

2120
<ul class="posts">
2221
{% for post in site.categories.documentation %}

guides/index.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,14 @@
88

99
<header class="hero">
1010
<div class="valign">
11-
<h1 class="title">Guides</h1>
11+
<h1 class="title">Tutorials</h1>
1212
<p class="subtitle"> Examples for Getting Started </p>
1313
</div>
1414
</header>
1515

1616

1717
<section class="content">
18-
<p>These are code structure/style guides and tutorials for SUAVE. The first set gives general information on how SUAVE is operated and how our code is formatted. The tutorials will then help you get started with SUAVE. We recommend starting with the Boeing 737-800 tutorial and then moving to the Transport Optimization or the Turbofan Network tutorial. These will allow you to explore the capabilities of SUAVE. A direct link
19-
to the documentation for individual functions is <a href="http://suave.stanford.edu/doxygen">here</a>.</p>
18+
<p>These are tutorials for SUAVE. The tutorials will then help you get started with SUAVE. We recommend starting with the Boeing 737-800 tutorial and then moving to the Transport Optimization or the Turbofan Network tutorial. These will allow you to explore the capabilities of SUAVE. If you haven't already downloaded the latest accompanying tutorial scripts you can find them <a href="https://github.com/suavecode/Tutorials/releases">here</a>.</p>
2019

2120
<ul class="posts">
2221
{% for post in site.categories.guides %}

0 commit comments

Comments
 (0)