Skip to content

Commit c829502

Browse files
authored
작성기준 추가, 문서 형식 변경
1 parent 5bd3d5f commit c829502

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

subtitle-notation.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
통일된 표기, 가독성과 TTS를 위해 자막에 표기하는 방식을 기술합니다. 스크립트에는 **대표어**로 적어주세요
22
- 개발용어 표기는 [용어집 repo(python-terms)](https://github.com/pythonkr/python-terms)를 참고해주세요.
3+
----
4+
- 소리로 들리지 않는 부가적인 상황설명은 적지 않습니다.
5+
- [참고 commit](https://github.com/pythonkr/pyconkr-script/pull/69/commits/fbac0857d5d4d0f54dc87eafa4303865c7425e44)
6+
- 발화자 표시 형식 : `발화자이름 : 내용`
7+
- [참고 commit](https://github.com/pythonkr/pyconkr-script/pull/69/commits/fbac0857d5d4d0f54dc87eafa4303865c7425e44)
8+
- 함수의 표기
9+
- 함수는 `함수명()` 형태로 표기합니다. (예시: 아이디 => `id()`)
310

4-
## 함수의 표기
5-
6-
함수는 `함수명()` 형태로 표기합니다.
7-
8-
예시: 아이디 => `id()`
9-
10-
11-
11+
---
1212

1313
## 용어
1414
대표어(표기) | 동의어 | 비고

0 commit comments

Comments
 (0)