File tree Expand file tree Collapse file tree 5 files changed +17
-12
lines changed Expand file tree Collapse file tree 5 files changed +17
-12
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ disableKinds: ["term", "taxonomy"]
7
7
markup :
8
8
highlight :
9
9
noClasses : false
10
+ goldmark :
11
+ renderer :
12
+ unsafe : true
13
+ renderHooks :
14
+ link :
15
+ enableDefault : true
10
16
11
17
params :
12
18
description : " Documentation for the Scientific Python community."
Original file line number Diff line number Diff line change @@ -21,5 +21,4 @@ Community members must adhere to our [code of conduct](https://scientific-python
21
21
22
22
# People
23
23
24
- For more information, see our
25
- [ governance and decision making process] ({{< relref "/about/governance" >}}).
24
+ For more information, see our [ governance and decision making process] ( /about/governance ) .
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ shortcutDepth: 2
5
5
6
6
Welcome to the Community Managers Guide! Here you will find useful resources that will help you foster your community better.
7
7
8
- - [ Community Manager Role] ({{< relref " /community/role" >}} )
9
- - [ Skills and Techniques] ({{< relref " /community/skills" >}} )
10
- - [ Community Meetings] ({{< relref " /community/community-meetings" >}} )
11
- - [ Community Outreach] ({{< relref " /community/community-outreach" >}} )
12
- - [ Onboarding] ({{< relref " /community/onboarding" >}} )
13
- - [ Project Management] ({{< relref " /community/project-management" >}} )
8
+ - [ Community Manager Role] ( /community/role )
9
+ - [ Skills and Techniques] ( /community/skills )
10
+ - [ Community Meetings] ( /community/community-meetings )
11
+ - [ Community Outreach] ( /community/community-outreach )
12
+ - [ Onboarding] ( /community/onboarding )
13
+ - [ Project Management] ( /community/project-management )
Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ This is a draft document.
8
8
9
9
The scientific Python ecosystem welcomes your expertise and enthusiasm!
10
10
11
- - [ Interacting With New Contributors] ({{< relref " /maintainers/interacting-with-new-contributors" >}} )
12
- - [ Managing conflict] ({{< relref " /maintainers/managing-conflict" >}} )
13
- - [ Project Meetings Guide] ({{< relref " /maintainers/meeting_types" >}} )
11
+ - [ Interacting With New Contributors] ( /maintainers/interacting-with-new-contributors )
12
+ - [ Managing conflict] ( /maintainers/managing-conflict )
13
+ - [ Project Meetings Guide] ( /maintainers/meeting_types )
Original file line number Diff line number Diff line change 1
1
[build .environment ]
2
2
PYTHON_VERSION = " 3.8" # netlify currently only support 2.7 and 3.8
3
- HUGO_VERSION = " 0.123.0 "
3
+ HUGO_VERSION = " 0.123.2 "
4
4
DART_SASS_VERSION = " 1.70.0"
5
5
DART_SASS_URL = " https://github.com/sass/dart-sass/releases/download/"
6
6
You can’t perform that action at this time.
0 commit comments