Skip to content

Commit

Permalink
text adjustments project notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
andped10 committed Nov 20, 2024
1 parent f28206a commit bb4f21c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/src/tutorials/project.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"source": [
"## Project object\n",
"\n",
"First we will create a Project object. This project is set be have the current folder at its root and the name (MyNewProject). "
"First we will create a `Project` object. There should only be one such object. The project is follwoing set to have the current folder at its root and the we give it the name: `MyNewProject`. "
]
},
{
Expand All @@ -45,7 +45,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"We will then populate this Project with the default model."
"We will then populate this `Project` with the default model."
]
},
{
Expand All @@ -62,7 +62,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"We can also see which materials that are defined in the Project."
"We can also see which materials that are defined in the `Project`."
]
},
{
Expand Down Expand Up @@ -94,7 +94,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"We can also generate a summary of the project. The PDF and HTML files with the summary are also going to be stored in the project filder."
"We can also generate a summary of the project. We are also going to store the PDF and HTML files with the summary in the project folder."
]
},
{
Expand All @@ -112,7 +112,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"We can reset the project to a blank state"
"We can reset the project to a blank state."
]
},
{
Expand All @@ -130,7 +130,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Then let us try to load the saved state we saved above."
"Then let us try to load the state we saved above."
]
},
{
Expand Down

0 comments on commit bb4f21c

Please sign in to comment.