File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 749
749
" code" ,
750
750
" review"
751
751
]
752
+ },
753
+ {
754
+ "login" : " tkoyama010" ,
755
+ "name" : " Tetsuo Koyama" ,
756
+ "avatar_url" : " https://avatars.githubusercontent.com/u/7513610?v=4" ,
757
+ "profile" : " https://github.com/tkoyama010" ,
758
+ "contributions" : [
759
+ " code" ,
760
+ " review"
761
+ ]
752
762
}
753
763
],
754
764
"contributorsPerLine" : 7 ,
Original file line number Diff line number Diff line change 37
37
)$
38
38
39
39
- repo : https://github.com/errata-ai/vale
40
- rev : v3.6 .0
40
+ rev : v3.7 .0
41
41
hooks :
42
42
- id : vale
43
43
Original file line number Diff line number Diff line change 1
1
# <img src =" https://www.pyopensci.org/images/logo.png " width =100 /> pyOpenSci scientific Python Packaging Guide
2
2
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3
- [ ![ All Contributors] ( https://img.shields.io/badge/all_contributors-73 -orange.svg?style=flat-square )] ( #contributors- )
3
+ [ ![ All Contributors] ( https://img.shields.io/badge/all_contributors-74 -orange.svg?style=flat-square )] ( #contributors- )
4
4
<!-- ALL-CONTRIBUTORS-BADGE:END -->
5
5
6
6
![ GitHub release (latest by date)] ( https://img.shields.io/github/v/release/pyopensci/python-package-guide?color=purple&display_name=tag&style=plastic )
@@ -168,6 +168,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
168
168
<td align="center" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/ncclementi/"><img src="https://avatars.githubusercontent.com/u/7526622?v=4?s=100" width="100px;" alt="Naty Clementi"/><br /><sub><b>Naty Clementi</b></sub></a><br /><a href="https://github.com/pyOpenSci/python-package-guide/commits?author=ncclementi" title="Code">💻</a> <a href="https://github.com/pyOpenSci/python-package-guide/pulls?q=is%3Apr+reviewed-by%3Ancclementi" title="Reviewed Pull Requests">👀</a></td>
169
169
<td align="center" valign="top" width="14.28%"><a href="https://github.com/John-Drake"><img src="https://avatars.githubusercontent.com/u/22374979?v=4?s=100" width="100px;" alt="John Drake"/><br /><sub><b>John Drake</b></sub></a><br /><a href="https://github.com/pyOpenSci/python-package-guide/commits?author=John-Drake" title="Code">💻</a> <a href="https://github.com/pyOpenSci/python-package-guide/pulls?q=is%3Apr+reviewed-by%3AJohn-Drake" title="Reviewed Pull Requests">👀</a></td>
170
170
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Revathyvenugopal162"><img src="https://avatars.githubusercontent.com/u/104772255?v=4?s=100" width="100px;" alt="Revathy Venugopal"/><br /><sub><b>Revathy Venugopal</b></sub></a><br /><a href="https://github.com/pyOpenSci/python-package-guide/commits?author=Revathyvenugopal162" title="Code">💻</a> <a href="https://github.com/pyOpenSci/python-package-guide/pulls?q=is%3Apr+reviewed-by%3ARevathyvenugopal162" title="Reviewed Pull Requests">👀</a></td>
171
+ <td align="center" valign="top" width="14.28%"><a href="https://github.com/tkoyama010"><img src="https://avatars.githubusercontent.com/u/7513610?v=4?s=100" width="100px;" alt="Tetsuo Koyama"/><br /><sub><b>Tetsuo Koyama</b></sub></a><br /><a href="https://github.com/pyOpenSci/python-package-guide/commits?author=tkoyama010" title="Code">💻</a> <a href="https://github.com/pyOpenSci/python-package-guide/pulls?q=is%3Apr+reviewed-by%3Atkoyama010" title="Reviewed Pull Requests">👀</a></td>
171
172
</tr>
172
173
</tbody >
173
174
</table >
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ LANGUAGES = ["es", "fr"]
65
65
```
66
66
67
67
``` {note}
68
- You can find a list of the two-letter ISO language codes [here](https://en.wikipedia .org/wiki/List_of_ISO_639_language_codes ).
68
+ You can find a list of the two-letter Sphinx language option [here](https://www.sphinx-doc .org/en/master/usage/configuration.html#confval-language ).
69
69
```
70
70
71
71
## Preparing the Translation Files
You can’t perform that action at this time.
0 commit comments