Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
statmlben committed Aug 23, 2024
1 parent 1b96935 commit beab7e7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: Build

on: [push, pull_request]
# on: [push, pull_request]
on:
push:
paths-ignore:
- .gitignore
- README.md
- LICENSE
- doc/

jobs:
build_wheels:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
- Project homepage: [https://rehline.github.io](https://rehline.github.io)
- GitHub repo: [https://github.com/softmin/ReHLine-python](https://github.com/softmin/ReHLine-python)
- PyPi: [https://pypi.org/project/rehline](https://pypi.org/project/rehline)
<!-- - Open Source: [MIT license](https://opensource.org/licenses/MIT) -->
- Paper: [NeurIPS | 2023](https://openreview.net/pdf?id=3pEBW2UPAD)
<!-- - Open Source: [MIT license](https://opensource.org/licenses/MIT) -->


The **ReHLine** solver has four appealing
"linear properties":
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
import os.path as osp

import furo
import nbsphinx
import renku_sphinx_theme
import sphinx_nbexamples

# import sphinx.apidoc
# -- Project information -----------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
emoji
renku_sphinx_theme
keras
matplotlib
numpy
pandas
Expand Down

0 comments on commit beab7e7

Please sign in to comment.