From 7ceae72422d5d0831e11e734cbe7759bebfcd1bf Mon Sep 17 00:00:00 2001 From: aivagnes Date: Tue, 22 Mar 2022 12:06:47 +0100 Subject: [PATCH] add html to readme tutorials --- tutorials/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/README.md b/tutorials/README.md index 67622d5..5672166 100644 --- a/tutorials/README.md +++ b/tutorials/README.md @@ -5,6 +5,6 @@ In this folder we collect useful tutorials in order to understand the principles | Name | Description | |-------|---------------| -| Tutorial1 [[.ipynb](tutorial1/tutorial-1.ipynb), [.py](tutorial1/tutorial-1.py)]| implementation of a Poisson problem in PINA | +| Tutorial1 [[.ipynb](tutorial1/tutorial-1.ipynb), [.py](tutorial1/tutorial-1.py), [.html](http://mathlab.github.io/PINA/_rst/tutorial1/tutorial-1.html)]| implementation of a Poisson problem in PINA |