From: David Wells <drwells@vt.edu> Date: Wed, 26 Aug 2015 13:32:36 +0000 (-0400) Subject: Remove trailing whitespace in the documentation. X-Git-Tag: v8.4.0-rc2~544^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1c833357fcde350d4ef0c0f7131002e5d7d6951;p=dealii.git Remove trailing whitespace in the documentation. --- diff --git a/doc/developers/testsuite.html b/doc/developers/testsuite.html index 1ace25b8fd..2b97c0dd3e 100644 --- a/doc/developers/testsuite.html +++ b/doc/developers/testsuite.html @@ -148,7 +148,7 @@ $ ctest [-j N] </pre> Here, <code>N</code> is the number of concurrent tests that should be run, in the same way as you can say <code>make -jN</code>. The testsuite - is huge and will need around 12h on current computers + is huge and will need around 12h on current computers running single threaded. </p> @@ -171,7 +171,7 @@ $ ctest [-j N] -E '<negative regular expression>' <a href="http://www.nongnu.org/numdiff/">numdiff</a> tool that compares stored and newly created output files based on floating point tolerances. To use it, simply export where the <code>numdiff</code> - executable can be found via the <code>PATH</code> + executable can be found via the <code>PATH</code> environment variable so that it can be found during <code>make setup_tests</code>. </p> @@ -306,7 +306,7 @@ xx: =============================== OUTPUT END ============================ <p> To run the testsuite in this mode, essentially, you have to do three - things: + things: <ol> <li> build the library with appropriate profiling flags @@ -498,9 +498,9 @@ category/test.with_umfpack=on.with_zlib=on.output <p> <b>Note:</b> The tests in some subdirectories of <code>tests/</code> are automatically run only if some feature is enabled. In this case a - feature constraint encoded in the output file name is + feature constraint encoded in the output file name is redundant and should be avoided. In particular, this holds for - subdirectories + subdirectories <code>distributed_grids</code>, <code>lapack</code>, <code>metis</code>, <code>petsc</code>, <code>slepc</code>, <code>trilinos</code>, <code>umfpack</code>, <code>gla</code>, and diff --git a/doc/external-libs/arpack.html b/doc/external-libs/arpack.html index 57856f0db3..dea91160f7 100644 --- a/doc/external-libs/arpack.html +++ b/doc/external-libs/arpack.html @@ -1,20 +1,20 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" - "http://www.w3.org/TR/html4/loose.dtd"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" + "http://www.w3.org/TR/html4/loose.dtd"> -<html> - <head> +<html> + <head> <title>The deal.II Readme on interfacing to ARPACK</title> <link href="../screen.css" rel="StyleSheet"> <meta name="copyright" content="Copyright (C) 2010, 2013, 2015 by the deal.II authors"> - <meta name="keywords" content="deal.II"> - </head> - <body> + <meta name="keywords" content="deal.II"> + </head> + <body> + - <h2>Installation of <acronym>ARPACK</acronym></h2> <p> - <a href="http://www.caam.rice.edu/software/ARPACK/">ARPACK</a> + <a href="http://www.caam.rice.edu/software/ARPACK/">ARPACK</a> is a collection of Fortran77 subroutines designed to solve large scale eigenvalue problems. <a href="http://www.caam.rice.edu/software/ARPACK/" target="_top">ARPACK</a> @@ -44,11 +44,11 @@ <li>edit <code>ARmake.inc</code></li> <ul> <li>change home to the correct directory</li> - <li>choose which <acronym>BLAS</acronym> and + <li>choose which <acronym>BLAS</acronym> and <acronym>LAPACK</acronym> you would like to use</li> </ul> <li>change the file second.f in the UTIL directory</li> - <li>do <code>make lib</code> in the current directory + <li>do <code>make lib</code> in the current directory to build the standard library <code>libarpack_$(PLAT).a</code> </li> </ul> @@ -65,14 +65,14 @@ </p> <p> - Try to run one of the examples and compare the output. - How the output should look like is stated in the README + Try to run one of the examples and compare the output. + How the output should look like is stated in the README that can be found in the <code>EXAMPLES</code> directory. - </p> + </p> <p> - If that output you produced looks like it should you can - proceed to comile <acronym>deal.II</acronym> with + If that output you produced looks like it should you can + proceed to compile <acronym>deal.II</acronym> with <acronym>ARPACK</acronym>. </p> diff --git a/doc/users/cmake.html b/doc/users/cmake.html index 6e24b94e43..603c5a9ece 100644 --- a/doc/users/cmake.html +++ b/doc/users/cmake.html @@ -283,7 +283,7 @@ cmake -DDEAL_II_WITH_MPI=ON <...> <pre class="cmake"> # DEAL_II_WITH_BOOST set up with external dependencies # BOOST_VERSION = 1.52.0 -# BOOST_DIR = +# BOOST_DIR = # Boost_INCLUDE_DIRS = /usr/include # Boost_LIBRARIES = /usr/lib64/libboost_serialization-mt.so;/usr/lib64/libboost_system-mt.so; # [...] diff --git a/doc/users/cmakelists.html b/doc/users/cmakelists.html index e3cacfa10d..116af8866d 100644 --- a/doc/users/cmakelists.html +++ b/doc/users/cmakelists.html @@ -394,7 +394,7 @@ IF(NOT <expression>) ENDIF() </pre> -<a name="cmakeadvanced.foreach"></a> +<a name="cmakeadvanced.foreach"></a> <p>Loops are implemented with the help of <code>WHILE</code> and <code>FOR</code> statements. The former takes the same <code><expression></code> as the <code>IF</code> statement:</p>