https://github.com/torvalds/linux
Raw File
Tip revision: 651022382c7f8da46cb4872a545ee1da6d097d2a authored by Linus Torvalds on 04 November 2018, 23:37:52 UTC
Linux 4.20-rc1
Tip revision: 6510223
conf.py
# -*- coding: utf-8; mode: python -*-

project = "Development tools for the kernel"

tags.add("subproject")

latex_documents = [
    ('index', 'dev-tools.tex', project,
     'The kernel development community', 'manual'),
]
back to top