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

Add workflow to update indices list in docs #76

Open
MartinuzziFrancesco opened this issue Dec 17, 2024 · 1 comment
Open

Add workflow to update indices list in docs #76

MartinuzziFrancesco opened this issue Dec 17, 2024 · 1 comment

Comments

@MartinuzziFrancesco
Copy link
Member

To update the list from the official ASI one needs to run

SpectralIndices._get_indices(true)
SpectralIndices._create_indexfun()

and this updates the local json and creates the native julia functions. This is not present in the docs, should be added

Additionally, how to update the list with a local index (not from ASI)?

Also maybe change the names of the functions if they have to be user facing

@MartinuzziFrancesco
Copy link
Member Author

MartinuzziFrancesco commented Dec 18, 2024

following #78 this is now

SpectralIndices.get_indices(true)
SpectralIndices.create_indexfun()

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

No branches or pull requests

1 participant