Skip to content

Commit 6e0292b

Browse files
committed
Run hook with builtin dictionary
1 parent f781e46 commit 6e0292b

File tree

6 files changed

+8
-9
lines changed

6 files changed

+8
-9
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ repos:
1212
args:
1313
- '--write-changes'
1414
- '--ignore-words-list=cppp,normale'
15-
- '--dictionary=static/custom_corrections.txt'
1615
- '--builtin=en-GB_to_en-US'
1716
# Exclude package-lock.json and all .svg files
1817
exclude: 'package-lock\.json|\.svg$'

src/components/about/Team/Ian.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Ian Thomas is a Scientific Software Developer at QuantStack. He holds a BA in Physics from Oxford University and PhD in ocean modeling from the University of Southampton.
22

3-
He has particular interest in data analysis and visualisation, leaning towards solving mathematical and geometric problems.
3+
He has particular interest in data analysis and visualization, leaning towards solving mathematical and geometric problems.
44

5-
Ian has many years' experience as an open-source contributor. He is a core maintainer of <a href="https://github.com/bokeh/bokeh">Bokeh</a>, a library for interactive visualisation in web browsers, and the lead maintainer of <a href="https://github.com/contourpy/contourpy">ContourPy</a>, a Python/C++ library for calculating contours. He has also made significant contributions to <a href="https://github.com/matplotlib/matplotlib">Matplotlib</a> and <a href="https://github.com/holoviz/datashader">Datashader</a>.
5+
Ian has many years' experience as an open-source contributor. He is a core maintainer of <a href="https://github.com/bokeh/bokeh">Bokeh</a>, a library for interactive visualization in web browsers, and the lead maintainer of <a href="https://github.com/contourpy/contourpy">ContourPy</a>, a Python/C++ library for calculating contours. He has also made significant contributions to <a href="https://github.com/matplotlib/matplotlib">Matplotlib</a> and <a href="https://github.com/holoviz/datashader">Datashader</a>.

src/components/about/styles.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111

1212
.small_portrait_card:hover {
13-
border: solid 1px grey;
13+
border: solid 1px gray;
1414
cursor: pointer;
1515
text-decoration: #0000EE underline;
1616
}

src/components/home/Hero/styles.module.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
}
3737

3838
.pydata_informations {
39-
color: grey;
39+
color: gray;
4040
font-size: 12px;
4141
font-weight: 600;
4242
position: absolute;
@@ -70,7 +70,7 @@
7070
}
7171

7272
.pydata_informations {
73-
color: grey;
73+
color: gray;
7474
font-size: var(--ifm-font-size-small);
7575
font-weight: 600;
7676
position: absolute;
@@ -132,7 +132,7 @@
132132
}
133133

134134
.pydata_informations {
135-
color: grey;
135+
color: gray;
136136
font-size: var(--ifm-font-size-medium);
137137
font-weight: 600;
138138
position: absolute;

src/components/projects/descriptions/Header.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ from data sciences to robotics.
55

66
Open-source development is a unique
77
way to break down collaboration barriers and reach users with
8-
unexpected use cases. Enabling customisation and extensions of the
8+
unexpected use cases. Enabling customization and extensions of the
99
tools enables this diversity of applications.

src/css/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
--ifm-text-color-footer: black;
3131

3232
/*popup overlay*/
33-
--ifm-background-color-popup-overlay: grey;
33+
--ifm-background-color-popup-overlay: gray;
3434

3535
/* Font sizes */
3636
--ifm-font-size-small: 14px;

0 commit comments

Comments
 (0)