You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/_index.md
+16-26Lines changed: 16 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,39 +3,27 @@ title: Tools & Services
3
3
---
4
4
5
5
We maintain a collection of tools, small and large, that help projects across the ecosystem.
6
-
All tools:
7
-
8
-
- are owned and developed by the community, for the community;
9
-
- provide functionality needed by projects across the ecosystem;
10
-
- are released under the liberal [3-Clause BSD](https://opensource.org/license/bsd-3-clause/) or [MIT](https://opensource.org/license/mit/) license;
11
-
- attribute copyright to `Scientific Python Developers`;
12
-
- follow our [Code of Conduct](https://scientific-python.org/code_of_conduct/); and
13
-
- are hosted in the [Scientific Python GitHub Organization](https://github.com/scientific-python/).
14
-
15
6
We also list a few hosted services provided for the community.
16
7
17
-
{{< grid >}}
8
+
{{< grid columns="1 1 1 5" >}}
18
9
19
10
{{< card >}}
20
11
title = 'Web Theme'
21
12
link = 'https://theme.scientific-python.org'
22
13
body = '''
23
-
Our [Hugo](https://gohugo.io/) theme aims to align closely with the [PyData Sphinx Theme](https://pydata-sphinx-theme.readthedocs.io). It is used by [NumPy](https://numpy.org/), [SciPy](https://scipy.org/), [Scientific Python](https://scientific-python.org/), and other project sites.
14
+
[Hugo](https://gohugo.io/) theme used by [NumPy](https://numpy.org/), [SciPy](https://scipy.org/),
15
+
[Scientific Python](https://scientific-python.org/), and other sites.
24
16
'''
25
17
{{< /card >}}
26
18
27
19
{{< card >}}
28
20
title = 'Developer utilities'
29
21
link = '/utilities'
30
22
body = '''
31
-
The following Python packages provide functionality widely usable by packages across the ecosystem. Also see to the [Scientific Python Developer Guide](https://learn.scientific-python.org/development/).
23
+
Python developer tools used by packages across the ecosystem.
32
24
'''
33
25
{{< /card >}}
34
26
35
-
{{< /grid >}}
36
-
37
-
{{< grid >}}
38
-
39
27
{{< card >}}
40
28
title = 'Community & organization'
41
29
link = '/community'
@@ -52,10 +40,6 @@ body = '''
52
40
'''
53
41
{{< /card >}}
54
42
55
-
{{< /grid >}}
56
-
57
-
{{< grid >}}
58
-
59
43
{{< card >}}
60
44
title = 'GitHub Actions'
61
45
link = '/actions'
@@ -64,16 +48,22 @@ body = '''
64
48
'''
65
49
{{< /card >}}
66
50
67
-
{{< card >}}
68
-
title = 'New tools'
69
-
body = '''
51
+
{{< /grid >}}
52
+
53
+
## New tools
54
+
70
55
If you have an existing tool that you would like to host and maintain as part of the Scientific Python project,
71
56
please [create a New Topic](https://discuss.scientific-python.org/new-topic?category=contributor&tags=propose)
72
57
describing your tool, its target audience, and its developer community.
73
58
74
59
We only host tools that are actively maintained, and will give your existing
75
60
developer community full access to continue managing your repository.
76
-
'''
77
-
{{< /card >}}
78
61
79
-
{{< /grid >}}
62
+
All tools:
63
+
64
+
- are owned and developed by the community, for the community;
65
+
- provide functionality needed by projects across the ecosystem;
66
+
- are released under the liberal [3-Clause BSD](https://opensource.org/license/bsd-3-clause/) or [MIT](https://opensource.org/license/mit/) license;
67
+
- attribute copyright to `Scientific Python Developers`;
68
+
- follow our [Code of Conduct](https://scientific-python.org/code_of_conduct/); and
69
+
- are hosted in the [Scientific Python GitHub Organization](https://github.com/scientific-python/).
0 commit comments