pelican/docs
Justin Mayer 81cd781c45 Show setting defaults as actual code
For some reason, setting names on the Settings page have long been
wrapped in single back-ticks (usually meant for linking in reST) instead
of double back-ticks (meant for denoting code). This seems to be
widespread throughout the docs, and it's not clear if this is
intentional or simply a reST formatting error that got propagated by
others in order to stay consistent. This commit applies double
back-ticks in any case where something resembling code is shown, with
the idea that single back-ticks should only be used when linking.

More importantly, the settings denoted their default values in
parentheses, which hapless users often included when copying and pasting
these values into their config files. As one can imagine, confusion —
not hilarity — ensued. Setting defaults are now shown as they would
actually appear in one's settings file, with an equal sign and without
parentheses.

During this spelunking expedition, many other minor improvements were
concurrently conducted.
2014-04-30 12:35:13 -07:00
..
_static Really fix #1311 by declaring CSS overrides as !important 2014-04-28 22:08:34 +02:00
fr revert #523 2012-12-03 22:35:11 +01:00
changelog.rst multiple authors implemented 2014-02-14 03:21:06 +01:00
conf.py Fix #1311 wide tables in RTD theme, remove old theme files 2014-04-28 20:37:49 +02:00
contribute.rst Minor text changes to log message limitation 2014-04-14 16:18:07 -04:00
faq.rst enable writing of only selected output paths 2014-04-17 19:36:18 +02:00
getting_started.rst change date metadata parsing to dateutil.parser 2014-02-23 11:21:44 +01:00
importer.rst Merge pull request #873 from xlz/tumblr-import 2013-07-18 09:17:26 -07:00
index.rst split content caching into two layers 2014-04-20 14:34:52 +02:00
internals.rst Add documentation for readers. 2013-08-07 00:43:49 +02:00
Makefile Add the docs 2010-10-13 23:08:08 +01:00
pelican-themes.rst Eliminate extraneous whitespace 2012-10-12 23:01:50 +02:00
plugins.rst add get_writer signal and unify with get_generators 2014-04-27 14:25:08 +02:00
report.rst Eliminate extraneous whitespace 2012-10-12 23:01:50 +02:00
settings.rst Show setting defaults as actual code 2014-04-30 12:35:13 -07:00
themes.rst Add period to period_archives context. Refs #1044. 2014-02-03 20:26:38 -05:00
tips.rst For creating a CNAME, directory name should be extra 2013-11-19 16:49:37 +05:30