]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Adjust paths for moved tutorial programs
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 24 Jul 2006 15:37:21 +0000 (15:37 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 24 Jul 2006 15:37:21 +0000 (15:37 +0000)
git-svn-id: https://svn.dealii.org/trunk@13428 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/development/makefiles.2.html
deal.II/doc/development/writing-documentation.html
deal.II/doc/documentation.html
deal.II/doc/doxygen/Makefile.in
deal.II/doc/doxygen/headers/tutorial.h
deal.II/doc/doxygen/options.dox.in
deal.II/doc/faq.html
deal.II/doc/navbar.html

index b0dcf658ea5fafe13c174015e8c923673697d082..fd4d4d248d468ee3e926df6ce480975506605a5e 100644 (file)
@@ -27,7 +27,7 @@
            projects</a>: This Makefile is targeted at applications which
            are written to simply try something, or prove an
            assumption. Such applications are the 
-           <a href="../tutorial/chapter-2.step-by-step/index.html" target="_top">step-by-step
+           <a href="../doxygen/tutorial/index.html" target="_top">step-by-step
            examples</a>. 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
index d6cb2b09b58b1f3baada35f4ea69e6236b8a729d..c731fb815433b52e07b1f8cc2a37e9e4ca1423ee 100644 (file)
@@ -39,7 +39,7 @@
 
     <p>
     In addition to the API documentation, we maintain a series of
-    <a href="../tutorial/chapter-2.step-by-step/index.html" target="_top">
+    <a href="../doxygen/tutorial/index.html" target="_top">
     well-documented example programs</a>, 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
index 90aa588b94181a10147eb2664db3fc19479a09bb..2975cafbeb77fe5997b99ef96129db0ed1802092 100644 (file)
@@ -32,7 +32,7 @@
     <h3>Tutorials</h3>
     
       <p>
-      The <a href="tutorial/chapter-2.step-by-step/index.html"
+      The <a href="doxygen/tutorial/index.html"
       target="_top">tutorial</a> is
       for new users of the library. It explains the basic elements of
       finite element programs based on the library, and provides small
index 21320bf4c200d99c12d9da28f36bef0bd7dc404f..52cf0fb68e1dd7cac9770e8de280d0a1ab7cf30f 100644 (file)
@@ -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
index c0024ca80a0822a9d007cd7be9610dda502ec144..d8c2e7da6965479fc2ce4d11e3860c934018a451 100644 (file)
@@ -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 <a
- * href="../../tutorial/chapter-2.step-by-step/index.html">on this
+ * href="../tutorial/index.html">on this
  * page</a> that also includes short summaries of what each of the
  * tutorial programs are supposed to demonstrate.
  *
index 87b9856da712e8dcb5836fc8c85545d33f8cab61..fabdacdf193ff2e3b807b29c730f14b4f7b51bc9 100644 (file)
@@ -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 
index 2649904523563b23c491f4ab58a47dadaec55434..320e5d31b227985a8cd5b1f90cb473aabcc44e2e 100644 (file)
   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 
-  <a href="tutorial/chapter-2.step-by-step/index.html"
+  <a href="doxygen/tutorial/index.html"
   target="_top">example programs from the tutorial</a> and modify it
   such that it solves your equation. This way, a number of problems
   can be solved at relatively small effort.
index 16e872fe4a27989ff26fbdc2c715b8d44f9cc0ce..e89591cadf7de1a486063bf57e2666cf4cf9c03b 100644 (file)
@@ -31,7 +31,7 @@
   <hr>      
 
   <p>
-  <a href="tutorial/chapter-2.step-by-step/index.html" target="_top">Tutorial</a><br />
+  <a href="doxygen/tutorial/index.html" target="_top">Tutorial</a><br />
   <a href="doxygen/deal.II/index.html" target="_top">Manual</a><br />
   </p>  
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.