File tree Expand file tree Collapse file tree 5 files changed +52
-53
lines changed Expand file tree Collapse file tree 5 files changed +52
-53
lines changed Original file line number Diff line number Diff line change 7
7
We maintain a collection of tools that help projects across the ecosystem.
8
8
We also offer a small selection of hosted services.
9
9
10
- {{< grid columns="1 1 1 5" >}}
10
+ {{< grid1 columns="1 1 1 5" >}}
11
11
12
- {{< card >}}
12
+ [[ item]]
13
+ type = 'card'
13
14
title = 'For Web'
14
15
link = 'https://theme.scientific-python.org '
15
16
body = '''
16
17
A [ Hugo] ( https://gohugo.io/ ) theme used by [ NumPy] ( https://numpy.org/ ) , [ SciPy] ( https://scipy.org/ ) ,
17
18
[ Scientific Python] ( https://scientific-python.org/ ) , and other sites.
18
19
'''
19
- {{< /card >}}
20
20
21
- {{< card >}}
21
+ [[ item]]
22
+ type = 'card'
22
23
title = 'For Development'
23
24
link = '/utilities'
24
25
body = '''
25
26
Python developer tools used by packages across the ecosystem.
26
27
'''
27
- {{< /card >}}
28
28
29
- {{< card >}}
29
+ [[ item]]
30
+ type = 'card'
30
31
title = 'For Organization'
31
32
link = '/community'
32
33
body = '''
33
34
Calendar, forum, and other services for organizing the community.
34
35
'''
35
- {{< /card >}}
36
36
37
- {{< card >}}
37
+ [[ item]]
38
+ type = 'card'
38
39
title = 'For Insight'
39
40
link = '/analytics'
40
41
body = '''
41
42
Through analytics, to better understand project development and community health.
42
43
'''
43
- {{< /card >}}
44
44
45
- {{< card >}}
45
+ [[ item]]
46
+ type = 'card'
46
47
title = 'For GitHub'
47
48
link = '/actions'
48
49
body = '''
49
50
GitHub Actions for automating various aspects of project development.
50
51
'''
51
- {{< /card >}}
52
52
53
- {{< /grid >}}
53
+ {{< /grid1 >}}
54
54
55
55
### New tools
56
56
Original file line number Diff line number Diff line change @@ -4,48 +4,48 @@ title: "GitHub Actions"
4
4
5
5
The following GitHub actions provide workflows that simplify various developer tasks.
6
6
7
- {{< grid columns="1 2 2 3" >}}
7
+ {{< grid1 columns="1 2 2 3" >}}
8
8
9
- {{< card >}}
9
+ [[ item]]
10
+ type = 'card'
10
11
header = '[ Upload Nightly Action] ( https://github.com/scientific-python/upload-nightly-action ) '
11
12
body = '''
12
13
Uploads nightly builds to the [ scientific-python conda channel] ( https://anaconda.org/scientific-python-nightly-wheels ) as described in [ SPEC4] ( https://scientific-python.org/specs/spec-0004/ ) .
13
14
'''
14
- {{< /card >}}
15
15
16
- {{< card >}}
16
+ [[ item]]
17
+ type = 'card'
17
18
header = '[ attach-next-milestone-action] ( https://github.com/scientific-python/attach-next-milestone-action ) '
18
19
body = '''
19
20
When a PR is merged, attach it to the next upcoming milestone.
20
21
'''
21
- {{< /card >}}
22
22
23
- {{< card >}}
23
+ [[ item]]
24
+ type = 'card'
24
25
header = '[ action-check-changelogfile] ( https://github.com/scientific-python/action-check-changelogfile ) '
25
26
body = '''
26
27
Ensure that added changelog entries conform to certain rules.
27
28
'''
28
- {{< /card >}}
29
29
30
- {{< card >}}
30
+ [[ item]]
31
+ type = 'card'
31
32
header = '[ action-towncrier-changelog] ( https://github.com/scientific-python/action-towncrier-changelog ) '
32
33
body = '''
33
34
Ensure that added changelog entries conform to certain rules.
34
35
'''
35
- {{< /card >}}
36
36
37
- {{< card >}}
37
+ [[ item]]
38
+ type = 'card'
38
39
header = '[ reverse-dependency-testing] ( https://github.com/scientific-python/reverse-dependency-testing ) '
39
40
body = '''
40
41
Query the conda-forge dependency tree and run test suites for packages that depend on your package.
41
42
'''
42
- {{< /card >}}
43
43
44
- {{< card >}}
44
+ [[ item]]
45
+ type = 'card'
45
46
header = '[ sync-teams-action] ( https://github.com/scientific-python/sync-teams-action ) '
46
47
body = '''
47
48
Manage teams and team membership for the Scientific Python GitHub organization.
48
49
'''
49
- {{< /card >}}
50
50
51
- {{< /grid >}}
51
+ {{< /grid1 >}}
Original file line number Diff line number Diff line change 2
2
title : " Analytics"
3
3
---
4
4
5
- {{< grid columns="1 2 2 2" >}}
5
+ {{< grid1 columns="1 2 2 2" >}}
6
6
7
- {{< card >}}
7
+ [[ item]]
8
+ type = 'card'
8
9
header = '[ devstats] ( https://github.com/scientific-python/devstats ) '
9
10
body = '''
10
11
Generate developer statistics for a specified project.
11
12
'''
12
- {{< /card >}}
13
13
14
- {{< card >}}
14
+ [[ item]]
15
+ type = 'card'
15
16
header = '[ views.scientific-python.org] ( https://views.scientific-python.org ) '
16
17
body = '''
17
18
A hosted plausible instance where library authors can track website visits.
18
19
You can [ enable this service] ( https://pydata-sphinx-theme.readthedocs.io/en/latest/user_guide/analytics.html#analytics-and-usage-services )
19
20
in your pydata-sphinx-theme settings.
20
21
'''
21
- {{< /card >}}
22
22
23
- {{< /grid >}}
23
+ {{< /grid1 >}}
Original file line number Diff line number Diff line change 2
2
title : " Community & organization"
3
3
---
4
4
5
- {{< grid columns="1 2 2 3" >}}
5
+ {{< grid1 columns="1 2 2 3" >}}
6
6
7
- {{< card >}}
7
+ [[ item]]
8
+ type = 'card'
8
9
header = '[ yaml2ics] ( https://github.com/scientific-python/yaml2ics ) '
9
10
body = '''
10
11
Convert plain-text descriptions of calendar events into ICS files that can be loaded into Google Calendar etc.
11
12
Used to host the Scientific Python [ community calendars] ( https://scientific-python.org/calendar ) .
12
13
'''
13
- {{< /card >}}
14
14
15
- {{< card >}}
15
+ [[ item]]
16
+ type = 'card'
16
17
header = '[ discuss.scientific-python.org] ( https://discuss.scientific-python.org ) '
17
18
body = '''
18
19
A Discourse discussion forum for the Scientific Python developer community.
19
20
Also see the [ Scientific Python blog] ( https://blog.scientific-python.org ) .
20
21
'''
21
- {{< /card >}}
22
22
23
- {{< card >}}
24
- header = '[ vault ] ( https://github.com/scientific-python/vault-template ) '
23
+ [[ item ]]
24
+ type = 'card '
25
25
body = '''
26
26
A GPG-based password vault. See also [ SPEC 6] ( https://github.com/scientific-python/specs/pull/168 ) .
27
27
'''
28
- {{< /card >}}
29
28
30
- {{< /grid >}}
29
+ {{< /grid1 >}}
Original file line number Diff line number Diff line change @@ -5,43 +5,43 @@ title: "Developer Utilities"
5
5
The following Python packages provide functionality widely usable by packages across the ecosystem.
6
6
Also see to the [ Scientific Python Developer Guide] ( https://learn.scientific-python.org/development/ ) .
7
7
8
- {{< grid columns="1 2 2 3" >}}
8
+ {{< grid1 columns="1 2 2 3" >}}
9
9
10
- {{< card >}}
10
+ [[ item]]
11
+ type = 'card'
11
12
header = '[ lazy_loader] ( https://github.com/scientific-python/lazy_loader/ ) '
12
13
body = '''
13
14
Implements lazy loading as described in [ SPEC1] ( https://scientific-python.org/specs/spec-0001/ ) .
14
15
'''
15
- {{< /card >}}
16
16
17
- {{< card >}}
17
+ [[ item]]
18
+ type = 'card'
18
19
header = '[ spin] ( https://github.com/scientific-python/spin ) '
19
20
body = '''
20
21
** S** cientific ** P** ython ** D** eveloper ** I** ncantations: an extendible tool that
21
22
provides uniform aliases for build tasks across the ecosystem (` spin build ` , ` spin docs ` , etc.).
22
23
'''
23
- {{< /card >}}
24
24
25
- {{< card >}}
25
+ [[ item]]
26
+ type = 'card'
26
27
header = '[ pytest-doctestplus] ( https://github.com/scientific-python/pytest-doctestplus ) '
27
28
body = '''
28
29
A plugin for the pytest framework that provides advanced doctest
29
30
support and enables the testing of text file formats.
30
31
'''
31
- {{< /card >}}
32
32
33
- {{< card >}}
33
+ [[ item]]
34
+ type = 'card'
34
35
header = '[ repo-review] ( https://github.com/scientific-python/repo-review ) '
35
36
body = '''
36
37
A framework for building checks designed to check to see if a repository follows guideline.
37
38
A framework for building check'''
38
- {{< /card >}}
39
39
40
- {{< card >}}
40
+ [[ item]]
41
+ type = 'card'
41
42
header = '[ changelist] ( https://github.com/scientific-python/changelist/ ) '
42
43
body = '''
43
44
A tool for automating release notes.
44
45
'''
45
- {{< /card >}}
46
46
47
- {{< /grid >}}
47
+ {{< /grid1 >}}
You can’t perform that action at this time.
0 commit comments