From bed17cac64d76132282066e924e9233413225a13 Mon Sep 17 00:00:00 2001 From: Raphael Scholer Date: Wed, 19 Aug 2015 22:27:56 +0200 Subject: [PATCH] docs - Sort modules in Module overview alphabetically --- docs/i3pystatus.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/i3pystatus.rst b/docs/i3pystatus.rst index 21dd060..fb1ac26 100644 --- a/docs/i3pystatus.rst +++ b/docs/i3pystatus.rst @@ -6,12 +6,12 @@ Module reference .. rubric:: Module overview: -:System: `clock`_ - `disk`_ - `load`_ - `mem`_ - `cpu_usage`_ +:System: `clock`_ - `cpu_usage`_ - `disk`_ - `load`_ - `mem`_ :Audio: `alsa`_ - `pulseaudio`_ -:Hardware: `battery`_ - `backlight`_ - `temp`_ +:Hardware: `backlight`_ - `battery`_ - `temp`_ :Network: `network`_ -:Music: `now_playing`_ - `mpd`_ -:Websites: `weather`_ - `bitcoin`_ - `reddit`_ - `parcel`_ +:Music: `mpd`_ - `now_playing`_ +:Websites: `bitcoin`_ - `parcel`_ - `reddit`_ - `weather`_ :Other: `mail`_ - `pyload`_ - `text`_ - `updates`_ :Advanced: `file`_ - `regex`_ - `runwatch`_ - `shell`_