Skip to content

Commit

Permalink
Added small info the left hand side overview for tutorials.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxSagebaum committed Oct 30, 2019
1 parent 7b52a2c commit 8f02195
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion documentation/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog {#Changelog}
===========================

### v 1.9.0 - 2019-10-09
### v 1.9.0 - 2019-10-30
- Helper structures:
* EvaluationHelper:
+ Simplifies the computation of Jacobian and Hessian matrices for functions, function objects and lambda functions.
Expand Down
38 changes: 19 additions & 19 deletions documentation/CoDiLayout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,28 @@
<tab type="mainpage" visible="yes" title=""/>
<!-- <tab type="pages" visible="yes" title="" intro=""/> -->
<tab type="usergroup" title="Tutorials" url="@ref tutorialPage">
<tab type="usergroup" title="Tutorial B1" url="@ref TutorialB1">
<tab type="user" title="Tutorial B1.1" url="@ref TutorialB1_1"/>
<tab type="user" title="Tutorial B1.2" url="@ref TutorialB1_2"/>
<tab type="usergroup" title="Tutorial B1 - Evaluation helper" url="@ref TutorialB1">
<tab type="user" title="Tutorial B1.1 - Function objects" url="@ref TutorialB1_1"/>
<tab type="user" title="Tutorial B1.2 - Run time optimization" url="@ref TutorialB1_2"/>
</tab>
<tab type="user" title="Tutorial B2" url="@ref TutorialB2"/>
<tab type="user" title="Tutorial 1" url="@ref Tutorial1"/>
<tab type="user" title="Tutorial 2" url="@ref Tutorial2"/>
<tab type="user" title="Tutorial 3" url="@ref Tutorial3"/>
<tab type="user" title="Tutorial 4" url="@ref Tutorial4"/>
<tab type="user" title="Tutorial 5" url="@ref Tutorial5"/>
<tab type="user" title="Tutorial 6" url="@ref Tutorial6"/>
<tab type="usergroup" title="Tutorial 7" url="@ref Tutorial7">
<tab type="user" title="Tutorial 7.1" url="@ref Tutorial7_1"/>
<tab type="user" title="Tutorial 7.2" url="@ref Tutorial7_2"/>
<tab type="user" title="Tutorial B2 - Tape helper" url="@ref TutorialB2"/>
<tab type="user" title="Tutorial 1 - Forward mode" url="@ref Tutorial1"/>
<tab type="user" title="Tutorial 2 - Reverse mode" url="@ref Tutorial2"/>
<tab type="user" title="Tutorial 3 - Jacobi forward mode" url="@ref Tutorial3"/>
<tab type="user" title="Tutorial 4 - Jacobi reverse mode" url="@ref Tutorial4"/>
<tab type="user" title="Tutorial 5 - ReferenceActiveReal" url="@ref Tutorial5"/>
<tab type="user" title="Tutorial 6 - Vector mode" url="@ref Tutorial6"/>
<tab type="usergroup" title="Tutorial 7 - Higher order derivatives helper" url="@ref Tutorial7">
<tab type="user" title="Tutorial 7.1 - Template interface" url="@ref Tutorial7_1"/>
<tab type="user" title="Tutorial 7.2 - No helper" url="@ref Tutorial7_2"/>
</tab>
<tab type="user" title="Tutorial A1" url="@ref TutorialA1"/>
<tab type="user" title="Tutorial A2" url="@ref TutorialA2"/>
<tab type="user" title="Tutorial A3" url="@ref TutorialA3"/>
<tab type="usergroup" title="Tutorial A4" url="@ref TutorialA4">
<tab type="user" title="Tutorial A4.1" url="@ref TutorialA4_1"/>
<tab type="user" title="Tutorial A1 - External functions" url="@ref TutorialA1"/>
<tab type="user" title="Tutorial A2 - Preaccumulation" url="@ref TutorialA2"/>
<tab type="user" title="Tutorial A3 - Manual statement storing" url="@ref TutorialA3"/>
<tab type="usergroup" title="Tutorial A4 - Advanced vector mode" url="@ref TutorialA4">
<tab type="user" title="Tutorial A4.1 - OpenMP reverse mode evaluation" url="@ref TutorialA4_1"/>
</tab>
<tab type="user" title="Tutorial A5" url="@ref TutorialA5"/>
<tab type="user" title="Tutorial A5 - Jacobian and Hessian interface" url="@ref TutorialA5"/>
</tab>
<tab type="modules" visible="yes" title="" intro=""/>
<tab type="namespaces" visible="yes" title="">
Expand Down

0 comments on commit 8f02195

Please sign in to comment.