Skip to content

Commit 8e067d2

Browse files
Update frontpage (#29)
1 parent f9bd533 commit 8e067d2

File tree

2 files changed

+19
-26
lines changed

2 files changed

+19
-26
lines changed

content/_index.md

Lines changed: 16 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,27 @@ title: Tools & Services
33
---
44

55
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-
156
We also list a few hosted services provided for the community.
167

17-
{{< grid >}}
8+
{{< grid columns="1 1 1 5" >}}
189

1910
{{< card >}}
2011
title = 'Web Theme'
2112
link = 'https://theme.scientific-python.org'
2213
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.
2416
'''
2517
{{< /card >}}
2618

2719
{{< card >}}
2820
title = 'Developer utilities'
2921
link = '/utilities'
3022
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.
3224
'''
3325
{{< /card >}}
3426

35-
{{< /grid >}}
36-
37-
{{< grid >}}
38-
3927
{{< card >}}
4028
title = 'Community & organization'
4129
link = '/community'
@@ -52,10 +40,6 @@ body = '''
5240
'''
5341
{{< /card >}}
5442

55-
{{< /grid >}}
56-
57-
{{< grid >}}
58-
5943
{{< card >}}
6044
title = 'GitHub Actions'
6145
link = '/actions'
@@ -64,16 +48,22 @@ body = '''
6448
'''
6549
{{< /card >}}
6650

67-
{{< card >}}
68-
title = 'New tools'
69-
body = '''
51+
{{< /grid >}}
52+
53+
## New tools
54+
7055
If you have an existing tool that you would like to host and maintain as part of the Scientific Python project,
7156
please [create a New Topic](https://discuss.scientific-python.org/new-topic?category=contributor&tags=propose)
7257
describing your tool, its target audience, and its developer community.
7358

7459
We only host tools that are actively maintained, and will give your existing
7560
developer community full access to continue managing your repository.
76-
'''
77-
{{< /card >}}
7861

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/).

content/utilities/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
title: "Developer Utilities"
33
---
44

5+
The following Python packages provide functionality widely usable by packages across the ecosystem.
6+
Also see to the [Scientific Python Developer Guide](https://learn.scientific-python.org/development/).
7+
58
- [lazy_loader](https://github.com/scientific-python/lazy_loader/)
69

710
Implements lazy loading as described in [SPEC1](https://scientific-python.org/specs/spec-0001/).

0 commit comments

Comments
 (0)