Update docs

This commit is contained in:
facetoe 2015-01-03 17:34:11 +08:00
parent d84b1675a9
commit a9116fa592
2 changed files with 1 additions and 3 deletions

View File

@ -7,7 +7,7 @@ Module reference
:System: `clock`_ - `disk`_ - `load`_ - `mem`_ - `cpu_usage`_ :System: `clock`_ - `disk`_ - `load`_ - `mem`_ - `cpu_usage`_
:Audio: `alsa`_ - `pulseaudio`_ :Audio: `alsa`_ - `pulseaudio`_
:Hardware: `battery`_ - `backlight`_ - `temp`_ :Hardware: `battery`_ - `backlight`_ - `temp`_
:Network: `network`_ - `wireless`_ :Network: `network`_
:Music: `now_playing`_ - `mpd`_ :Music: `now_playing`_ - `mpd`_
:Websites & stuff: `weather`_ - `bitcoin`_ - `reddit`_ - `parcel`_ :Websites & stuff: `weather`_ - `bitcoin`_ - `reddit`_ - `parcel`_
:Other: `mail`_ - `pyload`_ - `text`_ :Other: `mail`_ - `pyload`_ - `text`_

View File

@ -228,7 +228,6 @@ class Network(IntervalModule, ColorRangeModule):
Network Information Formatters: Network Information Formatters:
* `{interface}` same as setting * `{interface}` same as setting
* `{name}` same as setting
* `{v4}` IPv4 address * `{v4}` IPv4 address
* `{v4mask}` subnet mask * `{v4mask}` subnet mask
* `{v4cidr}` IPv4 address in cidr notation (i.e. 192.168.2.204/24) * `{v4cidr}` IPv4 address in cidr notation (i.e. 192.168.2.204/24)
@ -263,7 +262,6 @@ class Network(IntervalModule, ColorRangeModule):
("round_size", "defines number of digits in round"), ("round_size", "defines number of digits in round"),
("detached_down", "If the interface doesn't exist, display it as if it were down"), ("detached_down", "If the interface doesn't exist, display it as if it were down"),
("unknown_up", "If the interface is in unknown state, display it as if it were up"), ("unknown_up", "If the interface is in unknown state, display it as if it were up"),
"name",
) )
interval = 1 interval = 1