Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some typeos in index. #165

Merged
merged 1 commit into from
Dec 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"# The FEniCSx tutorial\n",
"Author: Jørgen S. Dokken\n",
"\n",
"This webpage gives a concise overview of the functionality of [DOLFINx](https://github.com/FEniCS/dolfinx/), including a gentle introduction to the finite element method. This webpage is an adaptation of the FEniCS tutorial {cite}`FenicsTutorial`.\n",
"These webpages give a concise overview of the functionality of [DOLFINx](https://github.com/FEniCS/dolfinx/), including a gentle introduction to the finite element method. This webpage is an adaptation of the FEniCS tutorial {cite}`FenicsTutorial`.\n",
"\n",
"DOLFINx can be used as either a C++ or Python software, but this tutorial will focus on Python programming, as it is the simplest and most effective approach for beginners. After having gone through this tutorial, the reader should familiarize themselves with the DOLFINx [documentation](https://docs.fenicsproject.org/dolfinx/main/python/), which includes the API and numerous demos.\n",
"DOLFINx can be used as either C++ or Python software, but this tutorial will focus on Python programming, as it is the simplest and most effective approach for beginners. After having gone through this tutorial, the reader should familiarize themselves with the DOLFINx [documentation](https://docs.fenicsproject.org/dolfinx/main/python/), which includes the API and numerous demos.\n",
"\n",
"Comments and corrections to this webpage should be submitted to the issue tracker by going to the relevant page in the tutorial, then click the ![git](git.png)-symbol in the top right corner and \"open issue\".\n",
"\n",
Expand Down