From 7334ed28c0da03342b85f9b345a686452ad26e91 Mon Sep 17 00:00:00 2001 From: Ed J Date: Sat, 27 Apr 2024 17:16:14 +0100 Subject: [PATCH] remove references to modules the doc author made up --- Basic/Pod/Modules.pod | 33 ++++++++------------------------- Graphics/TriD/TriD/Contours.pm | 1 - 2 files changed, 8 insertions(+), 26 deletions(-) diff --git a/Basic/Pod/Modules.pod b/Basic/Pod/Modules.pod index ed871ec8d..3a0c49bc2 100644 --- a/Basic/Pod/Modules.pod +++ b/Basic/Pod/Modules.pod @@ -102,10 +102,6 @@ Minimum PDL module OO loader. Minimum PDL module function loader. -=item L - -Extended Mathematical Operators. - =item L Interpolation-related functions. @@ -128,9 +124,9 @@ Interpolation-related functions. Helper routines for 3D graphics. -=item L +=item L -3D surface contours. +Display images on IIS devices. =back @@ -144,10 +140,6 @@ Helper routines for 3D graphics. Look-up tables. -=item L - -Display images on IIS devices. - =item L Derive data limits for display purposes. @@ -222,7 +214,7 @@ Cartographic projections. =item L -PDL interface to the Proj4 projection library. +PDL interface to the Proj (formerly known as Proj4) projection library. =back @@ -248,13 +240,13 @@ Fast storage format (outdated). Flexible storage format. -=item L +=item L Misc IO routines. -=item L +=item L -Support for Perl's 'Storable' module. +Support for Perl's L module. =back @@ -267,7 +259,7 @@ Support for Perl's 'Storable' module. PDL support for FITS images. -=item L +=item L PDL support for PNM images. @@ -277,16 +269,7 @@ PDL interface to the GD image library. =item L -PDL interface to the HDH4 image library. - -=item L - -PDL interface to the NetPBM image library. - -=item L - -PDL interface to the Starlink image library. Available -as a separate CPAN download. +PDL interface to the HDF4 image library. =back diff --git a/Graphics/TriD/TriD/Contours.pm b/Graphics/TriD/TriD/Contours.pm index 8a1ce4f1b..f4afd2928 100644 --- a/Graphics/TriD/TriD/Contours.pm +++ b/Graphics/TriD/TriD/Contours.pm @@ -26,7 +26,6 @@ use warnings; use PDL; use PDL::ImageND; use PDL::Graphics::TriD; -use PDL::Graphics::TriD::Rout; use PDL::Graphics::TriD::Labels; use base qw/PDL::Graphics::TriD::GObject/; use fields qw/ContourSegCnt Labels LabelStrings/;