From: bangerth Date: Wed, 12 Sep 2007 16:48:22 +0000 (+0000) Subject: Fix some awkward markup X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a3761b1c1df772f2406e29837acac6fd017596c;p=dealii-svn.git Fix some awkward markup git-svn-id: https://svn.dealii.org/trunk@15200 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/tutorial/toc.html b/deal.II/doc/doxygen/tutorial/toc.html index c469a7f238..1fb10dd7f6 100644 --- a/deal.II/doc/doxygen/tutorial/toc.html +++ b/deal.II/doc/doxygen/tutorial/toc.html @@ -4,7 +4,7 @@ Step-by-Step - + @@ -23,15 +23,15 @@ 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 +
  2. 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. -
  3. The commented program:: A listing of the program, interspersed +
  4. The commented program: A listing of the program, interspersed with many comments that explain what is going on, how things are done and why. -
  5. Results:The output of the program, with some comments and +
  6. Results: The output of the program, with some comments and interpretation. -
  7. The plain program:Since the program itself usually is a little +
  8. The plain program: Since the program itself usually is a little bit unreadable with all the comments intertwingled, we present the program again, with all comments stripped off, to allow getting an overview of it.