From: Wolfgang Bangerth Date: Wed, 22 Jan 2020 23:57:51 +0000 (-0700) Subject: Clarify what the graph represents. X-Git-Tag: v9.2.0-rc1~623^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9417%2Fhead;p=dealii.git Clarify what the graph represents. --- diff --git a/doc/doxygen/tutorial/tutorial.h.in b/doc/doxygen/tutorial/tutorial.h.in index 9e84a8188e..b567e6f3be 100644 --- a/doc/doxygen/tutorial/tutorial.h.in +++ b/doc/doxygen/tutorial/tutorial.h.in @@ -38,7 +38,10 @@ * * You can browse the available tutorial programs *
    - *
  1. as a graph that shows how tutorial programs build upon each other. + *
  2. as a graph that shows how the major + * concepts of each tutorial programs builds on previous ones (though each + * program may also use minor pieces from other programs not specifically +* connected in the graph). *
  3. as a list that provides a short * synopsis of each program. *
  4. or grouped by topic. @@ -66,7 +69,7 @@ *

    Connections between tutorial programs

    * * The following graph shows the connections between tutorial programs and - * how they build on each other. + * how their major components build on each other. * Click on any of the boxes to go to one of the programs. If you hover * your mouse pointer over a box, a brief description of the program * should appear.