From b875e2a80a3c441a1d5fe52a041e7c45fc48acb3 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 26 Apr 2000 08:18:14 +0000 Subject: [PATCH] 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 --- deal.II/doc/documentation.html | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) 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

-- 2.39.5