https://github.com/torvalds/linux
Raw File
Tip revision: d5adbfcd5f7bcc6fa58a41c5c5ada0e5c826ce2c authored by Linus Torvalds on 05 February 2017, 23:10:58 UTC
Linux 4.10-rc7
Tip revision: d5adbfc
conf.py
# -*- coding: utf-8; mode: python -*-

project = "Core-API Documentation"

tags.add("subproject")

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