Skip to content

Commit

Permalink
update git action
Browse files Browse the repository at this point in the history
  • Loading branch information
LegrandNico committed Dec 15, 2022
1 parent 4e8cac9 commit e059017
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Build and Deploy
on:
push:
branches:
- ecg
- master
pull_request:
branches:
- ecg
- master
permissions:
contents: write

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
GHGF is the Python version of the generalized and nodalized Hierarchical Gaussian Filter implemented [JAX](https://github.com/google/jax), which allows just-it-time compilation and autograd. The package provides a low-level interface for models creation that can be optimized and embedded in multilevel graphical probabilistic models.

📖 [Documentation](https://ilabcode.github.io/ghgf/)
🎓 [Theory](https://ilabcode.github.io/ghgf/theory.html)
✏️ [Examples](https://ilabcode.github.io/ghgf/tutorials.html)
🎓 [Theory](https://ilabcode.github.io/ghgf/theory.html)
✏️ [Examples](https://ilabcode.github.io/ghgf/tutorials.html)

## Getting started

Expand Down

0 comments on commit e059017

Please sign in to comment.