tulul / tululbot

Telegram Bot for Tululness
Apache License 2.0
8 stars 6 forks source link

Generate documentation #43

Open kmkurn opened 9 years ago

kmkurn commented 9 years ago

We have pretty good docstrings in our code and I think it's good to have documentation (auto-)generation. We can use Sphinx for this. The problem is, Sphinx uses reStructuredText markup so we probably need to learn it and convert our existing docstring to reST.

wazaundtechnik commented 9 years ago

Consider using Inch-ci for documentation. However, no support for Python yet.

kmkurn commented 9 years ago

Looks cool. Too bad they don't support Python yet. Anyway I think we still need to be able to generate docs locally.