Skip to content

Commit 5352480

Browse files
committed
Fix comments and image paths in jupyter notebook
1 parent 8d377b4 commit 5352480

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/vuegen_demo.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,26 @@
1010
"\n",
1111
"An overview of the VueGen workflow is shown in the figure below:\n",
1212
"\n",
13-
"![Vuegen graphical abstarct](images/vuegen_graph_abstract.png)\n",
13+
"![Vuegen graphical abstarct](./images/vuegen_graph_abstract.png)\n",
1414
"\n",
1515
"Also, the class diagram for the project is presented below to illustrate the architecture and relationships between classes:\n",
1616
"\n",
17-
"![Vuegen class diagram](images/vuegen_classdiagram_noattmeth.png)\n"
17+
"![Vuegen class diagram](./images/vuegen_classdiagram_noattmeth.png)\n"
1818
]
1919
},
2020
{
2121
"cell_type": "code",
22-
"execution_count": 2,
22+
"execution_count": null,
2323
"metadata": {},
2424
"outputs": [],
2525
"source": [
2626
"import sys\n",
2727
"import os \n",
28-
"# Get the absolute path to the report_generator directory\n",
28+
"# Get the absolute path to the root directory\n",
2929
"working_dir = os.getcwd()\n",
3030
"project_root = os.path.abspath(os.path.join(working_dir, '..'))\n",
3131
"\n",
32-
"# Check if the current directory is \"notebooks\" and change to project_root if true\n",
32+
"# Check if the current directory is \"docs\" and change to project_root if true\n",
3333
"if os.path.basename(working_dir) == 'docs':\n",
3434
" os.chdir(project_root)\n",
3535
"\n",

0 commit comments

Comments
 (0)