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
* Remove translations
* Move from content/en to content
* Add site title correctly to config
* Update theme
Co-authored-by: Jarrod Millman <jarrod.millman@gmail.com>
description: Community developed and owned ecosystem for scientific computing
14
+
13
15
images:
14
16
- /images/logo.svg
17
+
15
18
plausible:
16
19
dataDomain: scientific-python.org
20
+
17
21
post_meta:
18
22
- author
19
23
- date
24
+
20
25
style:
21
26
vars:
22
27
highlightColor: '#004811'
23
28
menuHighlightColor: '#5ca038'
24
29
25
-
languages:
26
-
en:
27
-
title: Scientific Python
28
-
contentDir: content/en
30
+
navbarlogo:
31
+
image: logo.svg
32
+
altText: A green tree on a white hill at the end of a green path in the shape of the letter 'S'.
33
+
text: Scientific Python
34
+
link: /
35
+
36
+
navbar:
37
+
- title: Ecosystem
38
+
url: /ecosystem/
39
+
- title: Community
40
+
url: /community/
41
+
- title: Forum
42
+
url: https://discuss.scientific-python.org
29
43
30
-
languageName: English
31
-
params:
32
-
navbarlogo:
33
-
image: logo.svg
34
-
altText: A green tree on a white hill at the end of a green path in the shape of the letter 'S'.
35
-
text: Scientific Python
36
-
link: /
37
-
navbar:
38
-
- title: Ecosystem
39
-
url: /ecosystem/
40
-
- title: Community
41
-
url: /community/
42
-
- title: Forum
43
-
url: https://discuss.scientific-python.org
44
+
hero:
45
+
# Main hero title
46
+
title: Scientific Python
47
+
# Hero subtitle (optional)
48
+
subtitle: Community developed, community owned
49
+
# Button text
50
+
buttontext: Get started
51
+
# Where the main hero button links to
52
+
buttonlink: /ecosystem/
53
+
# Hero image (from static/images/___)
54
+
image: logo.svg
44
55
45
-
hero:
46
-
# Main hero title
47
-
title: Scientific Python
48
-
# Hero subtitle (optional)
49
-
subtitle: Community developed, community owned
50
-
# Button text
51
-
buttontext: Get started
52
-
# Where the main hero button links to
53
-
buttonlink: /ecosystem/
54
-
# Hero image (from static/images/___)
55
-
image: logo.svg
56
+
keyfeatures:
57
+
features:
58
+
- title: Built on Python
59
+
text: Python is a powerful, general-purpose programming language. The scientific Python ecosystem provides the tools that make Python the premier language for scientific computing.
60
+
- title: Open source
61
+
text: Distributed under unrestrictive open source licenses, projects are developed and maintained publicly and accessible to all.
62
+
- title: Community-driven
63
+
text: Projects are developed by open communities composed primarily of the users of the software.
64
+
- title: Extensive and high quality
65
+
text: The scientific Python ecosystem comprises performant, well-tested libraries providing tools for computing across all scientific domains.
66
+
- title: Broadly applicable
67
+
text: The ecosystem is widely used in scientific research and teaching.
68
+
- title: Coordinated, readable, reproducible
69
+
text: Projects in the ecosystem are completely interoperable, providing the basis for readable, reproducible scientific computation.
56
70
57
-
keyfeatures:
58
-
features:
59
-
- title: Built on Python
60
-
text: Python is a powerful, general-purpose programming language. The scientific Python ecosystem provides the tools that make Python the premier language for scientific computing.
61
-
- title: Open source
62
-
text: Distributed under unrestrictive open source licenses, projects are developed and maintained publicly and accessible to all.
63
-
- title: Community-driven
64
-
text: Projects are developed by open communities composed primarily of the users of the software.
65
-
- title: Extensive and high quality
66
-
text: The scientific Python ecosystem comprises performant, well-tested libraries providing tools for computing across all scientific domains.
67
-
- title: Broadly applicable
68
-
text: The ecosystem is widely used in scientific research and teaching.
69
-
- title: Coordinated, readable, reproducible
70
-
text: Projects in the ecosystem are completely interoperable, providing the basis for readable, reproducible scientific computation.
0 commit comments