beets/docs
Adrian Sampson 34246a00e7 Fix #2673: JSON file encoding in absubmit
First, it's best to open the file as binary so the JSON module itself
can figure out how to decode it (it will just use UTF-8). Then, we can
use `load` instead of `loads` to avoid needing to read the file
explicitly ourselves.
2017-08-27 10:20:36 -04:00
..
dev Add option to hardlink when importing 2017-02-19 15:56:13 -06:00
guides Brevity/clarity improvements for #2464 2017-03-03 10:17:49 -06:00
plugins Refine docs for #2663 2017-08-21 14:29:34 -04:00
reference Refinements to the relative date docs 2017-06-16 11:11:12 -04:00
changelog.rst Fix #2673: JSON file encoding in absubmit 2017-08-27 10:20:36 -04:00
conf.py Version bump: 1.4.6 2017-06-20 14:49:19 -04: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