• Home
  • Raw
  • Download

Lines Matching +full:data +full:- +full:sheets

1 # -*- coding: utf-8 -*-
4 # sphinx-quickstart on Fri Feb 12 13:51:46 2016.
31 # -- General configuration ------------------------------------------------
57 #source_encoding = 'utf-8-sig'
104 # non-false value, then it is used:
117 # If true, '()' will be appended to :func: etc. cross-reference text.
143 # -- Options for HTML output ----------------------------------------------
149 # - https://github.com/snide/sphinx_rtd_theme
150 # - https://pypi.python.org/pypi/sphinx_rtd_theme
151 # - python-sphinx-rtd-theme package (on Debian)
159 # Theme options are theme-specific and customize the look and feel of a theme
183 # Add any paths that contain custom static files (such as style sheets) here,
187 html_static_path = ['sphinx-static']
241 # Language to be used for generating the HTML full-text search index.
258 # -- Options for LaTeX output ---------------------------------------------
270 # Don't mangle with UTF-8 chars
276 % Use some font with UTF-8 support with XeLaTeX
287 cjk_cmd = check_output(['fc-list', '--format="%{family[0]}\n"']).decode('utf-8', 'ignore')
322 \\addtolength{\\mynoticelength}{-2\\fboxsep}
323 \\addtolength{\\mynoticelength}{-2\\fboxrule}
386 ('admin-guide/index', 'linux-user.tex', 'Linux Kernel User Documentation',
388 ('core-api/index', 'core-api.tex', 'The kernel core API manual',
390 ('crypto/index', 'crypto-api.tex', 'Linux Kernel Crypto API manual',
392 ('dev-tools/index', 'dev-tools.tex', 'Development tools for the Kernel',
394 ('doc-guide/index', 'kernel-doc-guide.tex', 'Linux Kernel Documentation Guide',
396 ('driver-api/index', 'driver-api.tex', 'The kernel driver API manual',
400 ('admin-guide/ext4', 'ext4-admin-guide.tex', 'ext4 Administration Guide',
402 ('filesystems/ext4/index', 'ext4-data-structures.tex',
403 'ext4 Data Structures and Algorithms', 'ext4 Community', 'manual'),
406 ('input/index', 'linux-input.tex', 'The Linux input driver subsystem',
408 ('kernel-hacking/index', 'kernel-hacking.tex', 'Unreliable Guide To Hacking The Linux Kernel',
414 ('process/index', 'development-process.tex', 'Linux Kernel Development Documentation',
422 ('userspace-api/index', 'userspace-api.tex', 'The Linux kernel user-space API guide',
462 # -- Options for manual page output ---------------------------------------
475 # -- Options for Texinfo output -------------------------------------------
499 # -- Options for Epub output ----------------------------------------------
577 # multiple PDF files here actually tries to get the cross-referencing right
580 ('kernel-documentation', u'Kernel', u'Kernel', u'J. Random Bozo'),
583 # kernel-doc extension configuration for running Sphinx directly (e.g. by Read
586 kerneldoc_bin = '../scripts/kernel-doc'
589 # ------------------------------------------------------------------------------
592 # ------------------------------------------------------------------------------