This repository was archived by the owner on Apr 7, 2019. It is now read-only.
File tree 3 files changed +13
-5
lines changed
3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ https://docs.komoran.kr
21
21
22
22
``` sh
23
23
git clone https://github.com/shineware/KOMORANDocs
24
- cd docs
24
+ cd KOMORANDocs
25
25
```
26
26
27
27
### 의존성 설치
@@ -41,10 +41,16 @@ Sphinx는 reST(reStructuredText)를 사용하고 있습니다.
41
41
42
42
수정한 문서를 확인하기 위해서는 다음과 같이 정적 사이트를 빌드해야 합니다.
43
43
44
+ 유닉스 사용자는 아래 명령어를 사용하시면 편리합니다.
44
45
``` sh
45
46
make html
46
47
```
47
48
49
+ 윈도우 사용자는 아래 명령어를 사용하여 빌드할 수 있습니다.
50
+ ``` sh
51
+ sphinx-build . _build
52
+ ```
53
+
48
54
생성된 결과물은 ` _build/html ` 경로에서 확인하실 수 있습니다.
49
55
50
56
Original file line number Diff line number Diff line change 28
28
# The full version, including alpha/beta/rc tags
29
29
release = ''
30
30
31
- site_url = 'https://docs.komoran.kr'
31
+ site_url = 'https://docs.komoran.kr/ '
32
32
33
33
34
34
# -- General configuration ---------------------------------------------------
63
63
#
64
64
# This is also used if you do content translation via gettext catalogs.
65
65
# Usually you set "language" from the command line for these cases.
66
- language = 'ko'
66
+ # language = 'ko'
67
67
68
68
# List of patterns, relative to source directory, that match files and
69
69
# directories to ignore when looking for source files.
Original file line number Diff line number Diff line change @@ -132,5 +132,7 @@ PyKOMORAN은 KOMORAN에서 제공하는 다양한 형태의 형태소 분석 결
132
132
---------------------------------------
133
133
지금까지 Python에서 PyKomoran을 이용하여 형태소 분석을 하는 간단한 예제를 살펴보았습니다.
134
134
135
- .. todo ::
136
- `tutorials 저장소 <https://github.com/shineware/tutorials >`_ 에 .py 및 .ipynb 형태의 예제를 추가합니다.
135
+ 위 예제 코드는 `PyKOMORAN tutorials 저장소 <https://github.com/shineware/tutorials/blob/master/PyKOMORAN >`_ 에서 확인하시거나, 아래에서 링크에서 다운로드 받으실 수 있습니다.
136
+
137
+ * `3줄의 코드로 형태소 분석 시작하기 예제 코드 다운로드 (.py) <https://github.com/shineware/tutorials/blob/master/PyKOMORAN/bootstrap/bootstrap.py >`_
138
+ * `3줄의 코드로 형태소 분석 시작하기 예제 코드 다운로드 (.ipynb) <https://github.com/shineware/tutorials/blob/master/PyKOMORAN/bootstrap/bootstrap.ipynb >`_
You can’t perform that action at this time.
0 commit comments