From 1be25972c3e30acc1befe6a66fda94bc5486ad46 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 8 Oct 2013 19:34:27 +0000 Subject: [PATCH] Rework. git-svn-id: https://svn.dealii.org/trunk@31174 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/documentation.html | 111 ++++++++++++++------------------- 1 file changed, 46 insertions(+), 65 deletions(-) diff --git a/deal.II/doc/documentation.html b/deal.II/doc/documentation.html index ddae33da74..f01ddef7db 100644 --- a/deal.II/doc/documentation.html +++ b/deal.II/doc/documentation.html @@ -16,74 +16,55 @@


deal.II comes with quite extensive online - documentation, which falls into several categories. They are - listed below. + documentation. It can be grouped into the following categories:

-

ReadMe

-

- First, there is the README of - the library. It gives information on system requirements, - installation, and copyright. -

- - -

Users' Corner

- -

- The Users' Corner provides information about - configuration and usage of the library. -

- -
-
    -
  1. CMake documentation
  2. -
  3. CMake in user projects
  4. -
  5. Tutorial
  6. -
  7. Manual
  8. -
-
- - -

Developers' Corner

- -

- The Developers' Corner covers - topics for advanced users and developers. -

- -
-
    -
  1. SVN Archive
  2. -
  3. CMake internals
  4. -
  5. Writing documentation
  6. -
  7. Porting
  8. -
  9. Coding conventions
  10. -
  11. Testsuite
  12. -
-
- - - -

Reports

- -

- There are a number of papers that describe the overall design or - individual aspects of deal.II. Please refer to the - papers listed at the top of the publications page for full references. In addition, - there are technical - reports. - -

Publications

- -

- A list of - publications about and based on - deal.II can be found on - this page. -

+ + + + + + + + + + + + + + +
Information for usersInformation for developers
+ + + +
+ +
+

-- 2.39.5