Skip to content

Commit 03f979b

Browse files
committed
convert admonition to MyST admonitions
Mapping (per ADR 0002): {{< admonition warning >}}…{{< /admonition >}} → :::{warning}…::: {{< admonition note >}}…{{< /admonition >}} → :::{note}…:::
1 parent 88472a4 commit 03f979b

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

content/community/onboarding.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
title: "Onboarding"
33
---
44

5-
{{< admonition warning >}}
5+
:::{warning}
66
This is a draft document.
7-
{{< /admonition >}}
7+
:::
88

99
- Organizing sprints
1010
- Organising sprints are an excellent way to invite new collaborators, solve issues, gather contributions and broaden the project community. Some helpful tips for organising a sprint efficiently:

content/contributors/first-contribution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ git push -u origin [BRANCH NAME]
113113

114114
Enter your GitHub username and password if requested.
115115

116-
{{< admonition note >}}
116+
:::{note}
117117
Entering your username and password every time you run `git push` can get tedious!
118118
Luckily GitHub lets you use an SSH key to authenticate automatically.
119119
Basically this involves creating two special files: one kept secret on your computer, and one uploaded to GitHub. If you want to set that up, see here:
@@ -123,7 +123,7 @@ Basically this involves creating two special files: one kept secret on your comp
123123

124124
You can also set up an SSH key using the `gh` command-line tool: https://cli.github.com/manual/ if you prefer.
125125
Mac and Windows users (but not Linux users!) who prefer to use `git` through a GUI can manage authentication using the [GitHub Desktop app](https://desktop.github.com/).
126-
{{< /admonition >}}
126+
:::
127127

128128
### Step 9: Open PR
129129

content/maintainers/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
title: "Maintainers"
33
---
44

5-
{{< admonition warning >}}
5+
:::{warning}
66
This is a draft document.
7-
{{< /admonition >}}
7+
:::
88

99
The scientific Python ecosystem welcomes your expertise and enthusiasm!
1010

content/maintainers/interacting-with-new-contributors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: "How to interact with new community
33
members"
44
---
55

6-
{{< admonition warning >}}
6+
:::{warning}
77
This is a draft document.
8-
{{< /admonition >}}
8+
:::
99

1010
As a maintainer, you will be the first point of
1111
contact for new community members. It is important

content/maintainers/managing-conflict.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
title: "Managing conflict"
33
---
44

5-
{{< admonition warning >}}
5+
:::{warning}
66
This is a draft document.
7-
{{< /admonition >}}
7+
:::
88

99
### Code of Conduct
1010

content/maintainers/meeting_types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
title: "Meeting types"
33
---
44

5-
{{< admonition warning >}}
5+
:::{warning}
66
This is a draft document.
7-
{{< /admonition >}}
7+
:::
88

99
With growth and sustainability in mind, every OSS project would benefit from holding the following recurring meetings:
1010

0 commit comments

Comments
 (0)