Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improving pspm_help #730

Closed
dominikbach opened this issue Jun 20, 2024 · 0 comments · Fixed by #743
Closed

Improving pspm_help #730

dominikbach opened this issue Jun 20, 2024 · 0 comments · Fixed by #743
Assignees
Milestone

Comments

@dominikbach
Copy link
Contributor

dominikbach commented Jun 20, 2024

Feature Description

  1. Change pspm_help such that the second output argument, arguments is a struct with field names corresponding to the argument names of the target function.
  2. Add field "References" to the first argument. This should be a cell array of char, in which each char vector corresponds to oen reference. (pspm_glm is a good test case).
  3. Describe the rules by which function help is parsed. Currently, this throws errors for most functions but it is hard to fix these.
  4. If possible, parse (or remove) matlab help references (as in pspm_pupil_correct_eyelink); if too complicated this can also be done manually on a case-by-case basis.
@dominikbach dominikbach added this to the v7.0 milestone Jun 20, 2024
@teddychao teddychao linked a pull request Jul 16, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants