From 9c8174587e5768b8a936dd6143c5ec864b477a89 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 24 Jul 2006 15:37:21 +0000 Subject: [PATCH] Adjust paths for moved tutorial programs git-svn-id: https://svn.dealii.org/trunk@13428 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/development/makefiles.2.html | 2 +- .../development/writing-documentation.html | 2 +- deal.II/doc/documentation.html | 2 +- deal.II/doc/doxygen/Makefile.in | 2 +- deal.II/doc/doxygen/headers/tutorial.h | 2 +- deal.II/doc/doxygen/options.dox.in | 26 ++----------------- deal.II/doc/faq.html | 2 +- deal.II/doc/navbar.html | 2 +- 8 files changed, 9 insertions(+), 31 deletions(-) diff --git a/deal.II/doc/development/makefiles.2.html b/deal.II/doc/development/makefiles.2.html index b0dcf658ea..fd4d4d248d 100644 --- a/deal.II/doc/development/makefiles.2.html +++ b/deal.II/doc/development/makefiles.2.html @@ -27,7 +27,7 @@ projects: This Makefile is targeted at applications which are written to simply try something, or prove an assumption. Such applications are the - step-by-step + step-by-step examples. These small problems are probably not the usual case in real life, but you may want to take a look at this file in order to get an idea on how it works, or you diff --git a/deal.II/doc/development/writing-documentation.html b/deal.II/doc/development/writing-documentation.html index d6cb2b09b5..c731fb8154 100644 --- a/deal.II/doc/development/writing-documentation.html +++ b/deal.II/doc/development/writing-documentation.html @@ -39,7 +39,7 @@

In addition to the API documentation, we maintain a series of - + well-documented example programs, which also follow a certain ``literate programming'' style in that the explanations of what is happening are integrated into the program source by means of diff --git a/deal.II/doc/documentation.html b/deal.II/doc/documentation.html index 90aa588b94..2975cafbeb 100644 --- a/deal.II/doc/documentation.html +++ b/deal.II/doc/documentation.html @@ -32,7 +32,7 @@

Tutorials

- The tutorial is for new users of the library. It explains the basic elements of finite element programs based on the library, and provides small diff --git a/deal.II/doc/doxygen/Makefile.in b/deal.II/doc/doxygen/Makefile.in index 21320bf4c2..52cf0fb68e 100644 --- a/deal.II/doc/doxygen/Makefile.in +++ b/deal.II/doc/doxygen/Makefile.in @@ -26,7 +26,7 @@ deal.II deal.tag: tutorial \ $D/lac/include/*/*.h \ $D/deal.II/include/*/*.h \ headers/*.h \ - tutorial/doxygen/*.h + $(shell ls tutorial/doxygen/) @echo "=== Generating reference documentation. " \ "This can take several minutes..." @DOXYGEN@ deal.dox > doxygen.log diff --git a/deal.II/doc/doxygen/headers/tutorial.h b/deal.II/doc/doxygen/headers/tutorial.h index c0024ca80a..d8c2e7da69 100644 --- a/deal.II/doc/doxygen/headers/tutorial.h +++ b/deal.II/doc/doxygen/headers/tutorial.h @@ -19,7 +19,7 @@ * in). It consists of a collection of small programs, each more or * less built atop of the previous ones, which demonstrate various * aspects of the library. A more detailed overview can be found on this + * href="../tutorial/index.html">on this * page that also includes short summaries of what each of the * tutorial programs are supposed to demonstrate. * diff --git a/deal.II/doc/doxygen/options.dox.in b/deal.II/doc/doxygen/options.dox.in index 87b9856da7..fabdacdf19 100644 --- a/deal.II/doc/doxygen/options.dox.in +++ b/deal.II/doc/doxygen/options.dox.in @@ -447,31 +447,9 @@ EXAMPLE_RECURSIVE = NO # The IMAGE_PATH tag can be used to specify one or more files or # directories that contain image that are included in the documentation (see -# the \image command). - -IMAGE_PATH = . \ - ../tutorial/chapter-2.step-by-step/step-1.data \ - ../tutorial/chapter-2.step-by-step/step-2.data \ - ../tutorial/chapter-2.step-by-step/step-3.data \ - ../tutorial/chapter-2.step-by-step/step-4.data \ - ../tutorial/chapter-2.step-by-step/step-5.data \ - ../tutorial/chapter-2.step-by-step/step-6.data \ - ../tutorial/chapter-2.step-by-step/step-7.data \ - ../tutorial/chapter-2.step-by-step/step-8.data \ - ../tutorial/chapter-2.step-by-step/step-9.data \ - ../tutorial/chapter-2.step-by-step/step-10.data \ - ../tutorial/chapter-2.step-by-step/step-11.data \ - ../tutorial/chapter-2.step-by-step/step-12.data \ - ../tutorial/chapter-2.step-by-step/step-13.data \ - ../tutorial/chapter-2.step-by-step/step-14.data \ - ../tutorial/chapter-2.step-by-step/step-15.data \ - ../tutorial/chapter-2.step-by-step/step-16.data \ - ../tutorial/chapter-2.step-by-step/step-17.data \ - ../tutorial/chapter-2.step-by-step/step-18.data \ - ../tutorial/chapter-2.step-by-step/step-19.data \ - ../tutorial/chapter-2.step-by-step/step-20.data \ - ../tutorial/chapter-2.step-by-step/step-21.data \ +# the \image command). This is overwritten in deal.dox +IMAGE_PATH = # The INPUT_FILTER tag can be used to specify a program that doxygen should # invoke to filter for each input file. Doxygen will invoke the filter program diff --git a/deal.II/doc/faq.html b/deal.II/doc/faq.html index 2649904523..320e5d31b2 100644 --- a/deal.II/doc/faq.html +++ b/deal.II/doc/faq.html @@ -392,7 +392,7 @@ There is no general rule on how to attack implementing a program to solve your particular problem. However, the way most often taken is to look at one of the - example programs from the tutorial and modify it such that it solves your equation. This way, a number of problems can be solved at relatively small effort. diff --git a/deal.II/doc/navbar.html b/deal.II/doc/navbar.html index 16e872fe4a..e89591cadf 100644 --- a/deal.II/doc/navbar.html +++ b/deal.II/doc/navbar.html @@ -31,7 +31,7 @@


- Tutorial
+ Tutorial
Manual

-- 2.39.5