From: Matthias Maier Date: Fri, 7 Jul 2023 03:57:58 +0000 (-0500) Subject: documentation: use https:// instead of http:// X-Git-Tag: relicensing~732^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F15674%2Fhead;p=dealii.git documentation: use https:// instead of http:// --- 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.