Skip to content

Commit 96a7df3

Browse files
authored
Merge pull request #437 from The-Strategy-Unit/429-categories-tidy
Made all categories for non-named lowercase for consistency
2 parents 099fa54 + 8f485ed commit 96a7df3

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

blogs/posts/2023-03-24_hotfix-with-git/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Creating a hotfix with git"
33
author: "Tom Jemmett"
44
date: "2023-03-24"
5-
categories: [git, tutorial]
5+
categories: [Git, tutorial]
66
knitr:
77
opts_chunk:
88
fig.height: 2.5

blogs/posts/2023-04-26_alternative_remotes/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Alternative remote repositories"
33
author: "Tom Jemmett"
44
date: "2023-04-26"
5-
categories: [git, tutorial]
5+
categories: [Git, tutorial]
66
knitr:
77
opts_chunk:
88
fig.height: 2.5

blogs/posts/2025-01-03_text-vectorization/NLP - text vectorisation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"format:\n",
1414
" html:\n",
1515
" code-fold: false\n",
16-
"categories: [NLP, Python, Tutorial]\n",
16+
"categories: [NLP, Python, tutorial]\n",
1717
"---"
1818
]
1919
},

blogs/posts/2025-07-28_imputing-data/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors:
99
- name: The Strategy Unit
1010
url: https://strategyunitwm.nhs.uk/
1111
date: "2025-07-28"
12-
categories: [R, Imputation, Learning, MICE]
12+
categories: [R, imputation, learning, MICE]
1313
execute:
1414
enabled: true
1515
editor:

blogs/posts/2025-11-07_pandas_vs_polars/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors:
88
- name: The Strategy Unit
99
url: https://strategyunitwm.nhs.uk/
1010
date: "2025-11-07"
11-
categories: [Python, Data Science, Performance]
11+
categories: [Python, data science, performance]
1212
execute:
1313
enabled: false
1414
editor:

0 commit comments

Comments
 (0)