|
86 | 86 | "if platform == 'colab':\n", |
87 | 87 | " # Clone the repository in Colab\n", |
88 | 88 | " !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", |
90 | 90 | "elif platform == 'local_notebook':\n", |
91 | 91 | " # Output directory for local execution\n", |
92 | 92 | " base_output_dir = \"./example_data/Basic_example_vuegen_demo_notebook/\"" |
|
246 | 246 | "for section in config[\"sections\"]:\n", |
247 | 247 | " if section[\"title\"] == \"Dataframes\":\n", |
248 | 248 | " for subsection in section[\"subsections\"]:\n", |
249 | | - " if subsection[\"title\"] == \"All\":\n", |
| 249 | + " if subsection[\"title\"] == \"All_formats\":\n", |
250 | 250 | " subsection[\"description\"] = \"This subsection contains example dataframes.\"\n" |
251 | 251 | ] |
252 | 252 | }, |
|
277 | 277 | "for section in config[\"sections\"]:\n", |
278 | 278 | " if section[\"title\"] == \"Plots\":\n", |
279 | 279 | " for subsection in section[\"subsections\"]:\n", |
280 | | - " if subsection[\"title\"] == \"Static\":\n", |
| 280 | + " if subsection[\"title\"] == \"Static_plots\":\n", |
281 | 281 | " subsection[\"components\"].append(vuegen_abst_fig)\n", |
282 | 282 | "\n", |
283 | 283 | "# Save the modified YAML file\n", |
|
0 commit comments