Searched refs:directives (Results 1 – 9 of 9) sorted by relevance
/Documentation/sphinx/ |
D | rstFlatTable.py | 48 from docutils.parsers.rst import directives, roles 49 from docutils.parsers.rst.directives.tables import Table 115 'name': directives.unchanged 116 , 'class': directives.class_option 117 , 'header-rows': directives.nonnegative_int 118 , 'stub-columns': directives.nonnegative_int 119 , 'widths': directives.positive_int_list 120 , 'fill-cells' : directives.flag }
|
D | kerneldoc.py | 39 from docutils.parsers.rst import directives, Directive 61 'doc': directives.unchanged_required, 62 'functions': directives.unchanged, 63 'export': directives.unchanged, 64 'internal': directives.unchanged,
|
D | kernel_include.py | 38 from docutils.parsers.rst import directives 39 from docutils.parsers.rst.directives.body import CodeBlock, NumberLines 40 from docutils.parsers.rst.directives.misc import Include 89 path = directives.path(self.arguments[0])
|
D | cdomain.py | 36 from docutils.parsers.rst import directives 68 "name" : directives.unchanged 162 directives = { variable in CDomain
|
D | kfigure.py | 56 from docutils.parsers.rst import directives 57 from docutils.parsers.rst.directives import images 76 from sphinx.directives.patches import Figure # pylint: disable=C0413 481 option_spec['caption'] = directives.unchanged
|
/Documentation/driver-api/early-userspace/ |
D | early_userspace_support.rst | 57 A source file must be directives in the format required by the 59 file format). The directives in the file will be passed directly to 76 usr/gen_init_cpio file directives are output. If a directory is 79 directives from directory scanning and file contents copying are
|
/Documentation/doc-guide/ |
D | sphinx.rst | 14 The reStructuredText files may contain directives to include structured 346 ``kernel-image`` directives. E.g. to insert a figure with a scalable 381 ``kernel-render`` directives.::
|
/Documentation/x86/ |
D | exception-tables.rst | 206 The instructions bracketed in the .section directives are no longer 232 What happened? The assembly directives::
|
/Documentation/scsi/ |
D | ChangeLog.lpfc | 264 inclusions. Removed unneeded #include directives.
|