From 2a38c76b836ba6873755b167d300ec014b28a944 Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Sun, 29 Nov 2015 17:15:42 +0100 Subject: [PATCH] [docs] Minor refinements to OpenWrt backend page #19 --- docs/source/backends/openwrt.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/source/backends/openwrt.rst b/docs/source/backends/openwrt.rst index 4a79828b5..240e57380 100644 --- a/docs/source/backends/openwrt.rst +++ b/docs/source/backends/openwrt.rst @@ -2,6 +2,8 @@ OpenWRT Backend =============== +The ``OpenWrt`` backend is the base backend of the library. + Render method ------------- @@ -590,8 +592,7 @@ The following *configuration dictionary*: "channel": 36, "channel_width": 20, "tx_power": 4, - "country": "IT", - "disabled": false + "country": "IT" } ] } @@ -705,7 +706,7 @@ The ``ip_rule`` key must contain a list of rules, each rule allows the following +-------------------+---------+ For the function and meaning of each key consult the relevant -`OpenWrt documentation page `_. +`OpenWrt documentation about rule directives `_. Policy routing example ~~~~~~~~~~~~~~~~~~~~~~ @@ -810,7 +811,7 @@ The elements of the ``vlan`` list must be dictionaries, all the following keys a +-------------------+---------+ For the function and meaning of each key consult the relevant -`OpenWrt documentation page `_. +`OpenWrt documentation about switch directives `_. Switch example ~~~~~~~~~~~~~~ @@ -949,7 +950,7 @@ The required keys are: * ``trigger`` For the function and meaning of each key consult the relevant -`OpenWrt documentation page `_. +`OpenWrt documentation about led directives `_. LED settings example ~~~~~~~~~~~~~~~~~~~~