Skip to content

Commit c1ee783

Browse files
Add numbers for sorting spec list (#306)
1 parent 0c47dc6 commit c1ee783

8 files changed

Lines changed: 8 additions & 0 deletions

File tree

quickstart.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
filename = f"spec-{number:04d}/index.md"
2424
text = f"""---
2525
title: "SPEC {number}{title}"
26+
number: {number}
2627
date: {now.strftime("%Y-%m-%d")}
2728
author:
2829
- "{author} <{email}>"

spec-0000/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "SPEC 0 — Minimum Supported Dependencies"
3+
number: 0
34
date: 2020-12-17
45
author:
56
- "Andreas C. Mueller <andreas.mueller.ml@gmail.com>"

spec-0001/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "SPEC 1 — Lazy Loading of Submodules and Functions"
3+
number: 1
34
date: 2020-12-17
45
author:
56
- "Stéfan van der Walt <stefanv@berkeley.edu>"

spec-0002/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "SPEC 2 — API Dispatch"
3+
number: 2
34
date: 2021-12-16
45
author:
56
- "Ivan Yashchuk <ivan.yashchuk@quansight.com>"

spec-0003/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "SPEC 3 — Accessibility"
3+
number: 3
34
date: 2022-02-14
45
author:
56
- "Juanita Gomez <juanitagomezr2112@gmail.com>"

spec-0004/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "SPEC 4 — Using and Creating Nightly Wheels"
3+
number: 4
34
date: 2022-09-05
45
author:
56
- "Brigitta Sipőcz <brigitta.sipocz@gmail.com>"

spec-0005/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "SPEC 5 — CI Best Practices"
3+
number: 5
34
date: 2022-09-22
45
author:
56
- "Tim Head <betatim@gmail.com>"

spec-0006/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "SPEC 6 — Keys to the Castle"
3+
number: 6
34
date: 2022-12-19
45
author:
56
- "Stéfan van der Walt <stefanv@berkeley.edu>"

0 commit comments

Comments
 (0)