|
1 |
| -baseURL: https://scipy.scientific-python.org/ |
| 1 | +baseURL: https://scipy.org/ |
2 | 2 | languageCode: en-us
|
3 | 3 | theme: scientific-python-hugo-theme
|
4 |
| -disableKinds: ["taxonomy", "term"] |
| 4 | +disableKinds: |
| 5 | +- taxonomy |
| 6 | +- term |
5 | 7 | DefaultContentLanguage: en
|
6 | 8 | markup:
|
7 | 9 | goldmark:
|
8 | 10 | renderer:
|
9 | 11 | unsafe: true
|
10 |
| - |
11 |
| -# Uncomment this to disable the translations for the specified languages. |
12 |
| -# This may be useful to be able to merge partial translations without deploying |
13 |
| -# them to scipy.org immediately. |
14 |
| -# disableLanguages: ["pt", "ja"] |
15 |
| - |
| 12 | +disableLanguages: [] |
16 | 13 | params:
|
17 | 14 | images:
|
18 |
| - - /images/logo.svg |
| 15 | + - /images/logo.svg |
19 | 16 | navColor: blue
|
20 | 17 | font:
|
21 |
| - name: "Lato" |
22 |
| - sizes: [400, 900] |
| 18 | + name: Lato |
| 19 | + sizes: |
| 20 | + - 400 |
| 21 | + - 900 |
23 | 22 | plausible:
|
24 | 23 | dataDomain: scipy.org
|
25 |
| - |
26 | 24 | languages:
|
27 | 25 | en:
|
28 | 26 | title: SciPy
|
29 | 27 | weight: 1
|
30 | 28 | contentDir: content/en
|
31 |
| - |
32 | 29 | languageName: English
|
33 | 30 | params:
|
34 |
| - description: Why SciPy? Fundamental algorithms. Broadly applicable. Foundational. Interoperable. Performant. Open source. |
| 31 | + description: Why SciPy? Fundamental algorithms. Broadly applicable. Foundational. |
| 32 | + Interoperable. Performant. Open source. |
35 | 33 | navbarlogo:
|
36 | 34 | image: logo.svg
|
37 | 35 | altText: A blue circle with a snake in the shape of the letter 'S'.
|
38 | 36 | text: SciPy
|
39 | 37 | link: /
|
40 | 38 | hero:
|
41 |
| - # Main hero title |
42 | 39 | title: SciPy
|
43 |
| - # Hero subtitle (optional) |
44 | 40 | subtitle: Fundamental algorithms for scientific computing in Python
|
45 |
| - # Button text |
46 | 41 | buttontext: Get started
|
47 |
| - # Where the main hero button links to |
48 |
| - buttonlink: "/install" |
49 |
| - # Hero image (from static/images/___) |
| 42 | + buttonlink: /install |
50 | 43 | image: logo.svg
|
51 |
| - |
52 | 44 | section5: false
|
53 |
| - |
54 | 45 | navbar:
|
55 |
| - - title: Install |
56 |
| - url: /install |
57 |
| - - title: Documentation |
58 |
| - url: https://docs.scipy.org/doc/scipy/ |
59 |
| - - title: Community |
60 |
| - url: /community |
61 |
| - - title: About Us |
62 |
| - url: /about |
63 |
| - - title: Contribute |
64 |
| - url: /contribute |
| 46 | + - title: Install |
| 47 | + url: /install |
| 48 | + - title: Documentation |
| 49 | + url: https://docs.scipy.org/doc/scipy/ |
| 50 | + - title: Community |
| 51 | + url: /community |
| 52 | + - title: About Us |
| 53 | + url: /about |
| 54 | + - title: Contribute |
| 55 | + url: /contribute |
65 | 56 | footer:
|
66 | 57 | logo: logo.svg
|
67 |
| - socialmediatitle: "" |
| 58 | + socialmediatitle: '' |
68 | 59 | socialmedia:
|
69 |
| - - link: https://github.com/scipy/scipy |
70 |
| - icon: github |
71 |
| - - link: https://discuss.scientific-python.org/c/contributor/scipy/ |
72 |
| - icon: scientific-python |
| 60 | + - link: https://github.com/scipy/scipy |
| 61 | + icon: github |
| 62 | + - link: https://discuss.scientific-python.org/c/contributor/scipy/ |
| 63 | + icon: scientific-python |
73 | 64 | quicklinks:
|
74 | 65 | column1:
|
75 |
| - title: "" |
| 66 | + title: '' |
76 | 67 | links:
|
77 |
| - - text: Install |
78 |
| - link: /install |
79 |
| - - text: Documentation |
80 |
| - link: https://docs.scipy.org/doc/scipy/ |
81 |
| - - text: Citing SciPy |
82 |
| - link: /citing-scipy |
83 |
| - - text: Roadmap |
84 |
| - link: https://scipy.github.io/devdocs/dev/roadmap.html |
| 68 | + - text: Install |
| 69 | + link: /install |
| 70 | + - text: Documentation |
| 71 | + link: https://docs.scipy.org/doc/scipy/ |
| 72 | + - text: Citing SciPy |
| 73 | + link: /citing-scipy |
| 74 | + - text: Roadmap |
| 75 | + link: https://scipy.github.io/devdocs/dev/roadmap.html |
85 | 76 | column2:
|
86 | 77 | links:
|
87 |
| - - text: About Us |
88 |
| - link: /about |
89 |
| - - text: Community |
90 |
| - link: /community |
91 |
| - - text: SciPy Conference |
92 |
| - link: https://conference.scipy.org/ |
93 |
| - - text: Contribute |
94 |
| - link: /contribute |
95 |
| - - text: Code of Conduct |
96 |
| - link: https://docs.scipy.org/doc/scipy/dev/conduct/code_of_conduct.html |
| 78 | + - text: About Us |
| 79 | + link: /about |
| 80 | + - text: Community |
| 81 | + link: /community |
| 82 | + - text: SciPy Conference |
| 83 | + link: https://conference.scipy.org/ |
| 84 | + - text: Contribute |
| 85 | + link: /contribute |
| 86 | + - text: Code of Conduct |
| 87 | + link: https://docs.scipy.org/doc/scipy/dev/conduct/code_of_conduct.html |
97 | 88 | column3:
|
98 | 89 | links:
|
99 |
| - - text: FAQ |
100 |
| - link: /faq |
101 |
| - - text: Terms of Use |
102 |
| - link: /terms |
103 |
| - - text: Privacy |
104 |
| - link: /privacy |
105 |
| - - text: Press Kit |
106 |
| - link: /press-kit |
107 |
| - - text: Social Media |
108 |
| - link: /about/#social-media |
| 90 | + - text: FAQ |
| 91 | + link: /faq |
| 92 | + - text: Terms of Use |
| 93 | + link: /terms |
| 94 | + - text: Privacy |
| 95 | + link: /privacy |
| 96 | + - text: Press Kit |
| 97 | + link: /press-kit |
| 98 | + - text: Social Media |
| 99 | + link: /about/#social-media |
| 100 | + pt: |
| 101 | + title: SciPy |
| 102 | + weight: 2 |
| 103 | + contentDir: content/pt |
| 104 | + languageName: "Portugu\xEAs" |
| 105 | + params: |
| 106 | + description: Por que SciPy? Algoritmos fundamentais. Broadly applicable. Foundational. |
| 107 | + Interoperable. Performant. Open source. |
| 108 | + navbarlogo: |
| 109 | + image: logo.svg |
| 110 | + altText: A blue circle with a snake in the shape of the letter 'S'. |
| 111 | + text: SciPy |
| 112 | + link: /pt/ |
| 113 | + hero: |
| 114 | + title: SciPy |
| 115 | + subtitle: Fundamental algorithms for scientific computing in Python |
| 116 | + buttontext: Get started |
| 117 | + buttonlink: /pt/install |
| 118 | + image: logo.svg |
| 119 | + section5: false |
| 120 | + navbar: |
| 121 | + - title: Install |
| 122 | + url: /pt/install |
| 123 | + - title: Documentation |
| 124 | + url: https://docs.scipy.org/doc/scipy/ |
| 125 | + - title: Community |
| 126 | + url: /pt/community |
| 127 | + - title: About Us |
| 128 | + url: /pt/about |
| 129 | + - title: Contribute |
| 130 | + url: /pt/contribute |
| 131 | + footer: |
| 132 | + logo: logo.svg |
| 133 | + socialmediatitle: '' |
| 134 | + socialmedia: |
| 135 | + - link: https://github.com/scipy/scipy |
| 136 | + icon: github |
| 137 | + - link: https://discuss.scientific-python.org/c/contributor/scipy/ |
| 138 | + icon: scientific-python |
| 139 | + quicklinks: |
| 140 | + column1: |
| 141 | + title: '' |
| 142 | + links: |
| 143 | + - text: Install |
| 144 | + link: /pt/install |
| 145 | + - text: Documentation |
| 146 | + link: https://docs.scipy.org/doc/scipy/ |
| 147 | + - text: Citing SciPy |
| 148 | + link: /pt/citing-scipy |
| 149 | + - text: Roadmap |
| 150 | + link: https://scipy.github.io/devdocs/dev/roadmap.html |
| 151 | + column2: |
| 152 | + links: |
| 153 | + - text: About Us |
| 154 | + link: /pt/about |
| 155 | + - text: Community |
| 156 | + link: /pt/community |
| 157 | + - text: SciPy Conference |
| 158 | + link: https://conference.scipy.org/ |
| 159 | + - text: Contribute |
| 160 | + link: /pt/contribute |
| 161 | + - text: Code of Conduct |
| 162 | + link: https://docs.scipy.org/doc/scipy/dev/conduct/code_of_conduct.html |
| 163 | + column3: |
| 164 | + links: |
| 165 | + - text: FAQ |
| 166 | + link: /pt/faq |
| 167 | + - text: Terms of Use |
| 168 | + link: /pt/terms |
| 169 | + - text: Privacy |
| 170 | + link: /pt/privacy |
| 171 | + - text: Press Kit |
| 172 | + link: /pt/press-kit |
| 173 | + - text: Social Media |
| 174 | + link: /pt/about/#social-media |
0 commit comments