swh:1:snp:13806c77fd4b7f42b1e985e730bd615fd52cfac1
Raw File
Tip revision: c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201 authored by Linus Torvalds on 05 March 2017, 20:59:56 UTC
Linux 4.11-rc1
Tip revision: c1ae3cf
conf.py
# -*- coding: utf-8; mode: python -*-

project = "Linux GPU Driver Developer's Guide"

tags.add("subproject")

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