Skip to content

Commit d4b03c7

Browse files
committed
Add badges to SPECs
1 parent 2d4f112 commit d4b03c7

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

purpose-and-process/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,15 +194,15 @@ For example, to indicate adoption of SPECs 0, 1, and 4, we recommend the followi
194194
[[tab]]
195195
name = 'Rendered badge'
196196
content = '''
197-
[![Scientific Python Ecosystem Coordination](https://img.shields.io/badge/SPEC-0,1,4-blue)](https://scientific-python.org/specs/)
197+
[![Scientific Python Ecosystem Coordination](https://img.shields.io/badge/SPEC-0,1,4-green?labelColor=%23004811&color=%235CA038)](https://scientific-python.org/specs/)
198198
'''
199199

200200
[[tab]]
201201
name = 'Markdown'
202202
content = '''
203203

204204
```
205-
[![Scientific Python Ecosystem Coordination](https://img.shields.io/badge/SPEC-0,1,4-blue)](https://scientific-python.org/specs/)
205+
[![Scientific Python Ecosystem Coordination](https://img.shields.io/badge/SPEC-0,1,4-green?labelColor=%23004811&color=%235CA038)](https://scientific-python.org/specs/)
206206
```
207207

208208
'''
@@ -214,7 +214,7 @@ content = '''
214214
```
215215
|Scientific Python Ecosystem Coordination|
216216
217-
.. |Scientific Python Ecosystem Coordination| image:: https://img.shields.io/badge/SPEC-0,1,4-blue
217+
.. |Scientific Python Ecosystem Coordination| image:: https://img.shields.io/badge/SPEC-0,1,4-green?labelColor=%23004811&color=%235CA038
218218
:target: https://scientific-python.org/specs/
219219
```
220220

spec-0000/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@ A core project endorsing this SPEC does **not** imply that that project will pro
5959
Briefly discuss what it means for a project to adopt this SPEC.
6060
-->
6161

62+
#### Badges
63+
64+
Projects can highlight their adoption of this SPECs by including a SPEC badge.
65+
{{< spec_badge number="0" title="Minimum Supported Dependencies" >}}
66+
To indicate adoption of multiple SPECS with one badge, see [this](../purpose-and-process/#badges).
67+
6268
## Implementation
6369

6470
### Motivation

0 commit comments

Comments
 (0)