Skip to content

Commit

Permalink
remove references to modules the doc author made up
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Apr 27, 2024
1 parent b6bbd49 commit 7334ed2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 26 deletions.
33 changes: 8 additions & 25 deletions Basic/Pod/Modules.pod
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,6 @@ Minimum PDL module OO loader.

Minimum PDL module function loader.

=item L<PDL::Extended>

Extended Mathematical Operators.

=item L<PDL::Func>

Interpolation-related functions.
Expand All @@ -128,9 +124,9 @@ Interpolation-related functions.

Helper routines for 3D graphics.

=item L<PDL::Graphics::TriD::Contours>
=item L<PDL::Graphics::IIS>

3D surface contours.
Display images on IIS devices.

=back

Expand All @@ -144,10 +140,6 @@ Helper routines for 3D graphics.

Look-up tables.

=item L<PDL::Graphics::IIS>

Display images on IIS devices.

=item L<PDL::Graphics::Limits>

Derive data limits for display purposes.
Expand Down Expand Up @@ -222,7 +214,7 @@ Cartographic projections.

=item L<PDL::Transform::Proj4>

PDL interface to the Proj4 projection library.
PDL interface to the Proj (formerly known as Proj4) projection library.

=back

Expand All @@ -248,13 +240,13 @@ Fast storage format (outdated).

Flexible storage format.

=item L<PDL::IO::Rout>
=item L<PDL::IO::Misc>

Misc IO routines.

=item L<PDL::IO::Sortable>
=item L<PDL::IO::Storable>

Support for Perl's 'Storable' module.
Support for Perl's L<Storable> module.

=back

Expand All @@ -267,7 +259,7 @@ Support for Perl's 'Storable' module.

PDL support for FITS images.

=item L<PDL::IO::PNM>
=item L<PDL::IO::Pnm>

PDL support for PNM images.

Expand All @@ -277,16 +269,7 @@ PDL interface to the GD image library.

=item L<PDL::IO::HDF>

PDL interface to the HDH4 image library.

=item L<PDL::IO::NetPBM>

PDL interface to the NetPBM image library.

=item L<PDL::IO::NDF>

PDL interface to the Starlink image library. Available
as a separate CPAN download.
PDL interface to the HDF4 image library.

=back

Expand Down
1 change: 0 additions & 1 deletion Graphics/TriD/TriD/Contours.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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/;
Expand Down

0 comments on commit 7334ed2

Please sign in to comment.