Skip to content

Commit c78d4ea

Browse files
committed
2 parents 8c89d87 + e5c99a3 commit c78d4ea

2 files changed

Lines changed: 231 additions & 1 deletion

File tree

Lines changed: 230 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,230 @@
1+
{
2+
"1": {
3+
"full_path": "../Google Python Style Guide/1. 배경",
4+
"name": "배경",
5+
"full_name": "1. 배경",
6+
"children": {
7+
"1.1": {
8+
"full_path": "../Google Python Style Guide/1. 배경/1.1 배경.md",
9+
"name": "배경.md",
10+
"full_name": "1.1 배경.md"
11+
}
12+
}
13+
},
14+
"3": {
15+
"full_path": "../Google Python Style Guide/3. Python 스타일 규칙",
16+
"name": "Python 스타일 규칙",
17+
"full_name": "3. Python 스타일 규칙",
18+
"children": {
19+
"3.18": {
20+
"full_path": "../Google Python Style Guide/3. Python 스타일 규칙/3.18 함수 길이.md",
21+
"name": "함수 길이.md",
22+
"full_name": "3.18 함수 길이.md"
23+
},
24+
"3.19": {
25+
"full_path": "../Google Python Style Guide/3. Python 스타일 규칙/3.19 Type 주석 방법.md",
26+
"name": "Type 주석 방법.md",
27+
"full_name": "3.19 Type 주석 방법.md"
28+
},
29+
"3.10": {
30+
"full_path": "../Google Python Style Guide/3. Python 스타일 규칙/3.10 문자열.md",
31+
"name": "문자열.md",
32+
"full_name": "3.10 문자열.md"
33+
},
34+
"3.11": {
35+
"full_path": "../Google Python Style Guide/3. Python 스타일 규칙/3.11 파일과 소켓.md",
36+
"name": "파일과 소켓.md",
37+
"full_name": "3.11 파일과 소켓.md"
38+
},
39+
"3.12": {
40+
"full_path": "../Google Python Style Guide/3. Python 스타일 규칙/3.12 TODO 주석.md",
41+
"name": "TODO 주석.md",
42+
"full_name": "3.12 TODO 주석.md"
43+
},
44+
"3.13": {
45+
"full_path": "../Google Python Style Guide/3. Python 스타일 규칙/3.13 import형식.md",
46+
"name": "import형식.md",
47+
"full_name": "3.13 import형식.md"
48+
},
49+
"3.14": {
50+
"full_path": "../Google Python Style Guide/3. Python 스타일 규칙/3.14 statements.md",
51+
"name": "statements.md",
52+
"full_name": "3.14 statements.md"
53+
},
54+
"3.15": {
55+
"full_path": "../Google Python Style Guide/3. Python 스타일 규칙/3.15 접근 제어.md",
56+
"name": "접근 제어.md",
57+
"full_name": "3.15 접근 제어.md"
58+
},
59+
"3.16": {
60+
"full_path": "../Google Python Style Guide/3. Python 스타일 규칙/3.16 네이밍.md",
61+
"name": "네이밍.md",
62+
"full_name": "3.16 네이밍.md"
63+
},
64+
"3.17": {
65+
"full_path": "../Google Python Style Guide/3. Python 스타일 규칙/3.17 Main.md",
66+
"name": "Main.md",
67+
"full_name": "3.17 Main.md"
68+
},
69+
"3.6": {
70+
"full_path": "../Google Python Style Guide/3. Python 스타일 규칙/3.6 Whitespace.md",
71+
"name": "Whitespace.md",
72+
"full_name": "3.6 Whitespace.md"
73+
},
74+
"3.7": {
75+
"full_path": "../Google Python Style Guide/3. Python 스타일 규칙/3.7 Shebang_Line.md",
76+
"name": "Shebang_Line.md",
77+
"full_name": "3.7 Shebang_Line.md"
78+
},
79+
"3.4": {
80+
"full_path": "../Google Python Style Guide/3. Python 스타일 규칙/3.4 들여쓰기.md",
81+
"name": "들여쓰기.md",
82+
"full_name": "3.4 들여쓰기.md"
83+
},
84+
"3.5": {
85+
"full_path": "../Google Python Style Guide/3. Python 스타일 규칙/3.5 빈 줄.md",
86+
"name": "빈 줄.md",
87+
"full_name": "3.5 빈 줄.md"
88+
},
89+
"3.2": {
90+
"full_path": "../Google Python Style Guide/3. Python 스타일 규칙/3.2 줄 길이.md",
91+
"name": "줄 길이.md",
92+
"full_name": "3.2 줄 길이.md"
93+
},
94+
"3.3": {
95+
"full_path": "../Google Python Style Guide/3. Python 스타일 규칙/3.3 괄호.md",
96+
"name": "괄호.md",
97+
"full_name": "3.3 괄호.md"
98+
},
99+
"3.1": {
100+
"full_path": "../Google Python Style Guide/3. Python 스타일 규칙/3.1 세미콜론.md",
101+
"name": "세미콜론.md",
102+
"full_name": "3.1 세미콜론.md"
103+
},
104+
"3.8": {
105+
"full_path": "../Google Python Style Guide/3. Python 스타일 규칙/3.8 주석과 docstring.md",
106+
"name": "주석과 docstring.md",
107+
"full_name": "3.8 주석과 docstring.md"
108+
}
109+
}
110+
},
111+
"2": {
112+
"full_path": "../Google Python Style Guide/2. Python 언어 규칙",
113+
"name": "Python 언어 규칙",
114+
"full_name": "2. Python 언어 규칙",
115+
"children": {
116+
"2.14": {
117+
"full_path": "../Google Python Style Guide/2. Python 언어 규칙/2.14 True, False 평가.md",
118+
"name": "True, False 평가.md",
119+
"full_name": "2.14 True, False 평가.md"
120+
},
121+
"2.7": {
122+
"full_path": "../Google Python Style Guide/2. Python 언어 규칙/2.7 list_comprehensions.md",
123+
"name": "list_comprehensions.md",
124+
"full_name": "2.7 list_comprehensions.md"
125+
},
126+
"2.18": {
127+
"full_path": "../Google Python Style Guide/2. Python 언어 규칙/2.18 스레드.md",
128+
"name": "스레드.md",
129+
"full_name": "2.18 스레드.md"
130+
},
131+
"2.21": {
132+
"full_path": "../Google Python Style Guide/2. Python 언어 규칙/2.21 Type 주석.md",
133+
"name": "Type 주석.md",
134+
"full_name": "2.21 Type 주석.md"
135+
},
136+
"2.12": {
137+
"full_path": "../Google Python Style Guide/2. Python 언어 규칙/2.12 기본 인자 값.md",
138+
"name": "기본 인자 값.md",
139+
"full_name": "2.12 기본 인자 값.md"
140+
},
141+
"2.6": {
142+
"full_path": "../Google Python Style Guide/2. Python 언어 규칙/2.6 중첩.md",
143+
"name": "중첩.md",
144+
"full_name": "2.6 중첩.md"
145+
},
146+
"2.3": {
147+
"full_path": "../Google Python Style Guide/2. Python 언어 규칙/2.3 package.md",
148+
"name": "package.md",
149+
"full_name": "2.3 package.md"
150+
},
151+
"2.9": {
152+
"full_path": "../Google Python Style Guide/2. Python 언어 규칙/2.9 제너레이터.md",
153+
"name": "제너레이터.md",
154+
"full_name": "2.9 제너레이터.md"
155+
},
156+
"2.8": {
157+
"full_path": "../Google Python Style Guide/2. Python 언어 규칙/2.8 기본 반복자와 연산자.md",
158+
"name": "기본 반복자와 연산자.md",
159+
"full_name": "2.8 기본 반복자와 연산자.md"
160+
},
161+
"2.5": {
162+
"full_path": "../Google Python Style Guide/2. Python 언어 규칙/2.5 전역변수.md",
163+
"name": "전역변수.md",
164+
"full_name": "2.5 전역변수.md"
165+
},
166+
"2.19": {
167+
"full_path": "../Google Python Style Guide/2. Python 언어 규칙/2.19 강한 기능.md",
168+
"name": "강한 기능.md",
169+
"full_name": "2.19 강한 기능.md"
170+
},
171+
"2.2": {
172+
"full_path": "../Google Python Style Guide/2. Python 언어 규칙/2.2 import.md",
173+
"name": "import.md",
174+
"full_name": "2.2 import.md"
175+
},
176+
"2.17": {
177+
"full_path": "../Google Python Style Guide/2. Python 언어 규칙/2.17 함수와 메서드 Decorators.md",
178+
"name": "함수와 메서드 Decorators.md",
179+
"full_name": "2.17 함수와 메서드 Decorators.md"
180+
},
181+
"2.16": {
182+
"full_path": "../Google Python Style Guide/2. Python 언어 규칙/2.16 렉시컬 스코핑(Lexical Scoping).md",
183+
"name": "렉시컬 스코핑(Lexical Scoping).md",
184+
"full_name": "2.16 렉시컬 스코핑(Lexical Scoping).md"
185+
},
186+
"2.20": {
187+
"full_path": "../Google Python Style Guide/2. Python 언어 규칙/2.20 현대의 파이썬.md",
188+
"name": "현대의 파이썬.md",
189+
"full_name": "2.20 현대의 파이썬.md"
190+
},
191+
"2.4": {
192+
"full_path": "../Google Python Style Guide/2. Python 언어 규칙/2.4 예외처리.md",
193+
"name": "예외처리.md",
194+
"full_name": "2.4 예외처리.md"
195+
},
196+
"2.13": {
197+
"full_path": "../Google Python Style Guide/2. Python 언어 규칙/2.13 Properties.md",
198+
"name": "Properties.md",
199+
"full_name": "2.13 Properties.md"
200+
},
201+
"2.1": {
202+
"full_path": "../Google Python Style Guide/2. Python 언어 규칙/2.1 Lint.md",
203+
"name": "Lint.md",
204+
"full_name": "2.1 Lint.md"
205+
},
206+
"2.11": {
207+
"full_path": "../Google Python Style Guide/2. Python 언어 규칙/2.11 조건문 표현.md",
208+
"name": "조건문 표현.md",
209+
"full_name": "2.11 조건문 표현.md"
210+
},
211+
"2.10": {
212+
"full_path": "../Google Python Style Guide/2. Python 언어 규칙/2.10 람다.md",
213+
"name": "람다.md",
214+
"full_name": "2.10 람다.md"
215+
}
216+
}
217+
},
218+
"4": {
219+
"full_path": "../Google Python Style Guide/4. 맺음말",
220+
"name": "맺음말",
221+
"full_name": "4. 맺음말",
222+
"children": {
223+
"4.1": {
224+
"full_path": "../Google Python Style Guide/4. 맺음말/4.1 맺음말.md",
225+
"name": "맺음말.md",
226+
"full_name": "4.1 맺음말.md"
227+
}
228+
}
229+
}
230+
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
- [**_`Google Python Style Guide`_(영문)**](http://google.github.io/styleguide/pyguide.html)을 번역하였습니다.
44
- 많은 오타와 오역이 있을 수 있습니다. 계속해서 좋은 번역을 위한 [_`issues`_](https://github.com/Yosseulsin-JOB/Google-Python-Style-Guide-kor/issues)[_`pull requests`_](https://github.com/Yosseulsin-JOB/Google-Python-Style-Guide-kor/pulls) 부탁드립니다.
5-
- 번역은 [`Google Python Style Guide (한글)`](<./Google Python Style Guide kor.md>)에서 보실 수 있습니다.
5+
- 번역은 [`Google Python Style Guide (한글)`](https://yosseulsin-job.github.io/Google-Python-Style-Guide-kor)에서 보실 수 있습니다.
66
- Contributors : [`0113bernoyoun`](https://github.com/0113bernoyoun), [`Sotaneum`](https://github.com/Sotaneum), [`denmark111`](https://github.com/denmark111), [`heumsi`](https://github.com/heumsi)
77

88
## Team 소개

0 commit comments

Comments
 (0)