Uploaded image for project: 'Apache MADlib'
  1. Apache MADlib
  2. MADLIB-923

Improve on-line help

    XMLWordPrintableJSON

Details

    • Epic
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • Documentation

    Description

      As a MADlib user, I want to access on-line help in a consistent way, so that I know what the syntax of the MADlib interface is.

      Current MADlib on-line help is inconsistent. The current logic is:

      If function format is: On-line help is: Notes
      madlib.function(); no online help avail i.e., when function takes no args
      madlib.function('arg1'); madlib.function(); i.e., when function takes 1 arg
      madlib.function('arg1', 'arg2', ...); madlib.function(); madlib.function('usage'); madlib.function('example'); i.e., when function takes more than 1 arg

      One suggestion is to add a consistent new help function for all modules in the form:

      madlib.function_help(); for all functions e.g., logregr_train_help();

      Please create a JIRA for the particular changes that you make and link it to this epic.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              fmcquillan Frank McQuillan
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: