Skip to content

Commit fde1399

Browse files
authored
Merge pull request #34 from gridap/preparing-release-0.12
Preparing release 0.12
2 parents 3364ad2 + 40502ff commit fde1399

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Tutorials"
22
uuid = "ab87341f-2653-5384-8dc6-691ea82e91b3"
33
authors = ["Santiago Badia <[email protected]>", "Francesc Verdugo <[email protected]>"]
4-
version = "0.11.0"
4+
version = "0.12.0"
55

66
[deps]
77
Gridap = "56d4f2e9-7ea1-5844-9cf6-b9c51ca7ce8e"
@@ -15,7 +15,7 @@ Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
1515
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1616

1717
[compat]
18-
Gridap = "0.11, 0.13"
18+
Gridap = "0.11, 0.12"
1919
julia = "1.0"
2020

2121
[extras]

docs/src/index.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,20 @@
22

33
Welcome to the tutorial pages of the [Gridap.jl](https://github.com/gridap/Gridap.jl) project.
44

5-
## How to start
6-
7-
The easiest way to start using the tutorials is to click in one of the following links to start reading the html version of the tutorial you want.
5+
## Contents
86

97
```@contents
108
Depth = 1
119
```
1210

13-
## Jupyter notebooks
14-
15-
In addition, the tutorials are available as jupyter notebooks. You can access them in three different ways:
16-
17-
- By running the notebooks locally. A working installation of Julia in the system is required. See instructions below. **This is the recommended way to follow the tutorials**. In particular, it allows to inspect the generated results with Paraview.
11+
## How to start
1812

19-
- By running the notebook remotely via [binder](https://mybinder.org). In that case, go to the desired tutorial and click the icon ![](https://mybinder.org/badge_logo.svg). No local installation of Julia needed.
13+
There are different ways to use the tutorials:
2014

21-
- By reading a non-interactive version of the notebook via [nbviewer](https://nbviewer.jupyter.org/). In that case, go to the desired tutorial and click the icon ![](https://img.shields.io/badge/show-nbviewer-579ACA.svg)
15+
- **[Recommended]** Reading the html version of the tutorials. This is the recommended way if you want rapid access to the material with no setup steps. Simply click in one of the links in the [Contents](@ref) section.
16+
- **[Recommended]** Running the Jupyter notebooks locally. A working installation of Julia in the system is required. See instructions in the [How to run the notebooks locally](@ref) section. This is the recommended way to follow the tutorials if you want to run the code and inspect the generated results with Paraview.
17+
- Running the notebook remotely via [binder](https://mybinder.org). In that case, go to the desired tutorial and click the icon ![](https://mybinder.org/badge_logo.svg). No local installation of Julia needed.
18+
- Reading a non-interactive version of the notebook via [nbviewer](https://nbviewer.jupyter.org/). In that case, go to the desired tutorial and click the icon ![](https://img.shields.io/badge/show-nbviewer-579ACA.svg)
2219

2320
## How to run the notebooks locally
2421

0 commit comments

Comments
 (0)