Skip to content

Commit

Permalink
fixing little bugs in displaying tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
afraniomelo committed Sep 15, 2024
1 parent 5db1f26 commit f3cd4e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
# ones.
extensions = ['sphinx.ext.autodoc','sphinx.ext.napoleon','myst_nb']

myst_enable_extensions = ["dollarmath", "amsmath"]

# Add any paths that contain templates here, relative to this directory.
#templates_path = ['_templates']

Expand Down
2 changes: 1 addition & 1 deletion docs/source/tutorial_tep.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
"source": [
"Typically, when the TEP benchmark is used for process monitoring applications, the goal is to develop a method for real-time detection and diagnosis of these disturbances.\n",
"\n",
"For more details on the TEP process, please refer to the following article: https://doi.org/10.1016/j.compchemeng.2022.107964."
"For more details on the TEP process, please refer to the following article: [https://doi.org/10.1016/j.compchemeng.2022.107964](https://doi.org/10.1016/j.compchemeng.2022.107964)."
]
},
{
Expand Down

0 comments on commit f3cd4e1

Please sign in to comment.