Skip to content

Commit

Permalink
A few more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed Aug 3, 2023
1 parent abe3737 commit 37ed5a0
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 23 deletions.
6 changes: 3 additions & 3 deletions quickstart.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
SPEC Quickstart
===============
Quickly setup stub for new SPEC proposal.
Quickly setup stub for new SPEC.
"""

from datetime import datetime
Expand Down Expand Up @@ -33,7 +33,7 @@
## Description
<!--
Briefly and clearly describe the proposal.
Briefly and clearly describe the recommendation.
-->
### Core Project Endorsement
Expand All @@ -52,7 +52,7 @@
<!--
Discuss how this would be implemented.
Explain the general need and the advantages of this specific proposal.
Explain the general need and the advantages of this specific recommendation.
If relevant, include examples of how the new functionality would be used,
intended use-cases, and pseudo-code illustrating its use.
-->
Expand Down
4 changes: 2 additions & 2 deletions spec-0000/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ Specifically, we recommend that:
### Core Project Endorsement

<!--
Discuss what it means for a core project to endorse this SPEC.
Briefly discuss what it means for a core project to endorse this SPEC.
-->

### Ecosystem Adoption

<!--
Discuss what it means for a project to adopt this SPEC.
Briefly discuss what it means for a project to adopt this SPEC.
-->

## Implementation
Expand Down
4 changes: 2 additions & 2 deletions spec-0002/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ endorsed-by:
## Description

<!--
Briefly and clearly describe the proposal.
Explain the general need and the advantages of this specific proposal.
Briefly and clearly describe the recommendation.
Explain the general need and the advantages of this specific recommendation.
If relevant, include examples of how the new functionality would be used,
intended use-cases, and pseudo-code illustrating its use.
-->
Expand Down
5 changes: 3 additions & 2 deletions spec-0003/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,17 @@ As active members of the scientific Python and open-source software (OSS) commun

It is important to note that accessibility is an ongoing journey, and you need not be overwhelmed by the many recommendations outlined in the provided resources. Taking an incremental approach allows for continuous improvement, ensuring that each enhancement makes technology more accessible and user-friendly.


### Core Project Endorsement

<!--
Discuss what it means for a core project to endorse this SPEC.
Briefly discuss what it means for a core project to endorse this SPEC.
-->

### Ecosystem Adoption

<!--
Discuss what it means for a project to adopt this SPEC.
Briefly discuss what it means for a project to adopt this SPEC.
-->

## Implementation
Expand Down
9 changes: 1 addition & 8 deletions spec-0004/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,7 @@ endorsed-by:

## Description

<!--
Briefly and clearly describe the proposal.
Explain the general need and the advantages of this specific proposal.
If relevant, include examples of how the new functionality would be used,
intended use-cases, and pseudo-code illustrating its use.
-->

This SPEC describes how to test against nightly wheels of several widely used
This SPEC recommends how to test against nightly wheels of several widely used
projects and how to create nightly wheels for your project. The document use the word
_nightly_ to refer to some semi regular interval, like daily, weekly or every three days.

Expand Down
13 changes: 7 additions & 6 deletions spec-0005/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,29 @@ endorsed-by:
## Description

<!--
Briefly and clearly describe the proposal.
Explain the general need and the advantages of this specific proposal.
If relevant, include examples of how the new functionality would be used,
intended use-cases, and pseudo-code illustrating its use.
Briefly and clearly describe the recommendation.
-->

### Core Project Endorsement

<!--
Discuss what it means for a core project to endorse this SPEC.
Briefly discuss what it means for a core project to endorse this SPEC.
-->


### Ecosystem Adoption

<!--
Discuss what it means for a project to adopt this SPEC.
Briefly discuss what it means for a project to adopt this SPEC.
-->

## Implementation

<!--
Discuss how this would be implemented.
Explain the general need and the advantages of this specific recommendation.
If relevant, include examples of how the new functionality would be used,
intended use-cases, and pseudo-code illustrating its use.
-->

### Build nightly wheels
Expand Down

0 comments on commit 37ed5a0

Please sign in to comment.