yuki-koyama / mathtoolbox

Mathematical tools (interpolation, dimensionality reduction, optimization, etc.) written in C++11 with Eigen

Home Page:https://yuki-koyama.github.io/mathtoolbox/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Discussion] Document template (readthedocs?)

yuki-koyama opened this issue · comments

Recently, readthedocs https://readthedocs.org/ has become more and more popular. Should we use it?

Pros:

Cons:

As an alternative choice, MkDocs https://www.mkdocs.org/ may be worth investigating, which allows us to use Markdown.

By using sphinx_rtd_theme, the issue #19 can be resolved.

libigl also uses MkDocs for documentation: http://libigl.github.io/libigl/

I changed the way of managing the document.