Commit 6d29572
🚧 start to explore adding subsections to homesection (#125)
* 🚧 start to explore adding subsections to homesection
* ✨ revert to homepage layout as before, add new section
- use the homepage layout as it was before: title, descrpiton, logo and graphical abstract
- if there are components in the main folder, trigger to add section with main folder name if the configuration is built using the directory based method.
- a new section with the components is added
- if configs are created manually, the first section is treated as every other section
* 🐛 fix syntax error (two closing parantheses)
* 🐛 Make excel df paths relative insetad of absolute
* 🚧 add current state of qmd notebooks
- move html report file to correct place: update rel. paths
- add others as of now
* 🐛 ignore description.md and empty sections
- do not use description as component in main folder
- the description is added to the key description
* 🐛 resolve file path first
* 🐛 fix issue with non-directory generated config files, add test
- do not treat first section special
- add example of how to run this config - check in cdci workflow
* 🐛 fix path to tests/report_examples
* 🐛 add correct file ending..
* ✅ test all report types based on quarto (update static path setting)
* 🐛 bash for loop needs to be close using done
* 🐛 get rid of absolute path (missed in #136)
- update tests
- make altair plot path relative to qmd file
* 🎨 clean-up comments/prints and improve logic
* 📝 Update example config files for basic and EMP case studies and update execution section of README
* 💚 Correct paths relative to the docs folder to pass CI tests
* 📝 Update README with details about running vuegen using the cofig exmaple files
* 🐛 commit change to test from svg to png logo
---------
Co-authored-by: sayalaruano <[email protected]>1 parent 0d173fc commit 6d29572
File tree
16 files changed
+2238
-91
lines changed- .github/workflows
- docs/example_config_files
- src/vuegen
- tests/report_examples
- Basic_example_vuegen_demo_notebook_cfg/html/quarto_report
- Basic_example_vuegen_demo_notebook
- docx/quarto_report
- html/quarto_report
- jupyter/quarto_report
- odt/quarto_report
- pdf/quarto_report
- pptx/quarto_report
- revealjs/quarto_report
- streamlit_report/sections/Home
16 files changed
+2238
-91
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
112 | 121 | | |
113 | 122 | | |
114 | 123 | | |
| |||
118 | 127 | | |
119 | 128 | | |
120 | 129 | | |
121 | | - | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
122 | 142 | | |
123 | 143 | | |
124 | 144 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
129 | 132 | | |
130 | 133 | | |
131 | 134 | | |
| |||
154 | 157 | | |
155 | 158 | | |
156 | 159 | | |
| 160 | + | |
| 161 | + | |
157 | 162 | | |
158 | 163 | | |
159 | 164 | | |
| |||
162 | 167 | | |
163 | 168 | | |
164 | 169 | | |
| 170 | + | |
| 171 | + | |
165 | 172 | | |
166 | 173 | | |
167 | 174 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
127 | | - | |
| 126 | + | |
128 | 127 | | |
129 | 128 | | |
130 | 129 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
| 319 | + | |
319 | 320 | | |
320 | 321 | | |
321 | 322 | | |
| |||
328 | 329 | | |
329 | 330 | | |
330 | 331 | | |
331 | | - | |
332 | | - | |
| 332 | + | |
| 333 | + | |
333 | 334 | | |
334 | 335 | | |
335 | | - | |
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
| |||
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
| 346 | + | |
| 347 | + | |
346 | 348 | | |
347 | 349 | | |
348 | 350 | | |
349 | 351 | | |
350 | 352 | | |
351 | 353 | | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
352 | 360 | | |
353 | 361 | | |
354 | 362 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | 133 | | |
159 | 134 | | |
160 | 135 | | |
161 | | - | |
| 136 | + | |
162 | 137 | | |
163 | 138 | | |
164 | 139 | | |
| |||
568 | 543 | | |
569 | 544 | | |
570 | 545 | | |
571 | | - | |
| 546 | + | |
572 | 547 | | |
573 | 548 | | |
574 | 549 | | |
| |||
594 | 569 | | |
595 | 570 | | |
596 | 571 | | |
597 | | - | |
| 572 | + | |
598 | 573 | | |
599 | 574 | | |
600 | 575 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
154 | 153 | | |
155 | 154 | | |
156 | 155 | | |
157 | | - | |
158 | 156 | | |
159 | 157 | | |
160 | | - | |
| 158 | + | |
161 | 159 | | |
162 | 160 | | |
163 | 161 | | |
| |||
354 | 352 | | |
355 | 353 | | |
356 | 354 | | |
357 | | - | |
358 | 355 | | |
359 | 356 | | |
360 | 357 | | |
| |||
367 | 364 | | |
368 | 365 | | |
369 | 366 | | |
370 | | - | |
371 | | - | |
372 | | - | |
373 | | - | |
374 | | - | |
375 | | - | |
376 | | - | |
| 367 | + | |
377 | 368 | | |
378 | 369 | | |
379 | 370 | | |
| |||
386 | 377 | | |
387 | 378 | | |
388 | 379 | | |
389 | | - | |
390 | | - | |
391 | | - | |
392 | | - | |
393 | | - | |
| 380 | + | |
394 | 381 | | |
395 | 382 | | |
396 | 383 | | |
| |||
401 | 388 | | |
402 | 389 | | |
403 | 390 | | |
404 | | - | |
405 | | - | |
406 | 391 | | |
407 | 392 | | |
408 | 393 | | |
| |||
434 | 419 | | |
435 | 420 | | |
436 | 421 | | |
437 | | - | |
438 | 422 | | |
439 | | - | |
| 423 | + | |
440 | 424 | | |
441 | 425 | | |
442 | 426 | | |
443 | | - | |
444 | 427 | | |
445 | 428 | | |
446 | 429 | | |
| |||
456 | 439 | | |
457 | 440 | | |
458 | 441 | | |
459 | | - | |
460 | | - | |
461 | | - | |
| 442 | + | |
| 443 | + | |
462 | 444 | | |
463 | 445 | | |
464 | 446 | | |
| |||
631 | 613 | | |
632 | 614 | | |
633 | 615 | | |
634 | | - | |
| 616 | + | |
635 | 617 | | |
636 | 618 | | |
637 | 619 | | |
| |||
0 commit comments