Skip to content

Commit

Permalink
change headings in Exception Handling guide
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah-hlsn committed Nov 1, 2023
1 parent aafb4e6 commit cdffb6b
Showing 1 changed file with 22 additions and 8 deletions.
30 changes: 22 additions & 8 deletions doc/guide/Guide_Exception_Logging.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Exception Handling and Logging \n",
"# Exception Handling and Logging \n",
"\n",
"Exception handling and logging are two important components of programming, in particular for debugging purposes. Detailed technical guides are available online (e.g., [Loggin](https://docs.python.org/3/howto/logging.html), [Error and Exceptions](https://docs.python.org/3/tutorial/errors.html)). Here we only repeat a few key points and list a few guidelines for CLIMADA."
]
Expand All @@ -13,14 +13,14 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Exception handling"
"## Exception handling"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"#### CLIMADA guidelines"
"### CLIMADA guidelines"
]
},
{
Expand Down Expand Up @@ -118,7 +118,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"#### Exceptions reminder"
"### Exceptions reminder"
]
},
{
Expand All @@ -134,14 +134,14 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Logging"
"## Logging"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"#### CLIMADA guidelines"
"### CLIMADA guidelines"
]
},
{
Expand Down Expand Up @@ -201,7 +201,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"#### Reminder about Logging "
"### Reminder about Logging "
]
},
{
Expand All @@ -225,8 +225,22 @@
}
],
"metadata": {
"kernelspec": {
"display_name": "climada_env",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python"
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.12"
}
},
"nbformat": 4,
Expand Down

0 comments on commit cdffb6b

Please sign in to comment.