diff --git a/Documentation/doc/Documentation/Developer_manual/developer_manual.txt b/Documentation/doc/Documentation/Developer_manual/developer_manual.txt index a2d5ae21d41..7d96af6c9e6 100644 --- a/Documentation/doc/Documentation/Developer_manual/developer_manual.txt +++ b/Documentation/doc/Documentation/Developer_manual/developer_manual.txt @@ -19,5 +19,6 @@ - \subpage devman_testing - \subpage devman_submission - \subpage devman_info +- \subpage deprecated */ diff --git a/Documentation/doc/Documentation/deprecated.txt b/Documentation/doc/Documentation/deprecated.txt new file mode 100644 index 00000000000..74c64425716 --- /dev/null +++ b/Documentation/doc/Documentation/deprecated.txt @@ -0,0 +1,11 @@ +/*! + +\page deprecated Deprecation Notice + +In \cgal, we are trying as much as possible not to break the backward compatibility. If we have to do it, it will be announced in the release notes , +and a solution will always be provided. When possible, we keep the deprecated API for two releases before removing it. +If you reached this page after clicking on a link, it must probably mean that the documentation page you were trying to reach +is now deprecated. Have a look at the release notes for more information. + + +*/ diff --git a/Documentation/doc/resources/1.8.13/deprecated.html b/Documentation/doc/resources/1.8.13/deprecated.html deleted file mode 100644 index 4d8329a9fb2..00000000000 --- a/Documentation/doc/resources/1.8.13/deprecated.html +++ /dev/null @@ -1,146 +0,0 @@ - - - - - -CGAL 4.3 - Manual: $title - - - - - - - - - - - - - - - -\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) -\( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) -\( -\def\ccSum #1#2#3{ - \sum_{#1}^{#2}{#3} -} -\def\ccProd #1#2#3{ - \sum_{#1}^{#2}{#3} -}\) - -
-
- -
- - - - - - - - - -
-
-
- - - - - - -
-
CGAL 4.3 - Manual -
-
-
- - - -
- All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
- -
- -
- - -
-
- -
-
-
- -
- -
- All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
- - -
- -
- -
-

The documentation page you are trying to reach has been removed from the documentation since CGAL 4.3 because it was deprecated

-
-
- - - - diff --git a/Documentation/doc/resources/1.8.14/deprecated.html b/Documentation/doc/resources/1.8.14/deprecated.html deleted file mode 100644 index 60d1c4e90bc..00000000000 --- a/Documentation/doc/resources/1.8.14/deprecated.html +++ /dev/null @@ -1,146 +0,0 @@ - - - - - -CGAL 4.3 - Manual: $title - - - - - - - - - - - - - - - -\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) -\( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) -\( -\def\ccSum #1#2#3{ - \sum_{#1}^{#2}{#3} -} -\def\ccProd #1#2#3{ - \sum_{#1}^{#2}{#3} -}\) - -
-
- -
- - - - - - - - - -
-
-
- - - - - - -
-
CGAL 4.3 - Manual -
-
-
- - - -
- All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
- -
- -
- - -
-
- -
-
-
- -
- -
- All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
- - -
- -
- -
-

The documentation page you are trying to reach has been removed from the documentation since CGAL 4.3 because it was deprecated

-
-
- - - - diff --git a/Documentation/doc/resources/1.8.4/deprecated.html b/Documentation/doc/resources/1.8.4/deprecated.html deleted file mode 100644 index 4d8329a9fb2..00000000000 --- a/Documentation/doc/resources/1.8.4/deprecated.html +++ /dev/null @@ -1,146 +0,0 @@ - - - - - -CGAL 4.3 - Manual: $title - - - - - - - - - - - - - - - -\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) -\( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) -\( -\def\ccSum #1#2#3{ - \sum_{#1}^{#2}{#3} -} -\def\ccProd #1#2#3{ - \sum_{#1}^{#2}{#3} -}\) - -
-
- -
- - - - - - - - - -
-
-
- - - - - - -
-
CGAL 4.3 - Manual -
-
-
- - - -
- All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
- -
- -
- - -
-
- -
-
-
- -
- -
- All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
- - -
- -
- -
-

The documentation page you are trying to reach has been removed from the documentation since CGAL 4.3 because it was deprecated

-
-
- - - - diff --git a/Documentation/doc/scripts/html_output_post_processing.py b/Documentation/doc/scripts/html_output_post_processing.py index c2a0b34941f..a6ba5edda43 100755 --- a/Documentation/doc/scripts/html_output_post_processing.py +++ b/Documentation/doc/scripts/html_output_post_processing.py @@ -386,8 +386,5 @@ removes some unneeded files, and performs minor repair on some glitches.''') canonical_link="\n" re_replace_first_in_file(r'', r'\n'+canonical_link+"\n", os.path.join("Manual","how_to_cite.html")) - #copy deprecated.html - shutil.copy(path.join(resources_absdir,"deprecated.html"),path.join("Manual/", "deprecated.html")) - if __name__ == "__main__": main()