From: bangerth Date: Tue, 26 Oct 2010 20:05:30 +0000 (+0000) Subject: Better way of writing the legend. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c5eb2323ebdc9691184ae173196fe202e608dfb;p=dealii-svn.git Better way of writing the legend. git-svn-id: https://svn.dealii.org/trunk@22509 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/tutorial/toc.html.in b/deal.II/doc/doxygen/tutorial/toc.html.in index 14effda89d..8048ed6ab5 100644 --- a/deal.II/doc/doxygen/tutorial/toc.html.in +++ b/deal.II/doc/doxygen/tutorial/toc.html.in @@ -40,7 +40,7 @@ You can browse the available tutorial programs as tutorial programs build upon each other (below); as a list that provides a short synopsis of each program; and -grouped by topics. +grouped by topics. Some of the programs also jointly form the geodynamics demonstration suite. @@ -48,8 +48,8 @@ the geodynamics

The programs are in the examples/ directory of your local deal.II -installation. After compiling the library itself, if you go into one of the -tutorial directories, you can compile +installation. After compiling the library itself, if you go into one of the +tutorial directories, you can compile the program by typing make, and run it using make run. The latter command also compiles the program if that has not already been done. The Makefiles in the different @@ -73,10 +73,12 @@ should appear.

-In the graph above, green octagons indicate programs that show basic -techniques. Orange boxes indicate advanced techniques, while the programs -shown as yellow, light blue, and dark blue boxes are applications in fluid -dynamics, solid mechanics, and time dependent problems, respectively. +Legend: +Green octagons: programs that show basic techniques; +Orange boxes: advanced techniques; +Yellow: applications in fluid dynamics; +Light blue: applications in solid mechanics; +Dark blue boxes: time dependent problems.