Skip to content

Commit 350eea2

Browse files
stefanvbsipoczjarrodmillman
authored
Update category summaries (#33)
* Update category summaries * Apply suggestions from code review Co-authored-by: Brigitta Sipőcz <[email protected]> * Update content/_index.md Co-authored-by: Brigitta Sipőcz <[email protected]> --------- Co-authored-by: Brigitta Sipőcz <[email protected]> Co-authored-by: Jarrod Millman <[email protected]>
1 parent 13845f3 commit 350eea2

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

content/_index.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,55 +2,57 @@
22
title: Tools & Services
33
---
44

5-
We maintain a collection of tools, small and large, that help projects across the ecosystem.
6-
We also list a few hosted services provided for the community.
5+
# Community Tools & Services
6+
7+
We maintain a collection of tools that help projects across the ecosystem.
8+
We also offer a small selection of hosted services.
79

810
{{< grid columns="1 1 1 5" >}}
911

1012
{{< card >}}
11-
title = 'Web Theme'
13+
title = 'For Web'
1214
link = 'https://theme.scientific-python.org'
1315
body = '''
14-
[Hugo](https://gohugo.io/) theme used by [NumPy](https://numpy.org/), [SciPy](https://scipy.org/),
16+
A [Hugo](https://gohugo.io/) theme used by [NumPy](https://numpy.org/), [SciPy](https://scipy.org/),
1517
[Scientific Python](https://scientific-python.org/), and other sites.
1618
'''
1719
{{< /card >}}
1820

1921
{{< card >}}
20-
title = 'Developer utilities'
22+
title = 'For Development'
2123
link = '/utilities'
2224
body = '''
2325
Python developer tools used by packages across the ecosystem.
2426
'''
2527
{{< /card >}}
2628

2729
{{< card >}}
28-
title = 'Community & organization'
30+
title = 'For Organization'
2931
link = '/community'
3032
body = '''
31-
...
33+
Calendar, forum, and other services for organizing the community.
3234
'''
3335
{{< /card >}}
3436

3537
{{< card >}}
36-
title = 'Analytics'
38+
title = 'For Insight'
3739
link = '/analytics'
3840
body = '''
39-
...
41+
Through analytics, to better understand project development and community health.
4042
'''
4143
{{< /card >}}
4244

4345
{{< card >}}
44-
title = 'GitHub Actions'
46+
title = 'For GitHub'
4547
link = '/actions'
4648
body = '''
47-
...
49+
GitHub Actions for automating various aspects of project development.
4850
'''
4951
{{< /card >}}
5052

5153
{{< /grid >}}
5254

53-
## New tools
55+
### New tools
5456

5557
If you have an existing tool that you would like to host and maintain as part of the Scientific Python project,
5658
please [create a New Topic](https://discuss.scientific-python.org/new-topic?category=contributor&tags=propose)

0 commit comments

Comments
 (0)