From: bangerth Date: Tue, 22 Jun 2010 16:38:12 +0000 (+0000) Subject: Shorten text. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0ced49a41a95c3134e7dda9fff4c9dc8694bb70;p=dealii-svn.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:

    -
  1. 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. -
  2. The commented program: A listing of the program, interspersed - with many comments that explain what is going on, how things are done - and why. -
  3. Results: The output of the program, with some comments and +
  4. Introduction: A description of what the program does, including + the mathematical model, and + what programming techniques are new. +
  5. The commented program: An extensively documented listing of the + program code. +
  6. Results: The output of the program, with comments and interpretation. -
  7. 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. +
  8. The plain program: The programs are rather + unreadable with all the comments intertwined. This section presents it + with all comments stripped out.