From: Matthias Maier Date: Mon, 21 Jul 2014 16:26:16 +0000 (+0200) Subject: Documentation: Remove all references to external resources X-Git-Tag: v8.3.0-rc1~590^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=716aba8ebcd68e3d5e6f628fa3ccc3b9c10b826e;p=dealii.git Documentation: Remove all references to external resources We already link to this external resources on the homepage - there is no point in doing it here (nobody will find it and it has the bad tendency of being out of date). --- diff --git a/doc/developers/navbar.html b/doc/developers/navbar.html index 2999fe8345..db7d4a0847 100644 --- a/doc/developers/navbar.html +++ b/doc/developers/navbar.html @@ -37,14 +37,5 @@


- - Online Resources -

- Recent changes
- CDash
- Performance tests
-

- -
diff --git a/doc/developers/toc.html b/doc/developers/toc.html index 7960bba38a..4f83fa2940 100644 --- a/doc/developers/toc.html +++ b/doc/developers/toc.html @@ -42,15 +42,14 @@ have the following resources available:
  • Porting deal.II to a new system: - deal.II uses CMake as build system - and is fairly ISO (1998) C++ Standard compliant. - So, porting to a reasonably POSIX compliant - system with a reasonably ISO C++ compliant compiler shouldn't be - much work. Other (mostly proprietary) systems might require more - work. See the ReadMe - file for more information on already supported systems. This - resource gives some hints for porting to unknown platforms. + deal.II uses CMake as build system and is fairly + ISO (1998) C++ Standard compliant. So, porting to a reasonably POSIX + compliant system with a reasonably ISO C++ compliant compiler shouldn't + be much work. Other (mostly proprietary) systems might require more + work. See the ReadMe file for + more information on already supported systems. This resource gives some + hints for porting to unknown platforms.

  • -

    Resources

    - - -
    The deal.II Authors diff --git a/doc/users/navbar.html b/doc/users/navbar.html index f2c4b469c5..a8a6e7d207 100644 --- a/doc/users/navbar.html +++ b/doc/users/navbar.html @@ -41,21 +41,9 @@

    Tutorial
    Manual
    - Wolfgang's lectures


    - Online Resources -

    - FAQ
    - News
    - Download
    - Mailing list
    - Wiki
    - Bug tracker
    -

    - diff --git a/doc/users/toc.html b/doc/users/toc.html index 8725a7ef0e..e4edbbec35 100644 --- a/doc/users/toc.html +++ b/doc/users/toc.html @@ -33,7 +33,7 @@ available: This page provides extensive information about configuration and installation with the CMake build system. -
  • Using CMake and +

  • 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 @@ -48,14 +48,6 @@ available: your documentation, so that readers can click through.

    -
  • Bugs: - Though well tested, deal.II certainly has - bugs. If you want to report a bug (or enhancement request), - go to the bug tracking system and enter a new ticket - for your issue. -

    - @@ -66,13 +58,12 @@ available: target="_top">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. You can also reach the tutorial link from the - menu bar at the left. There is also an extensive set of - 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. These video lectures are also reachable from - the menu bar at the left. + 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.

    @@ -93,7 +84,7 @@ The programming 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 + target="_top">Doxygen. There is also a quick link to these pages from the menu bar at the left.