From b1fcd7748e62466d161aad69d1d7b53ade074fd2 Mon Sep 17 00:00:00 2001 From: Daniel Garcia-Sanchez Date: Fri, 10 Apr 2020 22:58:30 +0200 Subject: [PATCH] Update html links --- doc/developers/cmake-internals.html | 4 ++-- doc/developers/porting.html | 4 ++-- doc/doxygen/tutorial/tutorial.h.in | 2 +- doc/index.html | 4 ++-- doc/readme.html | 10 +++++----- doc/users/cmake_user.html | 2 +- doc/users/config.sample | 2 +- doc/users/testsuite.html | 2 +- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/doc/developers/cmake-internals.html b/doc/developers/cmake-internals.html index af8c86d930..95a52eeb0a 100644 --- a/doc/developers/cmake-internals.html +++ b/doc/developers/cmake-internals.html @@ -143,7 +143,7 @@ SET_TARGET_PROPERTIES(${DEAL_II_BASE_NAME}${DEAL_II_${build}_SUFFIX} This sets up all cached variables prior to the call to PROJECT(deal.II). For details see the comment at the top. Furthermore, some bookkeeping for compiler and linker flags - takes place, see the section + takes place, see the section about compile flags.
  • setup_deal_ii.cmake: This file is included immediately after the call to @@ -417,7 +417,7 @@ SET_IF_EMPTY(FEATURE_DIR "$ENV{FEATURE_DIR}") module is used to determine whether an external dependency can be resolved or not. Depending on the current state of DEAL_II_WITH_<FEATURE> (see - here) the + here) the configuration variables
     FEATURE_LIBRARIES
    diff --git a/doc/developers/porting.html b/doc/developers/porting.html
    index d20dbca0b2..8b125ae8b5 100644
    --- a/doc/developers/porting.html
    +++ b/doc/developers/porting.html
    @@ -45,7 +45,7 @@ DEAL_II_CXX_FLAGS_RELEASE - additional flags for the release library
     
    After that try to compile the library with minimal external dependencies (-DDEAL_II_ALLOW_AUTODETECTION=OFF, for - further information see the deal.II CMake + further information see the deal.II CMake documentation).
  • For adding permanent support for the unknown compiler to the @@ -212,7 +212,7 @@ make -jN install program at the target and then inspect CMakeCache.txt or you can obtain the flags using mpic++ --showme:compile and mpic++ --showme:link. The remaining configuration can be - adjusted at will, see the documentation. Note + adjusted at will, see the documentation. Note that the rpaths of the examples might not be correct, this can be fixed using LD_LIBRARY_PATH or chrpath. diff --git a/doc/doxygen/tutorial/tutorial.h.in b/doc/doxygen/tutorial/tutorial.h.in index b32bb253d2..eaab40c13e 100644 --- a/doc/doxygen/tutorial/tutorial.h.in +++ b/doc/doxygen/tutorial/tutorial.h.in @@ -54,7 +54,7 @@ * make run. The latter command also compiles the program if * that has not already been done. The CMakeLists.txt files in the * different directories are based on the - * autopilot + * autopilot * style CMakeLists.txt example. * * @note Some of the tutorial programs also jointly form diff --git a/doc/index.html b/doc/index.html index 6eaa03535d..ebe5315894 100644 --- a/doc/index.html +++ b/doc/index.html @@ -48,8 +48,8 @@
    diff --git a/doc/readme.html b/doc/readme.html index 4abf18b5af..c5de0160c3 100644 --- a/doc/readme.html +++ b/doc/readme.html @@ -209,7 +209,7 @@
  • If you are changing part of the deal.II code itself, you can re-compile the library using only the last two commands above in the previously created build directory. It is also possible to change the configuration used in this - directory by calling cmake a second time, possibly with different arguments. However, this sometimes leads to surprising results and you may not get exactly what you were hoping for. For more information, see here. + directory by calling cmake a second time, possibly with different arguments. However, this sometimes leads to surprising results and you may not get exactly what you were hoping for. For more information, see here.
  • @@ -298,7 +298,7 @@

    deal.II has a large number of optional interfaces to other libraries. By default, cmake will automatically enable support for all external libraries it can find in default - paths. However, this behavior can be changed using command line switches to the initial call to cmake. A detailed description can be found here: Detailed build system description. + paths. However, this behavior can be changed using command line switches to the initial call to cmake. A detailed description can be found here: Detailed build system description.

    @@ -435,7 +435,7 @@ LAPACK ( Linear Algebra Package) are two packages that support low-level linear algebra operations on vectors and dense matrices. Both libraries should be packaged by almost all Linux distributions and found automatically whenever available. (You might have to install development versions of the libraries for deal.II being able to use them). For details on how to set up deal.II with a non standard BLAS/LAPACK implementation, see the - advanced + advanced setup section in the CMake ReadME.

    @@ -712,8 +712,8 @@

    The deal.II cmake system allows far greater control over what exactly is configured or built than just the outline above. If you want to learn more about this, take a look - here. You might also be interested in - CMake for user projects or + here. You might also be interested in + CMake for user projects or build system internals.

    diff --git a/doc/users/cmake_user.html b/doc/users/cmake_user.html index 58de563a6d..68ac7bb4f4 100644 --- a/doc/users/cmake_user.html +++ b/doc/users/cmake_user.html @@ -19,7 +19,7 @@ This page presents some CMakeLists.txt examples for potential use in your projects. (A detailed description of the deal.II project configuration is given in the - deal.II CMake ReadMe.) + deal.II CMake ReadMe.)

    diff --git a/doc/users/config.sample b/doc/users/config.sample index 569db7d6a9..973ffa4254 100644 --- a/doc/users/config.sample +++ b/doc/users/config.sample @@ -1,7 +1,7 @@ ## ## # Example configuration file # # # -# See doc/readme.html and doc/users/cmake.html for further # +# See doc/readme.html and doc/users/cmake_dealii.html for further # # details on how to use the cmake build system of deal.II. # ## ## diff --git a/doc/users/testsuite.html b/doc/users/testsuite.html index 2b766ab372..8549f137e7 100644 --- a/doc/users/testsuite.html +++ b/doc/users/testsuite.html @@ -201,7 +201,7 @@ tests/support/my_test_2.output

    Again, we want to use the "autopilot" configuration for user projects - (see the cmake documentation for + (see the cmake documentation for details). The top-level CMakeLists.txt is now solely responsible for finding deal.II, enable testing, and descending into subdirectories: -- 2.39.5