Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
branch: main
cname: numpy.org
repo: numpy/numpy.github.com
hugoVersion: extended_0.104.3
hugoVersion: extended_0.114.1
2 changes: 1 addition & 1 deletion config.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ languages:
contentDir: content/en
< content/en/config.yaml >
< content/en/tabcontents.yaml >

# Portuguese
pt:
title: NumPy
Expand Down
98 changes: 49 additions & 49 deletions content/en/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ params:
text: The core of NumPy is well-optimized C code. Enjoy the flexibility of Python with the speed of compiled code.
- title: Easy to use
text: NumPy's high level syntax makes it accessible and productive for programmers from any background or experience level.

tabs:
title: ECOSYSTEM
section5: false

section5: false

navbar:
navbar:
- title: Install
url: /install
- title: Documentation
Expand All @@ -84,50 +84,50 @@ navbar:
url: /news
- title: Contribute
url: /contribute
footer:
logo: logo.svg
socialmediatitle: ""
socialmedia:
- link: https://github.com/numpy/numpy
icon: github
- link: https://www.youtube.com/channel/UCguIL9NZ7ybWK5WQ53qbHng
icon: youtube
- link: https://twitter.com/numpy_team
icon: twitter
quicklinks:
column1:
title: ""
links:
- text: Install
link: /install
- text: Documentation
link: https://numpy.org/doc/stable
- text: Learn
link: /learn
- text: Citing Numpy
link: /citing-numpy
- text: Roadmap
link: https://numpy.org/neps/roadmap.html
column2:
links:
- text: About us
link: /about
- text: Community
link: /community
- text: User surveys
link: /user-surveys
- text: Contribute
link: /contribute
- text: Code of conduct
link: /code-of-conduct
column3:
links:
- text: Get help
link: /gethelp
- text: Terms of use
link: /terms
- text: Privacy
link: /privacy
- text: Press kit
link: /press-kit

footer:
logo: logo.svg
socialmediatitle: ""
socialmedia:
- link: https://github.com/numpy/numpy
icon: github
- link: https://www.youtube.com/channel/UCguIL9NZ7ybWK5WQ53qbHng
icon: youtube
- link: https://twitter.com/numpy_team
icon: twitter
quicklinks:
column1:
title: ""
links:
- text: Install
link: /install
- text: Documentation
link: https://numpy.org/doc/stable
- text: Learn
link: /learn
- text: Citing Numpy
link: /citing-numpy
- text: Roadmap
link: https://numpy.org/neps/roadmap.html
column2:
links:
- text: About us
link: /about
- text: Community
link: /community
- text: User surveys
link: /user-surveys
- text: Contribute
link: /contribute
- text: Code of conduct
link: /code-of-conduct
column3:
links:
- text: Get help
link: /gethelp
- text: Terms of use
link: /terms
- text: Privacy
link: /privacy
- text: Press kit
link: /press-kit
Loading