From: guido Date: Fri, 8 Apr 2005 18:00:22 +0000 (+0000) Subject: header and styles X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a428b2465697ff3c5a4edf6a1046bf8c10d1a5e0;p=dealii-svn.git header and styles git-svn-id: https://svn.dealii.org/trunk@10440 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/development/index.html b/deal.II/doc/development/index.html index d66b207a59..be97ee917c 100644 --- a/deal.II/doc/development/index.html +++ b/deal.II/doc/development/index.html @@ -2,10 +2,13 @@ "http://www.w3.org/TR/REC-html40/frameset.dtd"> -deal.II Development Information - - - + deal.II Development Information + + + + + + diff --git a/deal.II/doc/development/navbar.html b/deal.II/doc/development/navbar.html index 6a0affaf6f..35e0224f4d 100644 --- a/deal.II/doc/development/navbar.html +++ b/deal.II/doc/development/navbar.html @@ -2,12 +2,15 @@ "http://www.w3.org/TR/html4/loose.dtd"> -deal.II Development Navigation Bar - - - - - + deal.II Development Navigation Bar + + + + + + + +

Table of contents diff --git a/deal.II/doc/development/recent-changes.html b/deal.II/doc/development/recent-changes.html index c29eefea7b..1d04220121 100644 --- a/deal.II/doc/development/recent-changes.html +++ b/deal.II/doc/development/recent-changes.html @@ -1,15 +1,17 @@ - - - The deal.II Recent Changes - - - - + + + The deal.II Recent Changes + + + + + + -

Information on recent changes

+

Information on recent changes

In case you want to stay informed about what has happened recently diff --git a/deal.II/doc/development/testsuite.html b/deal.II/doc/development/testsuite.html index 8472d2ba54..e2384cd2b6 100644 --- a/deal.II/doc/development/testsuite.html +++ b/deal.II/doc/development/testsuite.html @@ -1,15 +1,20 @@ - - - The deal.II Testsuite - - - + + + The deal.II Testsuite + + + + + + + + -

The deal.II Testsuite

+

The deal.II Testsuite

deal.II has a testsuite that, at the time this article is written, @@ -34,7 +39,7 @@

-

Running it

+

Running it

To run the testsuite, you first need CVS access to our source @@ -202,7 +207,7 @@ -

Adding new tests

+

Adding new tests

As mentioned above, we usually add a new test these days every @@ -213,7 +218,7 @@ .

-

The testcase

+

The testcase

For the testcase, we usually start from a template like this:

@@ -283,7 +288,7 @@ int main ()
     

-

An entry in the Makefile

+

An entry in the Makefile

In order for the Makefiles to pick up your new test, you have to @@ -310,7 +315,7 @@ int main () -

An expected output

+

An expected output

If you run your new test executable, you will get an output file @@ -363,7 +368,7 @@ int main () -

Checking everything in

+

Checking in

Tests are a way to make sure everything keeps working. If they @@ -384,7 +389,7 @@ int main ()

-

Adding a new system

+

Adding a new system

If you are working on a system or with a compiler for which test diff --git a/deal.II/doc/development/title.html b/deal.II/doc/development/title.html index c606ef4c4d..5e6ba5cdcf 100644 --- a/deal.II/doc/development/title.html +++ b/deal.II/doc/development/title.html @@ -2,14 +2,14 @@ "http://www.w3.org/TR/html4/loose.dtd"> - - -deal.II Tutorial - - - + deal.II Tutorial + + + + + + + diff --git a/deal.II/doc/development/toc.html b/deal.II/doc/development/toc.html index 8397919723..646f29caa6 100644 --- a/deal.II/doc/development/toc.html +++ b/deal.II/doc/development/toc.html @@ -1,15 +1,19 @@ - - - The deal.II Development Page - - + + + The deal.II Development Page + + + + + + + - -

Information on development with deal.II

+

Information on development with deal.II

Apart from the online API references and the tutorial, which is diff --git a/deal.II/doc/development/writing-documentation.html b/deal.II/doc/development/writing-documentation.html index 8ce8c9e5c2..593d7ad7dd 100644 --- a/deal.II/doc/development/writing-documentation.html +++ b/deal.II/doc/development/writing-documentation.html @@ -1,15 +1,19 @@ - - - Writing documentation - - - + + + Writing documentation + + + + + + + + - -

Writing Documentation

+

Writing Documentation

It is our firm belief that software can only be successful if it @@ -50,7 +54,7 @@ -

Writing API documentation

+

Writing API documentation

In order to extract documentation from the header files of the @@ -63,7 +67,7 @@

-

Basic layout of documentation

+

Basic layout of documentation

Basically, every declaration, whether class or member @@ -103,7 +107,7 @@

-

Extended Layout

+

Extended Layout

In order to allow better structured output for long comments, @@ -216,9 +220,9 @@ -

Writing example programs

+

Writing example programs

-

The Tutorial

+

The Tutorial

At present, the tools that extract information from the example programs are rather dumb. They are, to be precise, two Perl @@ -241,7 +245,7 @@ allow for higher quality printing than what we get from HTML.

-

Code examples for the usage of single classes

+

Code examples for the usage of single classes

Writing example files for classes is supported by doxygen. These example files go into