Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1415271
| From | Markus Heiser <markus.heiser@darmarIT.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 4/7] linuxdoc: add python package linuxdoc |
| Date | 2016-06-06 18:40 +0200 |
| Message-ID | <rH5Jg-7nV-29@gated-at.bofh.it> (permalink) |
| References | <rH5Jf-7nV-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: "Heiser, Markus" <markus.heiser@darmarIT.de> The linuxdoc package includes python extensions related to the linux documentation processes. Signed-off-by: Markus Heiser <markus.heiser@darmarIT.de> --- scripts/site-python/linuxdoc/__init__.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 scripts/site-python/linuxdoc/__init__.py diff --git a/scripts/site-python/linuxdoc/__init__.py b/scripts/site-python/linuxdoc/__init__.py new file mode 100644 index 0000000..6edc554 --- /dev/null +++ b/scripts/site-python/linuxdoc/__init__.py @@ -0,0 +1,8 @@ +# -*- coding: utf-8; mode: python -*- +u""" + linuxdoc + ~~~~~~~~ + + The linuxdoc package includes python extensions related to the linux + documentation processes. +""" -- v4.7-rc-2
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 4/7] linuxdoc: add python package linuxdoc Markus Heiser <markus.heiser@darmarIT.de> - 2016-06-06 18:40 +0200
csiph-web