Skip to content

Commit beab7e7

Browse files
committed
update doc
1 parent 1b96935 commit beab7e7

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.github/workflows/wheels.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
name: 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

512
jobs:
613
build_wheels:

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
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

1213
The **ReHLine** solver has four appealing
1314
"linear properties":

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
import os.path as osp
1818

1919
import furo
20+
import nbsphinx
2021
import renku_sphinx_theme
21-
import sphinx_nbexamples
2222

2323
# import sphinx.apidoc
2424
# -- Project information -----------------------------------------------------

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
emoji
22
renku_sphinx_theme
3-
keras
43
matplotlib
54
numpy
65
pandas

0 commit comments

Comments
 (0)