From: Wolfgang Bangerth
Date: Tue, 22 Jun 2010 16:38:12 +0000 (+0000)
Subject: Shorten text.
X-Git-Tag: v8.0.0~6000
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d443f1bfa2164cabda238ba320195a150b1e9fcf;p=dealii.git
Shorten text.
git-svn-id: https://svn.dealii.org/trunk@21268 0785d39b-7218-0410-832d-ea1e28bc413d
---
diff --git a/deal.II/doc/doxygen/tutorial/toc.html b/deal.II/doc/doxygen/tutorial/toc.html
index 63bc46a67d..05d2533094 100644
--- a/deal.II/doc/doxygen/tutorial/toc.html
+++ b/deal.II/doc/doxygen/tutorial/toc.html
@@ -23,18 +23,16 @@ or less built atop of previous ones, which demonstrate various
aspects of the library. Each such example has the following structure
follows:
- - Introduction: A brief description of what the program does and
- what is new compared to the previous programs. This also includes a
- discussion of the mathematical model and its formulation.
-
- The commented program: A listing of the program, interspersed
- with many comments that explain what is going on, how things are done
- and why.
-
- Results: The output of the program, with some comments and
+
- Introduction: A description of what the program does, including
+ the mathematical model, and
+ what programming techniques are new.
+
- The commented program: An extensively documented listing of the
+ program code.
+
- Results: The output of the program, with comments and
interpretation.
-
- The plain program: Since the program itself usually is a little
- bit unreadable with all the comments intertwined, we present the
- program again, with all comments stripped off, to allow getting an
- overview of it.
+
- The plain program: The programs are rather
+ unreadable with all the comments intertwined. This section presents it
+ with all comments stripped out.