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

mpm2: find url given name #27

Closed
mobeets opened this issue Nov 7, 2017 · 0 comments
Closed

mpm2: find url given name #27

mobeets opened this issue Nov 7, 2017 · 0 comments

Comments

@mobeets
Copy link
Owner

mobeets commented Nov 7, 2017

Need a function in matlab to find the correct url to download given a name (e.g., "export_tikz") and any of the user's arguments regarding where to search first (i.e., github vs. matlab exchange), and a release_tag (github only). See find_package() in mpm.py for current functionality.

Two pieces to this:

  • search github (find_github_repo() in find_package.py)
    • user has option to set release_tag
    • python code uses the github pip package, which probably doesn't exist in matlab?
  • search Matlab Central (find_matlabcentral_repo() in find_package.py)

websave will probably be useful

This code should go in findUrl() in mpm2.m

@mobeets mobeets added this to the Matlab backend milestone Nov 7, 2017
This was referenced Nov 7, 2017
@mobeets mobeets closed this as completed in cf8bd1f Nov 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant