Closed iiSeymour closed 9 years ago
I will clean up the history and look into markdown vs restructured text for pypi.
@xrmx what are your thoughts on this https://coderwall.com/p/qawuyq/use-markdown-readme-s-in-python-modules?
@iiSeymour i think it is overkill, rst is very similar to md so not much changes are needed. I can do the conversion myself so just update the pull request with the two README related commits and i'll take care of it.
@xrmx you are right. Seeing as github supports both markdown and rst but pypi only supports rst the best thing to do is use rst. I accidentally rebased a few too many commits to I'll submit a new clean PR.
A few documentation improvements:
incremented the copyright year.[moved to separate PR]README
file.README.md
.README.md
with markdown.The rendered version of the
README.md
can be seen here.