docs/vm: add index.rst and link MM documentation to top level index

Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
Mike Rapoport
2018-03-21 21:22:48 +02:00
committed by Jonathan Corbet
parent ad56b738c5
commit 82381918c4
3 changed files with 68 additions and 1 deletions

10
Documentation/vm/conf.py Normal file
View File

@@ -0,0 +1,10 @@
# -*- coding: utf-8; mode: python -*-
project = "Linux Memory Management Documentation"
tags.add("subproject")
latex_documents = [
('index', 'memory-management.tex', project,
'The kernel development community', 'manual'),
]