Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.0-rc6 10 lines 249 B view raw
1# -*- coding: utf-8; mode: python -*- 2 3project = 'Linux Kernel User Documentation' 4 5tags.add("subproject") 6 7latex_documents = [ 8 ('index', 'linux-user.tex', 'Linux Kernel User Documentation', 9 'The kernel development community', 'manual'), 10]