From e22ad161358276482cffc1ec11daa7993ef76f55 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 22 Jan 2020 16:57:51 -0700 Subject: [PATCH] Clarify what the graph represents. --- doc/doxygen/tutorial/tutorial.h.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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. -- 2.39.5