diff options
author | Johannes Berg <johannes.berg@intel.com> | 2016-10-11 14:56:53 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-10-11 16:19:17 -0600 |
commit | 819bf593767c0966f320c51c6ed3f3835062abc8 (patch) | |
tree | a3167aa3ffc485f2ac232c1e1a5588ff2316a10d /Documentation/80211/conf.py | |
parent | 3c76ff4765fbd382c095acc37f87e136a8dfc73d (diff) | |
download | lwn-docs-4.9-2.tar.gz lwn-docs-4.9-2.zip |
docs-rst: sphinxify 802.11 documentationdocs-4.9-2doc/4.9
This is just a very basic conversion, I've split up the original
multi-book template, and also split up the multi-part mac80211
part in the original book; neither of those were handled by the
automatic pandoc conversion.
Fix errors that showed up, resulting in a much nicer rendering,
at least for the interface combinations documentation.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/80211/conf.py')
-rw-r--r-- | Documentation/80211/conf.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/80211/conf.py b/Documentation/80211/conf.py new file mode 100644 index 000000000000..20c7c275ef4a --- /dev/null +++ b/Documentation/80211/conf.py @@ -0,0 +1,5 @@ +# -*- coding: utf-8; mode: python -*- + +project = "Linux 802.11 Driver Developer's Guide" + +tags.add("subproject") |