Skip to content

Commit

Permalink
docs: strong title cases for example
Browse files Browse the repository at this point in the history
  • Loading branch information
younesStrittmatter committed Jun 24, 2023
1 parent 4e7620d commit d02a2cb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/Basic Usage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"evalue": "attempted relative import with no known parent package",
"output_type": "error",
"traceback": [
"\u001b[1;31m---------------------------------------------------------------------------\u001b[0m",
"\u001b[1;31mImportError\u001b[0m Traceback (most recent call last)",
"Cell \u001b[1;32mIn[3], line 3\u001b[0m\n\u001b[0;32m 1\u001b[0m \u001b[39mimport\u001b[39;00m \u001b[39mnumpy\u001b[39;00m \u001b[39mas\u001b[39;00m \u001b[39mnp\u001b[39;00m\n\u001b[0;32m 2\u001b[0m \u001b[39mimport\u001b[39;00m \u001b[39mmatplotlib\u001b[39;00m\u001b[39m.\u001b[39;00m\u001b[39mpyplot\u001b[39;00m \u001b[39mas\u001b[39;00m \u001b[39mplt\u001b[39;00m\n\u001b[1;32m----> 3\u001b[0m \u001b[39mfrom\u001b[39;00m \u001b[39m.\u001b[39;00m\u001b[39msrc\u001b[39;00m\u001b[39m.\u001b[39;00m\u001b[39mautora\u001b[39;00m\u001b[39m.\u001b[39;00m\u001b[39mexperimentalist\u001b[39;00m\u001b[39m.\u001b[39;00m\u001b[39msampler\u001b[39;00m\u001b[39m.\u001b[39;00m\u001b[39mnearest_value_sampler\u001b[39;00m \u001b[39mimport\u001b[39;00m nearest_values_sampler\n",
"\u001b[1;31mImportError\u001b[0m: attempted relative import with no known parent package"
"\u001B[1;31m---------------------------------------------------------------------------\u001B[0m",
"\u001B[1;31mImportError\u001B[0m Traceback (most recent call last)",
"Cell \u001B[1;32mIn[3], line 3\u001B[0m\n\u001B[0;32m 1\u001B[0m \u001B[39mimport\u001B[39;00m \u001B[39mnumpy\u001B[39;00m \u001B[39mas\u001B[39;00m \u001B[39mnp\u001B[39;00m\n\u001B[0;32m 2\u001B[0m \u001B[39mimport\u001B[39;00m \u001B[39mmatplotlib\u001B[39;00m\u001B[39m.\u001B[39;00m\u001B[39mpyplot\u001B[39;00m \u001B[39mas\u001B[39;00m \u001B[39mplt\u001B[39;00m\n\u001B[1;32m----> 3\u001B[0m \u001B[39mfrom\u001B[39;00m \u001B[39m.\u001B[39;00m\u001B[39msrc\u001B[39;00m\u001B[39m.\u001B[39;00m\u001B[39mautora\u001B[39;00m\u001B[39m.\u001B[39;00m\u001B[39mexperimentalist\u001B[39;00m\u001B[39m.\u001B[39;00m\u001B[39msampler\u001B[39;00m\u001B[39m.\u001B[39;00m\u001B[39mnearest_value_sampler\u001B[39;00m \u001B[39mimport\u001B[39;00m nearest_values_sampler\n",
"\u001B[1;31mImportError\u001B[0m: attempted relative import with no known parent package"
]
}
],
Expand Down Expand Up @@ -77,7 +77,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 @@ -108,7 +108,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 d02a2cb

Please sign in to comment.