Skip to content

Commit

Permalink
fixing POD errors reported by Pod::Checker
Browse files Browse the repository at this point in the history
  • Loading branch information
kmx committed Jan 4, 2015
1 parent 8b36770 commit 7731bfa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Basic/Ufunc/ufunc.pd
Expand Up @@ -799,7 +799,7 @@ the specified percentile along the 1st dimension. The specified
percentile must be between 0.0 and 1.0. When the specified percentile
falls between two values, the nearest data value is the result.
The algorithm implemented is from the textbook version described
first at L< http://en.wikipedia.org/wiki/Percentile>.
first at L<http://en.wikipedia.org/wiki/Percentile>.

By using L<xchg|PDL::Slices/xchg> etc. it is possible to use
I<any> dimension.
Expand Down
2 changes: 1 addition & 1 deletion IO/Misc/misc.pd
Expand Up @@ -224,7 +224,7 @@ sub _is_io_handle {
=for ref

Read specified ASCII cols from a file into piddles and perl
arrays (also see L</rgrep()>).
arrays (also see L</rgrep>).

=for usage

Expand Down
10 changes: 6 additions & 4 deletions Lib/Transform/Cartography/Cartography.pm
Expand Up @@ -2302,7 +2302,12 @@ sub t_hammer {
######################################################################
=head2 t_vertical, t_zenithal -- vertical perspective projection
=head2 t_zenithal
Vertical projections are also called "zenithal", and C<t_zenithal> is an
alias for C<t_vertical>.
=head2 t_vertical
=for usage
Expand All @@ -2317,9 +2322,6 @@ and L<stereographic|/t_stereographic> projection, and a special case of
L<perspective|/t_perspective> projection. It is a projection from the
sphere onto a tangent plane from a point at the camera location.
Vertical projections are also called "zenithal", and t_zenithal is an
alias for t_vertical.
OPTIONS
=over 3
Expand Down

0 comments on commit 7731bfa

Please sign in to comment.