From 0eca656b1bfde18a923b06d4087a2849323075ae Mon Sep 17 00:00:00 2001 From: enkore Date: Sat, 6 Jun 2015 00:27:38 +0200 Subject: [PATCH] Update configuration.rst --- docs/configuration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index c0aeaf9..77023f0 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -2,8 +2,8 @@ Configuration ============= The config file is a normal Python script. The status bar is controlled by a central -status object, which individual *modules* like a clock or a battery monitor are added to -with the ``register`` method. +status object, which individual *modules* like a :py:mod:`.clock` or a :py:mod:`.battery` +monitor are added to with the ``register`` method. A typical configuration file could look like this (note the additional dependencies from :py:mod:`.network` and :py:mod:`.pulseaudio` in this