cornac icon indicating copy to clipboard operation
cornac copied to clipboard

[FEATURE] Automated Model Table Updating

Open darrylong opened this issue 1 year ago • 0 comments

Description

In the Models Available section in readthedocs, this table is pulled from the html and js file in https://github.com/PreferredAI/cornac/tree/master/docs/source/_static/models.

This requires manual building from running this file: https://github.com/PreferredAI/cornac/blob/master/docs/generate_model_js.py

And then, pushing it into the js file into the repository directory in /docs/source/_static/models.

Expected behavior with the suggested feature

Proposed solution: To use Github Actions to detect changes on release/PR merge, to run script and push automatically should there be a change.

Other Comments

darrylong avatar Oct 14 '24 07:10 darrylong