From 2c40fa1a48a9465ca4725365cd36460433f98177 Mon Sep 17 00:00:00 2001 From: enkore Date: Mon, 22 Jun 2015 20:14:17 +0200 Subject: [PATCH] modrefs --- docs/configuration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index 3cf3a95..54bd1d8 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -325,7 +325,7 @@ Some possible uses for these attributes are: provides additional formatting options for drawing rainbows and other fancy stuff. -Here is an example with the :py:class:`.Network` module. +Here is an example with the :py:mod:`.network` module. Pango markup is used to keep the ESSID green at all times while the recieved/sent part is changing color depending on the amount of traffic. @@ -344,7 +344,7 @@ recieved/sent part is changing color depending on the amount of traffic. ) Or you can use pango to customize the color of ``status`` setting in -:py:class:`.NowPlaying` and :py:class:`.MPD` modules. +:py:mod:`.now_playing` and :py:mod:`.mpd` modules. .. code:: python