diff options
author | Elrond <elrond+mediagoblin.org@samba-tng.org> | 2013-03-19 18:52:14 +0100 |
---|---|---|
committer | Elrond <elrond+mediagoblin.org@samba-tng.org> | 2013-03-19 18:52:14 +0100 |
commit | 997ef976699b8d10908ee908cb62b9587d023f92 (patch) | |
tree | 1343ca9e9b76a3d7d3b1df674587e3cef266b047 /docs/source | |
parent | d40bce85945ab242caa62c1e269f477a6f4ca8b9 (diff) | |
download | mediagoblin-997ef976699b8d10908ee908cb62b9587d023f92.tar.lz mediagoblin-997ef976699b8d10908ee908cb62b9587d023f92.tar.xz mediagoblin-997ef976699b8d10908ee908cb62b9587d023f92.zip |
Improve release notes formatting.
The geolocation ini sample needed more indenting and
got a nice "code-block:: ini".
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/siteadmin/relnotes.rst | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/source/siteadmin/relnotes.rst b/docs/source/siteadmin/relnotes.rst index 84ec09b5..6962dc5a 100644 --- a/docs/source/siteadmin/relnotes.rst +++ b/docs/source/siteadmin/relnotes.rst @@ -26,10 +26,12 @@ carefully, or at least skim over it. 1. Make sure to run ``bin/gmg dbupdate`` after upgrading. 2. OpenStreetMap is now a plugin, so if you want to use it, add the - following to your config file:: + following to your config file: - [plugins] - [[mediagoblin.plugins.geolocation]] + .. code-block:: ini + + [plugins] + [[mediagoblin.plugins.geolocation]] If you have your own theme, you may need to make some adjustments to it as some theme related things may have changed in this release. If |