Skip to content

Commit 86b0f0f

Browse files
Learn not ready (scientific-python#233)
* Comment out links to learn * Loosen lighthouse thresholds * Update submodules and run linter * Update teams
1 parent b652b69 commit 86b0f0f

13 files changed

+42
-31
lines changed

.pre-commit-config.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22
# pre-commit install
33

44
repos:
5+
- repo: https://github.com/pre-commit/pre-commit-hooks
6+
rev: v4.1.0
7+
hooks:
8+
- id: trailing-whitespace
9+
- id: end-of-file-fixer
10+
- id: debug-statements
11+
- id: check-ast
12+
- id: mixed-line-ending
13+
- id: check-yaml
14+
args: [--allow-multiple-documents]
15+
- id: check-json
16+
- id: check-toml
17+
- id: check-added-large-files
18+
519
- repo: https://github.com/psf/black
620
rev: 22.1.0
721
hooks:

config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ params:
3838
url: /
3939
- title: Blog
4040
url: https://blog.scientific-python.org/
41-
- title: User Guide
42-
url: https://learn.scientific-python.org/users/
43-
- title: Contributor Guide
44-
url: https://learn.scientific-python.org/contributors/
45-
- title: Maintainer Guide
46-
url: https://learn.scientific-python.org/maintainers/
41+
#- title: User Guide
42+
# url: https://learn.scientific-python.org/users/
43+
#- title: Contributor Guide
44+
# url: https://learn.scientific-python.org/contributors/
45+
#- title: Maintainer Guide
46+
# url: https://learn.scientific-python.org/maintainers/
4747
- title: Discussion Forum
4848
url: https://discuss.scientific-python.org/
4949
is_external: true

layouts/partials/pagination.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
<a class="pagination__item pagination__item--next btn" href="{{ .Paginator.Next.URL }}">»</a>
1111
{{- end }}
1212
</div>
13-
{{- end }}
13+
{{- end }}

layouts/partials/post_toc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
</div>
88
</div>
99
{{- end }}
10-
{{- end }}
10+
{{- end }}

netlify.toml

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

1111
# optional, fails build when a category is below a threshold
1212
[plugins.inputs.thresholds]
13-
performance = 0.85
13+
performance = 0.75
1414
accessibility = 0.95
1515
best-practices = 0.95
1616
seo = 0.95

site/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
public/
1+
public/

static/images/content_copy.svg

Lines changed: 1 addition & 1 deletion
Loading

static/images/logo.svg

Lines changed: 8 additions & 8 deletions
Loading

static/teams/community-leaders.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22
<div class="team">
3-
<h6 class="name title">Community Leaders</h6>
3+
<h3 class="name title">Community Leaders</h3>
44
<div class="members">
5-
5+
66
<div class="member">
77
<a href="https://github.com/jarrodmillman" class="name">
88
<div class="photo">
@@ -44,4 +44,3 @@ <h6 class="name title">Community Leaders</h6>
4444

4545
</div>
4646
</div>
47-

static/teams/community-managers.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22
<div class="team">
3-
<h6 class="name title">Community Managers</h6>
3+
<h3 class="name title">Community Managers</h3>
44
<div class="members">
5-
5+
66
<div class="member">
77
<a href="https://github.com/jarrodmillman" class="name">
88
<div class="photo">
@@ -122,4 +122,3 @@ <h6 class="name title">Community Managers</h6>
122122

123123
</div>
124124
</div>
125-

static/teams/spec-steering-committee.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22
<div class="team">
3-
<h6 class="name title">SPEC Steering Committee</h6>
3+
<h3 class="name title">SPEC Steering Committee</h3>
44
<div class="members">
5-
5+
66
<div class="member">
77
<a href="https://github.com/bsipocz" class="name">
88
<div class="photo">
@@ -33,7 +33,7 @@ <h6 class="name title">SPEC Steering Committee</h6>
3333
<a href="https://github.com/GeorgianaElena" class="name">
3434
<div class="photo">
3535
<img
36-
src="https://avatars.githubusercontent.com/u/7579677?u=fafe797d4eccf88053b9dc4bc2fa4a6e72b1be0f&v=4"
36+
src="https://avatars.githubusercontent.com/u/7579677?u=1ebcc2526a9787b4786c9383870c6b8fbad217d8&v=4"
3737
loading="lazy"
3838
alt="Avatar of Georgiana Elena"
3939
/>
@@ -200,4 +200,3 @@ <h6 class="name title">SPEC Steering Committee</h6>
200200

201201
</div>
202202
</div>
203-

0 commit comments

Comments
 (0)