Text displayed when using hapi.getHelp() contains several errors. First, in the case when no argument is passed, the function displays:
Hello, this is an interactive help system of HITRANonline API.
Run getHelp(.) with one of the following arguments:
tutorial - interactive tutorials on HAPI
units - units used in calculations
index - index of available HAPI functions
While 'tutorial' and 'index' result in additional instructions, some of the keywords provided by index no longer appear to be valid. For example, hapi.getHelp('fetch') produces:
No Python documentation found for 'fetch'.
Use help() to get the interactive help utility.
Use help(str) for help on the str class.
Can we get an update on the getHelp and tutorial text in HAPI?
Text displayed when using hapi.getHelp() contains several errors. First, in the case when no argument is passed, the function displays:
While 'tutorial' and 'index' result in additional instructions, some of the keywords provided by index no longer appear to be valid. For example, hapi.getHelp('fetch') produces:
Can we get an update on the getHelp and tutorial text in HAPI?