From bed17cac64d76132282066e924e9233413225a13 Mon Sep 17 00:00:00 2001 From: Raphael Scholer Date: Wed, 19 Aug 2015 22:27:56 +0200 Subject: [PATCH 1/2] 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`_ From 8086347d3e09c4e58604a60e5af230a2de9545d7 Mon Sep 17 00:00:00 2001 From: Raphael Scholer Date: Wed, 19 Aug 2015 22:53:24 +0200 Subject: [PATCH 2/2] docs - Add modules to module overview - except variants --- docs/i3pystatus.rst | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/i3pystatus.rst b/docs/i3pystatus.rst index fb1ac26..ff6d1d4 100644 --- a/docs/i3pystatus.rst +++ b/docs/i3pystatus.rst @@ -6,14 +6,16 @@ Module reference .. rubric:: Module overview: -:System: `clock`_ - `cpu_usage`_ - `disk`_ - `load`_ - `mem`_ +:System: `clock`_ - `cpu_freq`_ - `cpu_usage`_ - `disk`_ - `keyboard_locks`_ - `load`_ - `mem`_ - + `uname`_ - `uptime`_ - `xkblayout`_ :Audio: `alsa`_ - `pulseaudio`_ :Hardware: `backlight`_ - `battery`_ - `temp`_ -:Network: `network`_ -:Music: `mpd`_ - `now_playing`_ -:Websites: `bitcoin`_ - `parcel`_ - `reddit`_ - `weather`_ -:Other: `mail`_ - `pyload`_ - `text`_ - `updates`_ -:Advanced: `file`_ - `regex`_ - `runwatch`_ - `shell`_ +:Network: `net_speed`_ - `network`_ - `openstack_vms`_ - `openvpn`_ +:Music: `cmus`_ - `mpd`_ - `now_playing`_ - `pianobar`_ - `spotify`_ +:Websites: `bitcoin`_ - `dota2wins`_ - `github`_ - `modsde`_ - `parcel`_ - `reddit`_ - `weather`_ - + `whosonlocation`_ +:Other: `anybar`_ - `mail`_ - `pomodoro`_ - `pyload`_ - `text`_ - `updates`_ +:Advanced: `file`_ - `regex`_ - `makewatch`_ - `runwatch`_ - `shell`_ .. autogen:: i3pystatus Module