From 79e6c1dfe2487e041f939a2b829b3957ccc23447 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Thu, 6 Jul 2023 22:57:58 -0500 Subject: [PATCH] documentation: use https:// instead of http:// --- doc/developers/cmake-internals.html | 10 ++++----- doc/developers/packaging.html | 10 ++++----- doc/developers/porting.html | 26 +++++++++++------------ doc/developers/testsuite.html | 8 +++---- doc/developers/writing-documentation.html | 18 ++++++++-------- doc/external-libs/arpack.html | 16 +++++++------- doc/external-libs/cuda.html | 2 +- doc/external-libs/ginkgo.html | 10 ++++----- doc/external-libs/gsl.html | 14 ++++++------ doc/external-libs/lapack.html | 10 ++++----- doc/external-libs/opencascade.html | 12 +++++------ doc/external-libs/p4est-setup.sh | 2 +- doc/external-libs/p4est.html | 14 ++++++------ doc/external-libs/petsc.html | 14 ++++++------ doc/external-libs/slepc.html | 10 ++++----- doc/external-libs/trilinos.html | 18 ++++++++-------- 16 files changed, 97 insertions(+), 97 deletions(-) diff --git a/doc/developers/cmake-internals.html b/doc/developers/cmake-internals.html index 89c603f561..d2a69fe745 100644 --- a/doc/developers/cmake-internals.html +++ b/doc/developers/cmake-internals.html @@ -1,5 +1,5 @@ + "https://www.w3.org/TR/html4/loose.dtd"> Build system internals @@ -746,10 +746,10 @@ expand_instantiations(obj_dofs "${_inst}")
- - Valid HTML 4.01! - - Valid CSS! + + Valid HTML 4.01! + + Valid CSS!
diff --git a/doc/developers/packaging.html b/doc/developers/packaging.html index 1b5413bb3a..0319b365e4 100644 --- a/doc/developers/packaging.html +++ b/doc/developers/packaging.html @@ -1,5 +1,5 @@ + "https://www.w3.org/TR/html4/loose.dtd"> Packaging deal.II @@ -99,9 +99,9 @@
- - Valid HTML 4.01! - - Valid CSS! + + Valid HTML 4.01! + + Valid CSS! diff --git a/doc/developers/porting.html b/doc/developers/porting.html index 926208f9a1..412e176178 100644 --- a/doc/developers/porting.html +++ b/doc/developers/porting.html @@ -1,5 +1,5 @@ + "https://www.w3.org/TR/html4/loose.dtd"> Porting deal.II @@ -15,7 +15,7 @@

deal.II uses very few - POSIX specific system + POSIX specific system features and is otherwise fairly ISO (2011) C++ Standard compliant. Consequently, there is a good chance that deal.II @@ -29,9 +29,9 @@

Currently, the deal.II CMake build system recognizes - gcc, - clang, as well as - icc, and + gcc, + clang, as well as + icc, and sets up reasonable default compiler flags.