|
2 | 2 | title: Tools & Services |
3 | 3 | --- |
4 | 4 |
|
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. |
7 | 9 |
|
8 | 10 | {{< grid columns="1 1 1 5" >}} |
9 | 11 |
|
10 | 12 | {{< card >}} |
11 | | -title = 'Web Theme' |
| 13 | +title = 'For Web' |
12 | 14 | link = 'https://theme.scientific-python.org' |
13 | 15 | 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/), |
15 | 17 | [Scientific Python](https://scientific-python.org/), and other sites. |
16 | 18 | ''' |
17 | 19 | {{< /card >}} |
18 | 20 |
|
19 | 21 | {{< card >}} |
20 | | -title = 'Developer utilities' |
| 22 | +title = 'For Development' |
21 | 23 | link = '/utilities' |
22 | 24 | body = ''' |
23 | 25 | Python developer tools used by packages across the ecosystem. |
24 | 26 | ''' |
25 | 27 | {{< /card >}} |
26 | 28 |
|
27 | 29 | {{< card >}} |
28 | | -title = 'Community & organization' |
| 30 | +title = 'For Organization' |
29 | 31 | link = '/community' |
30 | 32 | body = ''' |
31 | | -... |
| 33 | +Calendar, forum, and other services for organizing the community. |
32 | 34 | ''' |
33 | 35 | {{< /card >}} |
34 | 36 |
|
35 | 37 | {{< card >}} |
36 | | -title = 'Analytics' |
| 38 | +title = 'For Insight' |
37 | 39 | link = '/analytics' |
38 | 40 | body = ''' |
39 | | -... |
| 41 | +Through analytics, to better understand project development and community health. |
40 | 42 | ''' |
41 | 43 | {{< /card >}} |
42 | 44 |
|
43 | 45 | {{< card >}} |
44 | | -title = 'GitHub Actions' |
| 46 | +title = 'For GitHub' |
45 | 47 | link = '/actions' |
46 | 48 | body = ''' |
47 | | -... |
| 49 | +GitHub Actions for automating various aspects of project development. |
48 | 50 | ''' |
49 | 51 | {{< /card >}} |
50 | 52 |
|
51 | 53 | {{< /grid >}} |
52 | 54 |
|
53 | | -## New tools |
| 55 | +### New tools |
54 | 56 |
|
55 | 57 | If you have an existing tool that you would like to host and maintain as part of the Scientific Python project, |
56 | 58 | please [create a New Topic](https://discuss.scientific-python.org/new-topic?category=contributor&tags=propose) |
|
0 commit comments