From 560d1dcafad6268e1d8ccb5f2bc91ce1735fc6f2 Mon Sep 17 00:00:00 2001 From: Sylvain Pion Date: Thu, 18 Sep 2003 10:36:44 +0000 Subject: [PATCH] - Remove mention of deprecated_basic manual, it's not there anymore. --- Packages/Developers_manual/directory_structure.tex | 5 +---- Packages/Developers_manual/specification.tex | 8 -------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/Packages/Developers_manual/directory_structure.tex b/Packages/Developers_manual/directory_structure.tex index fa10d843009..865574271b6 100644 --- a/Packages/Developers_manual/directory_structure.tex +++ b/Packages/Developers_manual/directory_structure.tex @@ -282,15 +282,12 @@ documentation source files: | +--- basic/ | - +--- deprecated_basic/ - | +--- support/ | +--- use_of_stl/ \end{verbatim} -The {\tt basic/}, {\tt deprecated\_basic/} and {\tt support/} directories each -contain subdirectories +The {\tt basic/} and {\tt support/} directories each contain subdirectories that correspond to the packages documented in these manuals. Contained in these subdirectories are the files required for producing a package's contributions to the reference manual and users' manual. The users' manual input files are diff --git a/Packages/Developers_manual/specification.tex b/Packages/Developers_manual/specification.tex index 131b533efa1..822c28d821e 100644 --- a/Packages/Developers_manual/specification.tex +++ b/Packages/Developers_manual/specification.tex @@ -39,17 +39,9 @@ is currently divided into six separate manuals: \item \ccAnchor{http://www.cgal.org/Manual/doc_html/frameset/fsSupport.html}{Support Library} \item \ccAnchor{http://www.cgal.org/Manual/doc_html/frameset/fsUseOfSTL.html}{Use of \stl\ and \stl\ Extensions in \cgal} \end{itemize} -and -\begin{itemize} - \item \ccAnchor{http://www.cgal.org/Manual/doc_html/deprecated_basic_lib/contents.html}{Basic Library -- Deprecated Packages} -\end{itemize} Not surprisingly, the Installation Guide describes how to install \cgal \ccIndexMainItem{installation} and the Use of \stl\ manual describes features of \stl\ \ccIndexMainItem{\stl} that are used and extended in \cgal. -The manual of deprecated packages contains documentation of packages that are -still distributed with the library but are on their way out persumably because -they have been replaced by something better that is perhaps not supported on -all platforms the library supports. Documentation of new packages and features will likely be included in the Kernel, Basic Library, and Support Library documentation. See