From: Matthias Maier Date: Thu, 20 Aug 2015 15:11:52 +0000 (-0500) Subject: Documentation: Remove useless pages for sub categories X-Git-Tag: v8.4.0-rc2~579^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1401%2Fhead;p=dealii.git Documentation: Remove useless pages for sub categories Nobody sees those pages anyway because the menu in documentation.html links to the individual topics directly.. --- diff --git a/doc/developers/index.html b/doc/developers/index.html deleted file mode 100644 index d89583a459..0000000000 --- a/doc/developers/index.html +++ /dev/null @@ -1,31 +0,0 @@ - - - - - deal.II Development Information - - - - - - - - - - - - - - <h1>deal.II Development Information</h1> - Your browser does not seem to understand frames. A version of this - page that does not use frames can be found at - <a href="toc.html">toc.html</a>. - - - - - - - - diff --git a/doc/developers/navbar.html b/doc/developers/navbar.html deleted file mode 100644 index 3703c9dd7a..0000000000 --- a/doc/developers/navbar.html +++ /dev/null @@ -1,40 +0,0 @@ - - - - - deal.II Development Navigation Bar - - - - - - -

- http://www.dealii.org
-

- -
- -

- Home
- README
- User info
- Developer info
-

- -
- - Development - -

- CMake internals
- Writing documentation
- Porting
- Coding conventions
- Testsuite
-

- -
- - diff --git a/doc/developers/title.html b/doc/developers/title.html deleted file mode 100644 index d57bda21dc..0000000000 --- a/doc/developers/title.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - - deal.II information for developers - - - - - - - -
-

- Information for Developers -

-
- - - - - - - - - - diff --git a/doc/developers/toc.html b/doc/developers/toc.html deleted file mode 100644 index e65018434e..0000000000 --- a/doc/developers/toc.html +++ /dev/null @@ -1,76 +0,0 @@ - - - - - The deal.II Development Page - - - - - - - -

- -

Information for Developers

- -
-This page provides documentation for deal.II developers. At present, we -have the following resources available: -

- -

Documentation

- - - -
-
- - Valid HTML 4.01! - - Valid CSS! -
- - - diff --git a/doc/documentation.html b/doc/documentation.html index 2e31f0cda7..96274862d8 100644 --- a/doc/documentation.html +++ b/doc/documentation.html @@ -18,9 +18,11 @@

-
+
- Information for users +

+ Information for users +

    @@ -38,7 +40,9 @@
- Information for developers +

+ Information for developers +

    diff --git a/doc/navbar.html b/doc/navbar.html index 526d5a46c3..f0f156a322 100644 --- a/doc/navbar.html +++ b/doc/navbar.html @@ -18,8 +18,6 @@

    Home
    README
    - User info
    - Developer info


    diff --git a/doc/screen.css b/doc/screen.css index 0644b896be..5369e0335a 100644 --- a/doc/screen.css +++ b/doc/screen.css @@ -1,5 +1,5 @@ /* - Copyright (C) 1998 - 2013 by the deal.II authors + Copyright (C) 1998 - 2015 by the deal.II authors */ body { @@ -328,7 +328,7 @@ div.border { div.infobox { float: left; - width: 250px; + width: 20em; text-align: center; margin-top: 1em; margin-left: 20px; diff --git a/doc/users/index.html b/doc/users/index.html deleted file mode 100644 index 77c191c9bd..0000000000 --- a/doc/users/index.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - - deal.II Development Information - - - - - - - - - - - - - - - <h1>deal.II Development Information</h1> - Your browser does not seem to understand frames. A version of this - page that does not use frames can be found at - <a href="toc.html">toc.html</a>. - - - - - - - - diff --git a/doc/users/navbar.html b/doc/users/navbar.html deleted file mode 100644 index 7ebb2ba11f..0000000000 --- a/doc/users/navbar.html +++ /dev/null @@ -1,48 +0,0 @@ - - - - - deal.II Development Navigation Bar - - - - - - - -

    - http://www.dealii.org
    -

    - -
    - -

    - Home
    - README
    - User info
    - Developer info
    -

    - -
    - - Documentation - -

    - CMake documentation
    - CMake in user projects
    - Linking manuals
    -

    - -
    - - Doxygen -

    - Tutorial
    - Manual
    -

    - -
    - - - diff --git a/doc/users/title.html b/doc/users/title.html deleted file mode 100644 index c889b2989d..0000000000 --- a/doc/users/title.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - deal.II information for users - - - - - - - - -
    -

    - Information for Users -

    -
    - - - - - - - - - - diff --git a/doc/users/toc.html b/doc/users/toc.html deleted file mode 100644 index 9bc63be42d..0000000000 --- a/doc/users/toc.html +++ /dev/null @@ -1,118 +0,0 @@ - - - - - The deal.II Development Page - - - - - - - - -

    Information for Users

    - -

    -
    -This page gathers some information on developing programs based on -deal.II, as well as on how to configure and use -deal.II. At present, we have the following resources -available: -

    - - -

    Documentation

    - -
      - -
    • - deal.II CMake documentation: - This page provides extensive information about configuration and - installation with the CMake build system. - -

    • Using CMake and - deal.II in a user project: - This page covers how to use CMake in your own project. - An overview of how to retrieve necessary information - from a deal.II installation as well as how to - write a CMakeLists.txt for a client project is given. -

      - -
    • Linking your online documentation - to the deal.II online manual: After spending a lot of time - writing good documentation for your code and putting it online, - here we explain how to put links to the deal.II online manual into - your documentation, so that readers can click through. -

      - -
    - - -

    Tutorials

    - -

    - The tutorial is for new users of the - library. It explains the basic elements of finite element - programs based on the library, and provides small example - programs. - There are also Youtube-hosted video lectures that provide, both, the - context of the mathematical and computational methods of deal.II, as well - as demonstrate parts of the tutorial. -

    - -

    - As all other documentation, the HTML pages - of the tutorials can be generated locally on your computer and - can then be read offline. Please follow the - instructions in the - ReadMe on how to - generate them locally. -

    - - -

    Programming interface

    - -

    -The programming - interface/manual pages are what you will need most often as a -reference of all classes, functions and variables in the library. They -are extensively documented (presently more than 5000 pages if -printed), and generated by Doxygen. There is also a quick link to these pages from -the menu bar at the left. -

    - -

    -The documentation uses many of the features of Doxygen. In particular, -the link takes you straight to a page that lists modules, a way -to group classes with similar purposes. This may be what you are probably -interested in when you are not yet familiar with the library. If you -already know your way around and want to look up the signature of a -particular member function, for example, you may go to the class view or -choose any of the other ways in which Doxygen allows you to navigate -through the documentation. -

    - -

    -Just as for the tutorials, the API docs need to be generated first, -if you download deal.II. Please follow the -instructions in the -ReadMe on how to do -this. -

    - -
    -
    - - Valid HTML 4.01! - - Valid CSS! -
    - - -