File tree Expand file tree Collapse file tree 10 files changed +883
-855
lines changed Expand file tree Collapse file tree 10 files changed +883
-855
lines changed Original file line number Diff line number Diff line change 25
25
branch : main
26
26
cname : numpy.org
27
27
repo : numpy/numpy.github.com
28
- hugoVersion : extended_0.104.3
28
+ hugoVersion : extended_0.115.4
Original file line number Diff line number Diff line change @@ -27,21 +27,24 @@ languages:
27
27
title: NumPy
28
28
weight: 1
29
29
contentDir: content/en
30
- < content/en/config.yaml >
31
- < content/en/tabcontents.yaml >
32
-
30
+ include-files:
31
+ - content/en/config.yaml
32
+ - content/en/tabcontents.yaml
33
+
33
34
# Portuguese
34
35
pt:
35
36
title: NumPy
36
37
weight: 2
37
38
contentDir: content/pt
38
- < content/pt/config.yaml >
39
- < content/pt/tabcontents.yaml >
39
+ include-files:
40
+ - content/pt/config.yaml
41
+ - content/pt/tabcontents.yaml
40
42
41
43
# Japanese
42
44
ja:
43
45
title: NumPy
44
46
weight: 3
45
47
contentDir: content/ja
46
- < content/ja/config.yaml >
47
- < content/ja/tabcontents.yaml >
48
+ include-files:
49
+ - content/ja/config.yaml
50
+ - content/ja/tabcontents.yaml
Original file line number Diff line number Diff line change @@ -63,13 +63,13 @@ params:
63
63
text : The core of NumPy is well-optimized C code. Enjoy the flexibility of Python with the speed of compiled code.
64
64
- title : Easy to use
65
65
text : NumPy's high level syntax makes it accessible and productive for programmers from any background or experience level.
66
-
66
+
67
67
tabs :
68
68
title : ECOSYSTEM
69
- section5 : false
70
69
70
+ section5 : false
71
71
72
- navbar :
72
+ navbar :
73
73
- title : Install
74
74
url : /install
75
75
- title : Documentation
@@ -84,50 +84,50 @@ navbar:
84
84
url : /news
85
85
- title : Contribute
86
86
url : /contribute
87
- footer :
88
- logo : logo.svg
89
- socialmediatitle : " "
90
- socialmedia :
91
- - link : https://github.com/numpy/numpy
92
- icon : github
93
- - link : https://www.youtube.com/channel/UCguIL9NZ7ybWK5WQ53qbHng
94
- icon : youtube
95
- - link : https://twitter.com/numpy_team
96
- icon : twitter
97
- quicklinks :
98
- column1 :
99
- title : " "
100
- links :
101
- - text : Install
102
- link : /install
103
- - text : Documentation
104
- link : https://numpy.org/doc/stable
105
- - text : Learn
106
- link : /learn
107
- - text : Citing Numpy
108
- link : /citing-numpy
109
- - text : Roadmap
110
- link : https://numpy.org/neps/roadmap.html
111
- column2 :
112
- links :
113
- - text : About us
114
- link : /about
115
- - text : Community
116
- link : /community
117
- - text : User surveys
118
- link : /user-surveys
119
- - text : Contribute
120
- link : /contribute
121
- - text : Code of conduct
122
- link : /code-of-conduct
123
- column3 :
124
- links :
125
- - text : Get help
126
- link : /gethelp
127
- - text : Terms of use
128
- link : /terms
129
- - text : Privacy
130
- link : /privacy
131
- - text : Press kit
132
- link : /press-kit
133
87
88
+ footer :
89
+ logo : logo.svg
90
+ socialmediatitle : " "
91
+ socialmedia :
92
+ - link : https://github.com/numpy/numpy
93
+ icon : github
94
+ - link : https://www.youtube.com/channel/UCguIL9NZ7ybWK5WQ53qbHng
95
+ icon : youtube
96
+ - link : https://twitter.com/numpy_team
97
+ icon : twitter
98
+ quicklinks :
99
+ column1 :
100
+ title : " "
101
+ links :
102
+ - text : Install
103
+ link : /install
104
+ - text : Documentation
105
+ link : https://numpy.org/doc/stable
106
+ - text : Learn
107
+ link : /learn
108
+ - text : Citing Numpy
109
+ link : /citing-numpy
110
+ - text : Roadmap
111
+ link : https://numpy.org/neps/roadmap.html
112
+ column2 :
113
+ links :
114
+ - text : About us
115
+ link : /about
116
+ - text : Community
117
+ link : /community
118
+ - text : User surveys
119
+ link : /user-surveys
120
+ - text : Contribute
121
+ link : /contribute
122
+ - text : Code of conduct
123
+ link : /code-of-conduct
124
+ column3 :
125
+ links :
126
+ - text : Get help
127
+ link : /gethelp
128
+ - text : Terms of use
129
+ link : /terms
130
+ - text : Privacy
131
+ link : /privacy
132
+ - text : Press kit
133
+ link : /press-kit
You can’t perform that action at this time.
0 commit comments