hyunyoun2_dir_konltk_test

How to make documentaion of konlp

First, Normally use like the command, “sphinx-build -b html sourcedir builddir”

But in our case, we have to run like this :

sphinx-apidoc -f -o _source ../konlp

Finally, run the following to get html files :

make html

But If you want to do two stages at runnig a command

type in like this :

make apidoc

Reference