From: Wolfgang Bangerth
Date: Wed, 26 Apr 2000 08:18:14 +0000 (+0000)
Subject: Add info that tutorials and API docs need to be generated first.
X-Git-Tag: v8.0.0~20629
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b875e2a80a3c441a1d5fe52a041e7c45fc48acb3;p=dealii.git
Add info that tutorials and API docs need to be generated first.
git-svn-id: https://svn.dealii.org/trunk@2772 0785d39b-7218-0410-832d-ea1e28bc413d
---
diff --git a/deal.II/doc/documentation.html b/deal.II/doc/documentation.html
index cc1fbefced..ff3e439762 100644
--- a/deal.II/doc/documentation.html
+++ b/deal.II/doc/documentation.html
@@ -32,14 +32,19 @@
for new users of the library. It explains the basic elements of
finite element programs based on the library, and provides small
example programs.
-
-
-
Another chapter of the tutorial gives an overview of information
classified by subject. This is more for reference than to learn
about the library the first time.
+
+ Note that the tutorials need to be generated first, if you
+ download deal.II. Please follow the
+ instructions in the
+ ReadMe file on how to do
+ this.
+
+
Programming interface
@@ -77,6 +82,14 @@
sublibrary.
+
+ As for the tutorials, the API docs need to be generated first,
+ if you download deal.II. Please follow the
+ instructions in the
+ ReadMe file on how to do
+ this.
+
+
Development information