Skip to content

Commit b4243c6

Browse files
committed
📝 Docs: update basic example files and notebook
1 parent 3beeb0e commit b4243c6

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

docs/vuegen_basic_case_study.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"if platform == 'colab':\n",
8787
" # Clone the repository in Colab\n",
8888
" !git clone --depth=1 https://github.com/Multiomics-Analytics-Group/vuegen.git\n",
89-
" base_output_dir = \"vuegen/example_data/Basic_example_vuegen_demo_notebook/\"\n",
89+
" base_output_dir = \"vuegen/docs/example_data/Basic_example_vuegen_demo_notebook/\"\n",
9090
"elif platform == 'local_notebook':\n",
9191
" # Output directory for local execution\n",
9292
" base_output_dir = \"./example_data/Basic_example_vuegen_demo_notebook/\""
@@ -246,7 +246,7 @@
246246
"for section in config[\"sections\"]:\n",
247247
" if section[\"title\"] == \"Dataframes\":\n",
248248
" for subsection in section[\"subsections\"]:\n",
249-
" if subsection[\"title\"] == \"All\":\n",
249+
" if subsection[\"title\"] == \"All_formats\":\n",
250250
" subsection[\"description\"] = \"This subsection contains example dataframes.\"\n"
251251
]
252252
},
@@ -277,7 +277,7 @@
277277
"for section in config[\"sections\"]:\n",
278278
" if section[\"title\"] == \"Plots\":\n",
279279
" for subsection in section[\"subsections\"]:\n",
280-
" if subsection[\"title\"] == \"Static\":\n",
280+
" if subsection[\"title\"] == \"Static_plots\":\n",
281281
" subsection[\"components\"].append(vuegen_abst_fig)\n",
282282
"\n",
283283
"# Save the modified YAML file\n",

0 commit comments

Comments
 (0)