beets/docs
Simon Persson c5075b2855 Create a cached template() function
We were previously doing calls to Template() directly, sometimes in a
loop. This caused the same template to be recompiled over and over. This
commit introduces a function template() which caches the results, so
that multiple calls with the same template string does not require
recompilation.
2019-05-09 18:24:59 +02:00
..
dev docs: remove reference to BeetsPlugin.listen 2019-04-20 18:13:28 +10:00
guides docs: update the pip install instructions 2018-10-24 10:36:16 +08:00
plugins playlist: remove "smart" from title in docs 2019-04-27 12:43:33 +10:00
reference follow comment explanation 2019-04-06 09:29:15 +02:00
changelog.rst Create a cached template() function 2019-05-09 18:24:59 +02:00
conf.py docs: fix some markup issues and typos 2019-04-27 12:43:13 +10: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
modd.conf Switch to modd for live docs build 2017-12-21 11:39:08 -05:00