Menu

#64 make all PDL docs available via pdldoc

None
closed
nobody
None
9
2022-04-14
2012-01-14
No

It would be nice if all the PDL documentation available
could be installed so that users looking for a given
feature could discover if PDL supported the feature
at all. We could notate the output from help/apropos
or pdldoc to indicate that the given feature is not
installed---and maybe suggest a way to get it.

Discussion

  • David Mertens

    David Mertens - 2012-01-14

    I remember suggesting something like this, except that we would install stub .pm files which would not load and/or which would contain documentation explaining how to actually install the module. Somebody expressed opposition to this idea, though I do not remember precisely why.

    Perhaps we could create a special PDL module, say PDL::Unavailable.pm, that would contain the documentation for the various functions provided by the modules of interest, but all under that file. This way pdldoc would be able to find it, but it wouldn't throw off users be have a stub module lying around.

    In a related bug, we should *prevent* the installation of modules that depend on Slatec when Slatec is not installed, rather than installing those .pm files. It's irritating looking up documentation for linear fitting on my machine, and then discovering that the module croaks because I don't have Slatec. Specifically, I am thinking about PDL::Fit::Linfit.

     
  • Chris Marshall

    Chris Marshall - 2012-01-14

    If you substitute "stub .pm files" with "stub .pod files"
    that would help avoid any confusion about install
    status. Since PDL::Config should have information
    on what modules were actually built, it could generate
    the .pod and with the correct warning that the feature
    is not installed.

     
  • Chris Marshall

    Chris Marshall - 2014-12-20
    • Group: -->
    • Priority: 3 --> 9
     
  • Chris Marshall

    Chris Marshall - 2014-12-20

    We seem to have some interest as seen in pdl-porters discussion starting by kmx.

     
  • mohawk

    mohawk - 2022-04-14
    • status: open --> closed
     

Log in to post a comment.