File tree Expand file tree Collapse file tree 7 files changed +711
-708
lines changed Expand file tree Collapse file tree 7 files changed +711
-708
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ languages:
29
29
contentDir: content/en
30
30
< content/en/config.yaml >
31
31
< content/en/tabcontents.yaml >
32
-
32
+
33
33
# Portuguese
34
34
pt:
35
35
title: NumPy
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