Skip to content

Commit d9533e2

Browse files
Update lectures sentence (#449)
* Update lectures sentence * Apply suggestions from code review Co-authored-by: Stefan van der Walt <sjvdwalt@gmail.com> * Apply suggestions from code review Co-authored-by: Stefan van der Walt <sjvdwalt@gmail.com> --------- Co-authored-by: Stefan van der Walt <sjvdwalt@gmail.com>
1 parent 12a5565 commit d9533e2

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

config.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,7 @@ params:
7878
to learn best practices for library development.
7979
- title: Lecture Notes
8080
text: |
81-
Learn or teach the core libraries
82-
of the scientific Python ecosystem with
83-
[these classroom-style lecture materials](https://lectures.scientific-python.org).
81+
Learn or teach how to use the scientific Python ecosystem with [classroom-style lecture notes](https://lectures.scientific-python.org).
8482
- title: Sparse Arrays
8583
text: |
8684
One of our current focuses is on improving and maintaining the

content/about/_index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,7 @@ powers Scientific Python.
5757
Read this [community-maintained guide](https://learn.scientific-python.org/development/)
5858
to learn best practices for library development.
5959
- **Lecture Notes**
60-
Learn or teach the libraries
61-
of the scientific Python ecosystem with
62-
[these classroom-style lecture materials](https://lectures.scientific-python.org).
60+
Learn or teach how to use the scientific Python ecosystem with [classroom-style lecture notes](https://lectures.scientific-python.org).
6361
- **Sparse Arrays**
6462
One of our current focuses is on improving and maintaining the
6563
sparse array capabilities and inter-operability in the ecosystem.

content/roadmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ roadmap is dependent on support and agreement from the community.
2525
- Shared benchmarking
2626
- Developer Operations (DevOps)
2727

28-
## Better coordination of core projects
28+
## Better coordination of the ecosystem
2929

3030
- Community best operating and development practices manual
3131
- Coordinated release schedule

content/summits/developer/2023/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ in Scientific Python Ecosystem Coordination documents (SPECs), as well
183183
as, but not limited to, tools for documentation, testing, benchmarking,
184184
packaging, and Continuous Integration (CI).
185185

186-
### 2. Better coordinate core projects
186+
### 2. Better coordination of the ecosystem
187187

188188
A central goal of the Scientific Python project and, by implication, the summit, is to better coordinate maintenance of the different projects.
189189
We want to write up a maintenance manual with community best practices, agree on a common release schedule, establish channels for regular cross-project communication, and decide on joint governance structures.

0 commit comments

Comments
 (0)