Skip to content

Commit

Permalink
sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
LegrandNico committed Nov 6, 2023
1 parent 798c33c commit 00ababc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
sudo apt-get install graphviz
pip install -r requirements-docs.txt
sphinx-build -b html docs/source docs/build/html
sphinx-build -T -b html docs/source docs/build/html
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
Expand Down
2 changes: 1 addition & 1 deletion docs/source/learn.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ glob:
:::{grid-item-card} Creating and manipulating networks of probabilistic nodes
:link: probabilistic_networks
:link-type: ref
:img-top: ./images/graph_networks.png
:img-top: ./images/graph_networks.svg

How to create and manipulate a network of probabilistic nodes for reinforcement learning? Working at the intersection of graphs, neural networks and probabilistic frameworks.

Expand Down

0 comments on commit 00ababc

Please sign in to comment.