From 5cba8b9cf8b1039ee915cadfc91aceba74cbcaf8 Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 8 Apr 2026 16:23:08 +0100 Subject: [PATCH 1/2] replace all spaces in filenames with underscores and update markdown to reflect new filenames. --- .DS_Store | Bin 0 -> 6148 bytes docs/datasets/dashboardTableEditing.md | 22 +++++++++--------- ...table.png => applied_filters_on_table.png} | Bin ...olumn settings.png => column_settings.png} | Bin ...tion (after).png => drag_option_after.png} | Bin ...on (before).png => drag_option_before.png} | Bin .../img/{open menu.png => open_menu.png} | Bin .../img/{save as csv.png => save_as_csv.png} | Bin .../{save as json.png => save_as_json.png} | Bin ... selection.png => save_data_selection.png} | Bin ...e settings.png => save_table_settings.png} | Bin ...ected columns.png => selected_columns.png} | Bin ...ting_specific_records_to_save_to_file.png} | Bin ... filters.png => tick_to_apply_filters.png} | Bin 14 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 .DS_Store rename docs/datasets/img/{applied filters on table.png => applied_filters_on_table.png} (100%) rename docs/datasets/img/{column settings.png => column_settings.png} (100%) rename docs/datasets/img/{drag option (after).png => drag_option_after.png} (100%) rename docs/datasets/img/{drag option (before).png => drag_option_before.png} (100%) rename docs/datasets/img/{open menu.png => open_menu.png} (100%) rename docs/datasets/img/{save as csv.png => save_as_csv.png} (100%) rename docs/datasets/img/{save as json.png => save_as_json.png} (100%) rename docs/datasets/img/{save data selection.png => save_data_selection.png} (100%) rename docs/datasets/img/{save table settings.png => save_table_settings.png} (100%) rename docs/datasets/img/{selected columns.png => selected_columns.png} (100%) rename docs/datasets/img/{selecting specific records to save to file.png => selecting_specific_records_to_save_to_file.png} (100%) rename docs/datasets/img/{tick to apply filters.png => tick_to_apply_filters.png} (100%) diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..b1bc858e925d93fb375ed4bdb59c7154b9b72c92 GIT binary patch literal 6148 zcmeH~F>b>!3`IX%4*|M(?5HIN=naG*JwYxI#2y292)gU&`J}kS%^VoPCqO=tGGY4< zmI=TPfAbG80@%@=*n3!+F&{8v!Gzm5@b5#RJ8QCa#;1cJMgVePIgIO=CCK6hvL;(6D>TdL!Lrq2 z4DoujlO?aK$=2E1VL5zQ-r0PLp;>Q-6(%&R0R<@_1y%}t_I&j7|Cj!3{$I5yl>$=W z%@nZVcsd^VQhB!idp)n8v+C Date: Tue, 21 Apr 2026 15:54:19 +0100 Subject: [PATCH 2/2] Fix link format in documentation index --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index d711027..94613ba 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,4 +1,4 @@ # Welcome to SciCat Documentation Find [**SciCat USERS Guide**](user-guide/index.md) or [**SciCat Operator's Guide**](operator-guide/index.md). -Developers can read along the ```READMEs``` in github of the [projects page](https://www.scicatproject.org) and in both guides as well. +Developers can read along the ```READMEs``` in github of the [projects page]([https://www.scicatproject.org/#repositories]) and in both guides as well.