Skip to content

Commit adc955c

Browse files
committed
Fixing typos, added link
1 parent 6a64841 commit adc955c

File tree

1 file changed

+58
-37
lines changed

1 file changed

+58
-37
lines changed

content/Welcome.ipynb

Lines changed: 58 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,86 @@
11
{
2-
"metadata": {
3-
"kernelspec": {
4-
"name": "python",
5-
"display_name": "Python (Pyodide)",
6-
"language": "python"
7-
},
8-
"language_info": {
9-
"codemirror_mode": {
10-
"name": "python",
11-
"version": 3
12-
},
13-
"file_extension": ".py",
14-
"mimetype": "text/x-python",
15-
"name": "python",
16-
"nbconvert_exporter": "python",
17-
"pygments_lexer": "ipython3",
18-
"version": "3.8"
19-
}
20-
},
21-
"nbformat_minor": 4,
22-
"nbformat": 4,
232
"cells": [
243
{
254
"cell_type": "markdown",
26-
"source": "# Welcome to OOFEM python tutorial",
275
"metadata": {
28-
"tags": [],
296
"editable": true,
307
"slideshow": {
318
"slide_type": ""
32-
}
33-
}
9+
},
10+
"tags": []
11+
},
12+
"source": [
13+
"# Welcome to OOFEM python tutorial"
14+
]
3415
},
3516
{
3617
"cell_type": "markdown",
37-
"source": "## About OOFEM\n* OOFEM.org is open-source, multi-physics finite element solver\n* Written in C++ with object-oriented architecture\n* Wisit www.oofem.org for documantation and tutorials\n",
38-
"metadata": {}
18+
"metadata": {},
19+
"source": [
20+
"## About OOFEM\n",
21+
"* OOFEM.org is open-source, multi-physics finite element solver\n",
22+
"* Written in C++ with object-oriented architecture\n",
23+
"* Visit www.oofem.org for documantation and tutorials\n"
24+
]
3925
},
4026
{
4127
"cell_type": "markdown",
42-
"source": "## About this site\n* OOFEM comes with Python bindings, alloving to script OOFEM from Python\n* You can also develop custom elements, material models and solvers in Python\n* This site provides tutorials on using and extending OOFEM with Python",
43-
"metadata": {}
28+
"metadata": {},
29+
"source": [
30+
"## About this site\n",
31+
"* OOFEM comes with Python bindings, alloving to script OOFEM from Python\n",
32+
"* You can also develop custom elements, material models and solvers in Python\n",
33+
"* This site provides tutorials on using and extending OOFEM with Python"
34+
]
4435
},
4536
{
4637
"cell_type": "markdown",
47-
"source": "## Tutorials\n### Introduction & First steps\n* Running solver with existing model and plotting results:\n * [demo01.ipynb](Getting_started/demo01.ipynb) ",
48-
"metadata": {}
38+
"metadata": {},
39+
"source": [
40+
"## Tutorials\n",
41+
"### Introduction & First steps\n",
42+
"* Running solver with existing model and plotting results:\n",
43+
" * [demo01.ipynb](Getting_started/demo01.ipynb) "
44+
]
4945
},
5046
{
5147
"cell_type": "markdown",
52-
"source": "This site is powered by [JupiterLite](https://jupyterlite.readthedocs.io/en/stable/), [Pyodide](https://pyodide.org/en/stable/), [Github Pages](https://pages.github.com/) and OOFEM wasm python module.\n\nCopyright (c) 2024 Borek Patzak",
53-
"metadata": {}
48+
"metadata": {},
49+
"source": [
50+
"This site is powered by [JupiterLite](https://jupyterlite.readthedocs.io/en/stable/), [Pyodide](https://pyodide.org/en/stable/), [Github Pages](https://pages.github.com/) and [OOFEM](https://www.oofem.org) wasm python module.\n",
51+
"\n",
52+
"Copyright (c) 2024 Borek Patzak"
53+
]
5454
},
5555
{
5656
"cell_type": "code",
57-
"source": "",
57+
"execution_count": null,
5858
"metadata": {
5959
"trusted": true
6060
},
6161
"outputs": [],
62-
"execution_count": null
62+
"source": []
63+
}
64+
],
65+
"metadata": {
66+
"kernelspec": {
67+
"display_name": "Python 3",
68+
"language": "python",
69+
"name": "python3"
70+
},
71+
"language_info": {
72+
"codemirror_mode": {
73+
"name": "ipython",
74+
"version": 3
75+
},
76+
"file_extension": ".py",
77+
"mimetype": "text/x-python",
78+
"name": "python",
79+
"nbconvert_exporter": "python",
80+
"pygments_lexer": "ipython3",
81+
"version": "3.8.10"
6382
}
64-
]
65-
}
83+
},
84+
"nbformat": 4,
85+
"nbformat_minor": 4
86+
}

0 commit comments

Comments
 (0)