From: guido Date: Mon, 3 May 2004 22:45:36 +0000 (+0000) Subject: Remark on documentation tarfile. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=903b221cd675e32d0e12618f0e59af60d1746a61;p=dealii-svn.git Remark on documentation tarfile. Let's hope we don't forget it in the end. git-svn-id: https://svn.dealii.org/trunk@9170 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/c-4-0.html b/deal.II/doc/news/c-4-0.html index c24f294464..cc0414f33c 100644 --- a/deal.II/doc/news/c-4-0.html +++ b/deal.II/doc/news/c-4-0.html @@ -106,6 +106,15 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

General

    + +
  1. New: After the documentation tool for deal.II has been + changed to Doxygen, it is delivered in two + tar-files. Additional to the traditional source tarball, the preprocessed + documentation is available ready for reading with a web browser. +
    + (GK 2004/05/04) +

    +
  2. New: The step-15 example is about solving a nonlinear 1d problem, and dealing with transporting a solution across mesh refinement. Step-16 is