Where can I find documents of libsvm ?
In the package there is a README file which details all options, data format, and library calls. The model selection tool and the python interface have a separate README under the directory python. The guide A practical guide to support vector classification shows beginners how to train/test their data. The paper LIBSVM : a library for support vector machines discusses the implementation of libsvm in detail.