File tree Expand file tree Collapse file tree 8 files changed +126
-89
lines changed Expand file tree Collapse file tree 8 files changed +126
-89
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ SciPyは、いつまでも 100% オープンソースのソフトウェアであ
87
87
SciPy 開発チームは、経済的支援、サービス、または開発インフラを提供してくださっている以下の企業や組織に感謝を申し上げます。
88
88
89
89
- [ JetBrains] ( https://jb.gg/OpenSourceSupport ) : すべての活動中のメンテナに対するすべての製品のライセンス付与
90
- - Tidelift:
90
+ - [ Tidelift] ( https://tidelift.com/subscription/pkg/pypi-scipy?utm_source=pypi-scipy&utm_medium=referral&utm_campaign=readme ) :
91
91
Tideliftのオープンソースサブスクリプションを通じたSciPyへの経済的支援
92
92
- [ CircleCI] ( https://circleci.com ) : CIサービスのクレジット付与
93
93
- [ TravisCI] ( https://travis-ci.com ) : CIサービスのクレジット付与
@@ -101,7 +101,7 @@ SciPy 開発チームは、経済的支援、サービス、または開発イ
101
101
- [ BYU] ( https://www.byu.edu ) : SciPyの開発中のTravisOliphantの雇用
102
102
- [ Mayo Clinic] ( https://www.mayoclinic.org ) : SciPy開発中のTravis Oliphantの雇用
103
103
104
- \ _ このリストはサポート開始の次期順に並べられており、
104
+ _ このリストはサポート開始の次期順に並べられており、
105
105
最後に更新されたのは2022年1月です。
106
106
107
107
<a name =" social-media " ></a >
Original file line number Diff line number Diff line change 1
- languageName : Japanese
1
+ languageName : English
2
2
params :
3
3
description : Why SciPy? Fundamental algorithms. Broadly applicable. Foundational. Interoperable. Performant. Open source.
4
4
navbarlogo :
5
5
image : logo.svg
6
6
altText : A blue circle with a snake in the shape of the letter 'S'.
7
7
text : SciPy
8
- link : /ja/
8
+ link : /
9
9
hero :
10
10
# Main hero title
11
11
title : SciPy
@@ -14,23 +14,23 @@ params:
14
14
# Button text
15
15
buttontext : Get started
16
16
# Where the main hero button links to
17
- buttonlink : " /ja/ install"
17
+ buttonlink : " /install"
18
18
# Hero image (from static/images/___)
19
19
image : logo.svg
20
20
21
21
section5 : false
22
22
23
23
navbar :
24
24
- title : Install
25
- url : /ja/ install
25
+ url : /install
26
26
- title : Documentation
27
27
url : https://docs.scipy.org/doc/scipy/
28
28
- title : Community
29
- url : /ja/ community
29
+ url : /community
30
30
- title : About Us
31
- url : /ja/ about
31
+ url : /about
32
32
- title : Contribute
33
- url : /ja/ contribute
33
+ url : /contribute
34
34
footer :
35
35
logo : logo.svg
36
36
socialmediatitle : " "
@@ -44,34 +44,34 @@ params:
44
44
title : " "
45
45
links :
46
46
- text : Install
47
- link : /ja/ install
47
+ link : /install
48
48
- text : Documentation
49
49
link : https://docs.scipy.org/doc/scipy/
50
50
- text : Citing SciPy
51
- link : /ja/ citing-scipy
51
+ link : /citing-scipy
52
52
- text : Roadmap
53
53
link : https://scipy.github.io/devdocs/dev/roadmap.html
54
54
column2 :
55
55
links :
56
56
- text : About Us
57
- link : /ja/ about
57
+ link : /about
58
58
- text : Community
59
- link : /ja/ community
59
+ link : /community
60
60
- text : SciPy Conference
61
61
link : https://conference.scipy.org/
62
62
- text : Contribute
63
- link : /ja/ contribute
63
+ link : /contribute
64
64
- text : Code of Conduct
65
65
link : https://docs.scipy.org/doc/scipy/dev/conduct/code_of_conduct.html
66
66
column3 :
67
67
links :
68
68
- text : FAQ
69
- link : /ja/ faq
69
+ link : /faq
70
70
- text : Terms of Use
71
- link : /ja/ terms
71
+ link : /terms
72
72
- text : Privacy
73
- link : /ja/ privacy
73
+ link : /privacy
74
74
- text : Press Kit
75
- link : /ja/ press-kit
75
+ link : /press-kit
76
76
- text : Social Media
77
- link : /ja/ about/#social-media
77
+ link : /about/#social-media
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ SciPyの [ユーザガイド](https://docs.scipy.org/doc/scipy/tutorial/index.ht
37
37
38
38
### イシューのトリアージ
39
39
40
- [ SciPyのイシュートラッカー] ( https://github.com/scipy/scipy/issues ) には、未解決の課題が * 大量 * に残っています 。 いくつかの課題はすでに解決されていたり、いくつかは優先順位付けが必要で、
40
+ [ SciPyのイシュートラッカー] ( https://github.com/scipy/scipy/issues ) には、未解決の課題が _ 大量_に残っています 。 いくつかの課題はすでに解決されていたり、いくつかは優先順位付けが必要で、
41
41
いくつかは、SciPyの初心者が取り組むのに良い課題でしょう。 例えば、
42
42
43
43
- 古くのバグが最新のコードでも存在しているか確認する
You can’t perform that action at this time.
0 commit comments