Skip to content

Commit 1f8a10e

Browse files
authored
Merge pull request #261 from ReactiveBayes/dev-external-examples
Add external examples section
2 parents a9aca0e + b9af8dd commit 1f8a10e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

docs/make.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ makedocs(;
128128
],
129129
"Examples" => [
130130
"Overview" => "examples/overview.md", # This must be auto-generated with `make examples`
131-
ExamplesPages...
131+
ExamplesPages...,
132+
"External examples" => "contributing/external-examples.md"
132133
],
133134
"Contributing" => [
134135
"Contribution guide" => "contributing/guide.md",
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# External Examples
2+
3+
RxInfer.jl welcomes contributions of external examples that demonstrate the use of the package across a variety of probabilistic models.
4+
5+
## Featured Examples
6+
7+
- **Active Inference with RxInfer.jl** - Dive into the realm of Active Inference guided by [Kobus Esterhuysen](https://www.linkedin.com/in/kobusesterhuysen/) at [Learnable Loop](https://learnableloop.com/#category=RxInfer).
8+
- **Tutorial Series on RxInfer.jl** - Explore a series of engaging tutorial videos on RxInfer.jl's functionalities, presented by [@doggotodjl](https://www.youtube.com/@doggodotjl/search?query=RxInfer).
9+
10+
!!! note
11+
If you're interested in contributing an external example, we'd love to hear from you! Please initiate an issue or start a new discussion on our [GitHub repository](https://github.com/reactivebayes/RxInfer.jl) to get involved.

0 commit comments

Comments
 (0)