File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed
Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 11name : Build
22
3- on : [push, pull_request]
3+ # on: [push, pull_request]
4+ on :
5+ push :
6+ paths-ignore :
7+ - .gitignore
8+ - README.md
9+ - LICENSE
10+ - doc/
411
512jobs :
613 build_wheels :
Original file line number Diff line number Diff line change 66- Project homepage: [ https://rehline.github.io ] ( https://rehline.github.io )
77- GitHub repo: [ https://github.com/softmin/ReHLine-python ] ( https://github.com/softmin/ReHLine-python )
88- PyPi: [ https://pypi.org/project/rehline ] ( https://pypi.org/project/rehline )
9- <!-- - Open Source: [MIT license](https://opensource.org/licenses/MIT) -->
109- Paper: [ NeurIPS | 2023] ( https://openreview.net/pdf?id=3pEBW2UPAD )
10+ <!-- - Open Source: [MIT license](https://opensource.org/licenses/MIT) -->
11+
1112
1213The ** ReHLine** solver has four appealing
1314"linear properties":
Original file line number Diff line number Diff line change 1717import os .path as osp
1818
1919import furo
20+ import nbsphinx
2021import renku_sphinx_theme
21- import sphinx_nbexamples
2222
2323# import sphinx.apidoc
2424# -- Project information -----------------------------------------------------
Original file line number Diff line number Diff line change 11emoji
22renku_sphinx_theme
3- keras
43matplotlib
54numpy
65pandas
You can’t perform that action at this time.
0 commit comments