Skip to content

Commit

Permalink
Use pydata-sphinx-theme admonitions (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman authored Oct 25, 2023
1 parent 0e765a7 commit b48af74
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions content/community/onboarding.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: "Onboarding"
---

{{< notice warning >}}
{{< admonition warning >}}
This is a draft document.
{{< /notice >}}
{{< /admonition >}}

- Organizing sprints
- 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:
Expand Down
4 changes: 2 additions & 2 deletions content/contributors/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ title: "Contributor Guide"
shortcutDepth: 2
---

{{< notice warning >}}
{{< admonition warning >}}
This is a draft document.
{{< /notice >}}
{{< /admonition >}}

Welcome to the Contributor Guide! Here you will find useful resources that will help you start contributing to the Scientific Python ecosystem.

Expand Down
4 changes: 2 additions & 2 deletions content/contributors/first-contribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ git push -u origin [BRANCH NAME]

Enter your GitHub username and password if requested.

{{< notice note >}}
{{< admonition note >}}
Entering your username and password every time you run `git push` can get tedious!
Luckily GitHub lets you use an SSH key to authenticate automatically.
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:
Expand All @@ -127,7 +127,7 @@ Basically this involves creating two special files: one kept secret on your comp

You can also set up an SSH key using the `gh` command-line tool: https://cli.github.com/manual/ if you prefer.
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/).
{{< /notice >}}
{{< /admonition >}}

### Step 9: Open PR

Expand Down
4 changes: 2 additions & 2 deletions content/maintainers/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: "Maintainers"
---

{{< notice warning >}}
{{< admonition warning >}}
This is a draft document.
{{< /notice >}}
{{< /admonition >}}

The scientific Python ecosystem welcomes your expertise and enthusiasm!

Expand Down
4 changes: 2 additions & 2 deletions content/maintainers/interacting-with-new-contributors.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ title: "How to interact with new community
members"
---

{{< notice warning >}}
{{< admonition warning >}}
This is a draft document.
{{< /notice >}}
{{< /admonition >}}

As a maintainer, you will be the first point of
contact for new community members. It is important
Expand Down
4 changes: 2 additions & 2 deletions content/maintainers/managing-conflict.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: "Managing conflict"
---

{{< notice warning >}}
{{< admonition warning >}}
This is a draft document.
{{< /notice >}}
{{< /admonition >}}

### Code of Conduct

Expand Down
4 changes: 2 additions & 2 deletions content/maintainers/meeting_types.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: "Meeting types"
---

{{< notice warning >}}
{{< admonition warning >}}
This is a draft document.
{{< /notice >}}
{{< /admonition >}}

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

Expand Down

0 comments on commit b48af74

Please sign in to comment.