Skip to content

Commit 23fafd5

Browse files
authored
Merge branch 'main' into yardasol-packaging-documentaion-es
2 parents b6de699 + 18a59bb commit 23fafd5

30 files changed

+16363
-42
lines changed

.all-contributorsrc

Lines changed: 82 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,8 @@
620620
"profile": "http://flpm.dev",
621621
"contributions": [
622622
"review",
623-
"code"
623+
"code",
624+
"translation"
624625
]
625626
},
626627
{
@@ -679,6 +680,86 @@
679680
"contributions": [
680681
"review"
681682
]
683+
},
684+
{
685+
"login": "RobPasMue",
686+
"name": "Roberto Pastor Muela",
687+
"avatar_url": "https://avatars.githubusercontent.com/u/37798125?v=4",
688+
"profile": "http://robpasmue.github.io",
689+
"contributions": [
690+
"code",
691+
"review"
692+
]
693+
},
694+
{
695+
"login": "yardasol",
696+
"name": "Olek",
697+
"avatar_url": "https://avatars.githubusercontent.com/u/45364492?v=4",
698+
"profile": "https://github.com/yardasol",
699+
"contributions": [
700+
"code",
701+
"review"
702+
]
703+
},
704+
{
705+
"login": "ayhanxian",
706+
"name": "Han",
707+
"avatar_url": "https://avatars.githubusercontent.com/u/20816603?v=4",
708+
"profile": "https://github.com/ayhanxian",
709+
"contributions": [
710+
"code",
711+
"review"
712+
]
713+
},
714+
{
715+
"login": "hpodzorski-USGS",
716+
"name": "hpodzorski-USGS",
717+
"avatar_url": "https://avatars.githubusercontent.com/u/159824971?v=4",
718+
"profile": "https://github.com/hpodzorski-USGS",
719+
"contributions": [
720+
"code",
721+
"review"
722+
]
723+
},
724+
{
725+
"login": "ncclementi",
726+
"name": "Naty Clementi",
727+
"avatar_url": "https://avatars.githubusercontent.com/u/7526622?v=4",
728+
"profile": "https://www.linkedin.com/in/ncclementi/",
729+
"contributions": [
730+
"code",
731+
"review"
732+
]
733+
},
734+
{
735+
"login": "John-Drake",
736+
"name": "John Drake",
737+
"avatar_url": "https://avatars.githubusercontent.com/u/22374979?v=4",
738+
"profile": "https://github.com/John-Drake",
739+
"contributions": [
740+
"code",
741+
"review"
742+
]
743+
},
744+
{
745+
"login": "Revathyvenugopal162",
746+
"name": "Revathy Venugopal",
747+
"avatar_url": "https://avatars.githubusercontent.com/u/104772255?v=4",
748+
"profile": "https://github.com/Revathyvenugopal162",
749+
"contributions": [
750+
"code",
751+
"review"
752+
]
753+
},
754+
{
755+
"login": "tkoyama010",
756+
"name": "Tetsuo Koyama",
757+
"avatar_url": "https://avatars.githubusercontent.com/u/7513610?v=4",
758+
"profile": "https://github.com/tkoyama010",
759+
"contributions": [
760+
"code",
761+
"review"
762+
]
682763
}
683764
],
684765
"contributorsPerLine": 7,

.gitignore

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,32 @@
1-
_build
2-
.vscode
3-
*/.ipynb_checkpoints/*
1+
# Vscode
2+
.vscode/
3+
4+
# Python
45
tmp/
56
.DS_Store
6-
.nox
7-
__pycache__
87
*notes-from-review.md
98
*.idea*
109
# Grammar / syntax checkers
1110
styles/
1211
# Exclude translation .mo files
1312
locales/*/LC_MESSAGES/*.mo
13+
14+
# Exclude Jupyter Notebook checkpoints
15+
.ipynb_checkpoints/
16+
*/.ipynb_checkpoints/*
17+
18+
# Exclude Python bytecode
19+
__pycache__/
20+
21+
# Exclude build directories
22+
_build/
23+
24+
# Exclude virtual environments
25+
venv/
26+
env/
27+
ENV/
28+
.venv/
29+
.ENV/
30+
*/venv/
31+
.nox
32+
*/.nox/

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ repos:
3737
)$
3838
3939
- repo: https://github.com/errata-ai/vale
40-
rev: v3.6.0
40+
rev: v3.7.0
4141
hooks:
4242
- id: vale
4343

0 commit comments

Comments
 (0)