Skip to content

Commit 4050ee7

Browse files
committed
Add config files for es and ja
1 parent 821e2d6 commit 4050ee7

File tree

2 files changed

+154
-0
lines changed

2 files changed

+154
-0
lines changed

content/es/config.yaml

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
languageName: Español
2+
params:
3+
description: Why SciPy? Fundamental algorithms. Broadly applicable. Foundational. Interoperable. Performant. Open source.
4+
navbarlogo:
5+
image: logo.svg
6+
altText: A blue circle with a snake in the shape of the letter 'S'.
7+
text: SciPy
8+
link: /es/
9+
hero:
10+
# Main hero title
11+
title: SciPy
12+
# Hero subtitle (optional)
13+
subtitle: Fundamental algorithms for scientific computing in Python
14+
# Button text
15+
buttontext: Get started
16+
# Where the main hero button links to
17+
buttonlink: "/es/install"
18+
# Hero image (from static/images/___)
19+
image: logo.svg
20+
21+
section5: false
22+
23+
navbar:
24+
- title: Install
25+
url: /es/install
26+
- title: Documentation
27+
url: https://docs.scipy.org/doc/scipy/
28+
- title: Community
29+
url: /es/community
30+
- title: About Us
31+
url: /es/about
32+
- title: Contribute
33+
url: /es/contribute
34+
footer:
35+
logo: logo.svg
36+
socialmediatitle: ""
37+
socialmedia:
38+
- link: https://github.com/scipy/scipy
39+
icon: github
40+
- link: https://discuss.scientific-python.org/c/contributor/scipy/
41+
icon: scientific-python
42+
quicklinks:
43+
column1:
44+
title: ""
45+
links:
46+
- text: Install
47+
link: /es/install
48+
- text: Documentation
49+
link: https://docs.scipy.org/doc/scipy/
50+
- text: Citing SciPy
51+
link: /es/citing-scipy
52+
- text: Roadmap
53+
link: https://scipy.github.io/devdocs/dev/roadmap.html
54+
column2:
55+
links:
56+
- text: About Us
57+
link: /es/about
58+
- text: Community
59+
link: /es/community
60+
- text: SciPy Conference
61+
link: https://conference.scipy.org/
62+
- text: Contribute
63+
link: /es/contribute
64+
- text: Code of Conduct
65+
link: https://docs.scipy.org/doc/scipy/dev/conduct/code_of_conduct.html
66+
column3:
67+
links:
68+
- text: FAQ
69+
link: /es/faq
70+
- text: Terms of Use
71+
link: /es/terms
72+
- text: Privacy
73+
link: /es/privacy
74+
- text: Press Kit
75+
link: /es/press-kit
76+
- text: Social Media
77+
link: /es/about/#social-media

content/ja/config.yaml

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
languageName: Japanese
2+
params:
3+
description: Why SciPy? Fundamental algorithms. Broadly applicable. Foundational. Interoperable. Performant. Open source.
4+
navbarlogo:
5+
image: logo.svg
6+
altText: A blue circle with a snake in the shape of the letter 'S'.
7+
text: SciPy
8+
link: /ja/
9+
hero:
10+
# Main hero title
11+
title: SciPy
12+
# Hero subtitle (optional)
13+
subtitle: Fundamental algorithms for scientific computing in Python
14+
# Button text
15+
buttontext: Get started
16+
# Where the main hero button links to
17+
buttonlink: "/ja/install"
18+
# Hero image (from static/images/___)
19+
image: logo.svg
20+
21+
section5: false
22+
23+
navbar:
24+
- title: Install
25+
url: /ja/install
26+
- title: Documentation
27+
url: https://docs.scipy.org/doc/scipy/
28+
- title: Community
29+
url: /ja/community
30+
- title: About Us
31+
url: /ja/about
32+
- title: Contribute
33+
url: /ja/contribute
34+
footer:
35+
logo: logo.svg
36+
socialmediatitle: ""
37+
socialmedia:
38+
- link: https://github.com/scipy/scipy
39+
icon: github
40+
- link: https://discuss.scientific-python.org/c/contributor/scipy/
41+
icon: scientific-python
42+
quicklinks:
43+
column1:
44+
title: ""
45+
links:
46+
- text: Install
47+
link: /ja/install
48+
- text: Documentation
49+
link: https://docs.scipy.org/doc/scipy/
50+
- text: Citing SciPy
51+
link: /ja/citing-scipy
52+
- text: Roadmap
53+
link: https://scipy.github.io/devdocs/dev/roadmap.html
54+
column2:
55+
links:
56+
- text: About Us
57+
link: /ja/about
58+
- text: Community
59+
link: /ja/community
60+
- text: SciPy Conference
61+
link: https://conference.scipy.org/
62+
- text: Contribute
63+
link: /ja/contribute
64+
- text: Code of Conduct
65+
link: https://docs.scipy.org/doc/scipy/dev/conduct/code_of_conduct.html
66+
column3:
67+
links:
68+
- text: FAQ
69+
link: /ja/faq
70+
- text: Terms of Use
71+
link: /ja/terms
72+
- text: Privacy
73+
link: /ja/privacy
74+
- text: Press Kit
75+
link: /ja/press-kit
76+
- text: Social Media
77+
link: /ja/about/#social-media

0 commit comments

Comments
 (0)