python-colorspace icon indicating copy to clipboard operation
python-colorspace copied to clipboard

Fix apostrophes rendered as \u2019

Open slel opened this issue 4 years ago • 1 comments

Two instance of "Let's" and one instance of "let's" on the page

  • https://python-colorspace.readthedocs.io/en/latest/examples/usageexamples.html

appear as "Let\u2019s" and "let\u2019s" instead.

Of course the unicode character 2019 is "right single quote mark".

But actual apostrophes or right single quote marks would be more readable than a unicode escape code.

slel avatar Jun 13 '21 00:06 slel

Thanks a lot for pointing this out. Over the last two weeks I found some time to work on this package again. This includes revamping the entire documentation and extend the features. Thus, I'll not fix the current version and try to invest the time in getting the updates ready some when soon.

All best, R

retostauffer avatar Jun 14 '21 09:06 retostauffer

The new documentation produced via Quarto is now available at https://retostauffer.github.io/python-colorspace/ and does not seem to have these problems anymore. Closing this here.

zeileis avatar Jun 03 '24 22:06 zeileis