-
Notifications
You must be signed in to change notification settings - Fork 1
Convert README to reStructuredText so it looks good on PyPI #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
http://pandoc.org/try/ converted the README with no issues 👍 |
hmm. not too excited about this. I much prefer we standardise on markdown for contributors on github, rather than rst for a handful of readers on pypi. |
+1 @pwalsh |
@vitorbaptista please revert. |
GitHub supports both Markdown and rst, so it doesn't make much difference. The difference is only when writing the README, which should be quite rare and painless. Actually, I think reStructuredText is more common in Python packages than Markdown (probably because of pypi). See some examples: https://github.com/django/django/blob/master/README.rst I'm OK with reverting, though. It's not a big issue. |
Just my experience: I hate updating docs written in RST, so I'm less likely to update them. I consider Pypi's lack of support for md a bug. |
I've also done my share of readme's in RST but can never remember the syntax. |
It would be great if PyPI supported markdown, but I don't think it will anytime soon. I'm also more used to markdown, but using rst doesn't bother me. In the end, shall I keep it or revert? I'm OK with both. |
You may consider https://github.com/msabramo/setuptools-markdown but some people hate it femtotrader/pandas_talib#8 |
Wow, good job on handling that guy's aggressiveness, @femtotrader 👏 Anyway, I wouldn't like to add a dependency just to write markdown instead of rst. Too much hassle for a few lines of text. I'm OK with either keeping it as it is or reverting this issue. I just don't want to spend too much time bikeshedding here. |
Conversion with |
Request to revert still stands: OKI uses markdown for readme ;). |
This reverts commit 079988c. Conflicts: README.rst
Done 👍 |
For discussion, check openknowledge-archive/datapackage-registry-py#7
No description provided.
The text was updated successfully, but these errors were encountered: