logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pod2rst - convert .pod files to .rst files

Arguments

       "pod2rst" takes the following arguments:

       infile
            --infile=<name>

           Specifies the pod file to convert.  Input is taken from stdin by default.

       outfile
            --outfile=<name>

           Specifies the reStructuredText file to create.  Output goes to stdout by default.

       title
            --title=<title>

           Specifies the section title for the file.

Author

       Don Owens <don@regexguy.com>

Description

       Converts files containing POD to reStructuredText format for input to Sphinx.

Name

       pod2rst - convert .pod files to .rst files

See Also

       Pod::POM::View::Restructured, pod2html

       Sphinx: <https://www.sphinx-doc.org/>

Synopsis

       pod2rst --infile=<name> --outfile=<name> --title=<name>

Version

       1.000003

perl v5.32.0                                       2021-01-31                                        POD2RST(1p)

See Also