Skip to content
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

Fix PyPI long description rendering #1739

Merged
merged 1 commit into from
Nov 27, 2017
Merged

Fix PyPI long description rendering #1739

merged 1 commit into from
Nov 27, 2017

Commits on Nov 25, 2017

  1. Fix PyPI long description rendering

    Currently the rendering of gensim's reStructuredText description on PyPI
    is broken[1][2], because some characters aren't escaped properly[3]:
    
    >reStructuredText uses backslashes ("\") to override the special meaning
    >given to markup characters and get the literal characters themselves.
    >To get a literal backslash, use an escaped backslash ("\\").
    
    [1]: https://pypi.python.org/pypi/gensim/3.1.0/
    [2]: https://pypi.org/project/gensim/3.1.0/
    [3]: http://docutils.sourceforge.net/docs/user/rst/quickref.html#escaping
    edigaryev committed Nov 25, 2017
    Configuration menu
    Copy the full SHA
    46e6064 View commit details
    Browse the repository at this point in the history