Skip to content

Commit

Permalink
docs: strong title cases for heading in basic usage
Browse files Browse the repository at this point in the history
  • Loading branch information
younesStrittmatter committed Jun 24, 2023
1 parent 503d0f9 commit 089acd4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/Basic Usage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Plot the Data\n",
"# Plot The Data\n",
"\n",
"Let's plot the data to see what we are working with."
]
Expand Down Expand Up @@ -96,7 +96,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Define and Fit Theorist\n",
"# Define And Fit Theorist\n",
"\n",
"Next, we initialize the theorist and then train it on the data. "
]
Expand All @@ -121,7 +121,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Plot Theorists on Data\n",
"# Plot Theorists On Data\n",
"\n",
"We can then plot the theorist to see how well it recovered the data."
]
Expand Down Expand Up @@ -153,7 +153,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Run and Report Uncertainty Samples\n",
"# Run And Report Uncertainty Samples\n",
"\n",
"Now we will get a proposal from the sampler as to which datapoints to investigate next. We will retrieve 5 new datapoints in this example."
]
Expand Down

0 comments on commit 089acd4

Please sign in to comment.