beets/docs
Adrian Sampson ca904a9d0c mpdstats: Fix Python 3 compatibility (fix #2405)
We previously needed a hack to get the client to consume and produce Unicode strings. The library has since added Unicode support, behind a constructor flag. We can remove the hack now, which was causing a crash on Python 3 because the library uses Unicode by default there, and instead use its built-in support.
2017-01-21 23:21:11 -08:00
..
dev Refactor built-in stnadard choices 2016-12-28 14:15:40 -05:00
guides Simplify the example config 2017-01-01 19:18:25 -05:00
plugins Update docs 2017-01-15 11:21:59 -08:00
reference change no-bracket argument from white space to empty 2017-01-20 22:47:47 -05:00
changelog.rst mpdstats: Fix Python 3 compatibility (fix #2405) 2017-01-21 23:21:11 -08:00
conf.py Version bump: 1.4.4 2017-01-09 10:40:06 -05:00
faq.rst Try linking to the Discourse 2016-12-16 21:56:46 -05:00
index.rst Try linking to the Discourse 2016-12-16 21:56:46 -05:00
Makefile Add new livereload server for docs 2016-01-25 13:19:26 -08:00
serve.py add coding: utf-8 magic comment to every .py file 2016-08-07 04:09:17 -04:00