diff options
| author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-09-21 08:51:11 -0400 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-10-24 06:12:35 -0400 |
| commit | 9d85025b0418163fae079c9ba8f8445212de8568 (patch) | |
| tree | 4629e2dedf4a9ed45a6855c129101f9b52138372 /Documentation/admin-guide/conf.py | |
| parent | 186128f75392f8478ad1b32a675627d738881ca4 (diff) | |
docs-rst: create an user's manual book
Place README, REPORTING-BUGS, SecurityBugs and kernel-parameters
on an user's manual book.
As we'll be numbering the user's manual, remove the manual
numbering from SecurityBugs.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/admin-guide/conf.py')
| -rw-r--r-- | Documentation/admin-guide/conf.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/admin-guide/conf.py b/Documentation/admin-guide/conf.py new file mode 100644 index 000000000000..86f738953799 --- /dev/null +++ b/Documentation/admin-guide/conf.py | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | # -*- coding: utf-8; mode: python -*- | ||
| 2 | |||
| 3 | project = 'Linux Kernel User Documentation' | ||
| 4 | |||
| 5 | tags.add("subproject") | ||
| 6 | |||
| 7 | latex_documents = [ | ||
| 8 | ('index', 'linux-user.tex', 'Linux Kernel User Documentation', | ||
| 9 | 'The kernel development community', 'manual'), | ||
| 10 | ] | ||
