Home
last modified time | relevance | path

Searched full:docutils (Results 1 – 25 of 124) sorted by relevance

12345

/external/python/mako/test/templates/
Dinternationalization.html94 <tt class="docutils literal"><span class="pre">????</span></tt> characters or have written some Pyt…
95 such as <tt class="docutils literal"><span class="pre">UnicodeDecodeError:</span> <span class="pre"…
105 unwanted <tt class="docutils literal"><span class="pre">?</span></tt> characters and <tt class="doc…
126 character is assigned a <em>code point</em>. For example the word <tt class="docutils literal"><spa…
127 from code points <tt class="docutils literal"><span class="pre">U+0048</span> <span class="pre">U+0…
148 <li><dl class="first docutils">
180 <tt class="docutils literal"><span class="pre">unicode</span></tt> type. Under the hood, Python rep…
182 <p>The <tt class="docutils literal"><span class="pre">unicode()</span></tt> constructor has the sig…
199 <p>The <tt class="docutils literal"><span class="pre">errors</span></tt> argument specifies what to…
200 ascii. Legal values for this argument are <tt class="docutils literal"><span class="pre">'strict'</…
[all …]
/external/sdv/vsomeip/third_party/boost/mpl/doc/src/
DREADME.txt12 * Docutils `HTML/frames writer`_ from Docutils Sandbox. Download it as
13 a part of daily `Sandbox snapshot`_ at or get it from the `Docutils'
22 - To install Docutils, go into its source directory and run
31 3. Go to ``$BOOST_ROOT/libs/mpl/doc/src/docutils`` directory and do
32 ``python setup.py install`` to install MPL-specific HTML/refdoc Docutils
42 .. _Docutils: http://docutils.sourceforge.net/
43 .. _HTML/frames writer: http://docutils.sourceforge.net/sandbox/agurtovoy/html_frames/
44 .. _Sandbox snapshot: http://docutils.sourceforge.net/docutils-sandbox-snapshot.tgz
45 .. _Docutils' Subversion repository: http://docutils.sourceforge.net/docs/dev/repository.html
/external/python/cpython3/Lib/idlelib/
Dhelp.html141 …title="previous chapter"><code class="xref py py-mod docutils literal notranslate"><span class="pr…
228 <hr class="docutils" id="index-0" />
291 …ution). Calling <code class="docutils literal notranslate"><span class="pre">exit()</span></code>…
382 … requires use of <code class="docutils literal notranslate"><span class="pre">print</span></code> …
385 This is similar to executing a file with <code class="docutils literal notranslate"><span class="pr…
391 … href="sys.html#sys.argv" title="sys.argv"><code class="xref py py-data docutils literal notransla…
514 debugger. Breakpoints for a file are saved in the user’s <code class="docutils literal notranslate…
559 ‘C’ refers to the <kbd class="kbd docutils literal notranslate">Control</kbd> key on Windows and
560 Unix and the <kbd class="kbd docutils literal notranslate">Command</kbd> key on macOS. (And all su…
564docutils literal notranslate"><kbd class="kbd docutils literal notranslate">C</kbd>-<kbd class="kb…
[all …]
/external/pigweed/pw_docgen/py/pw_docgen/sphinx/
Dkconfig.py20 import docutils
21 from docutils.core import publish_doctree
45 def rst_to_doctree(rst: str) -> Iterable[docutils.nodes.Node]:
57 def create_source_paragraph(name_and_loc: str) -> Iterable[docutils.nodes.Node]:
70 node: kconfiglib.MenuNode, parent: docutils.nodes.Node
79 menu_section = docutils.nodes.section(ids=[name])
80 menu_section += docutils.nodes.title(text=f'{name} options')
86 symbol_section = docutils.nodes.section(ids=[name])
87 symbol_section += docutils.nodes.title(text=name)
88 symbol_section += docutils.nodes.paragraph(
[all …]
Dpw_status_codes.py42 from docutils import nodes
43 from docutils.parsers.rst import Directive
44 from docutils.statemachine import ViewList
58 # https://docutils.sourceforge.io/docs/howto/rst-directives.html
67 Docutils provides content line-by-line, with empty strings
173 And then lets Sphinx/Docutils do the rendering. This has the added
187 # Docutils doesn't accept normal lists; it must be a ViewList.
Dmodule_metadata.py51 import docutils
52 from docutils import nodes
53 from docutils.nodes import Element
54 import docutils.statemachine
57 import docutils.parsers.rst.directives as directives # type: ignore
63 from sphinx.util.docutils import SphinxDirective
318 self.content = docutils.statemachine.StringList(
366 *within* the docutils doc, but we want to elevate the top navbar *outside*
373 │ │ Sphinx HTML ││ with a structure defined by docutils. Themes can
376 │ └──────────────┘│ build to render docutils nodes in the theme.
[all …]
Dseed_metadata.py19 import docutils
20 from docutils import nodes
23 import docutils.parsers.rst.directives as directives # type: ignore
24 import docutils.statemachine
28 from sphinx.util.docutils import SphinxDirective
164 self.content = docutils.statemachine.StringList(
/external/sdv/vsomeip/third_party/boost/detail/doc/html/
Ddocutils.css8 Default cascading style sheet for the HTML output of Docutils.
10 See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
19 /* Override padding for "table.docutils td" with "! important".
40 dl.docutils dd {
44 dl.docutils dt {
150 hr.docutils {
250 table.docutils {
258 table.docutils td, table.docutils th,
264 table.docutils th.field-name, table.docinfo th.docinfo-name {
270 h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
[all …]
/external/sdv/vsomeip/third_party/boost/mpl/doc/src/docutils/
Dsetup.py19 packages=['docutils.writers.html4_refdoc', 'docutils.parsers.rst.directives'],
20 package_dir={'docutils.writers.html4_refdoc': 'writers/html4_refdoc'
21 ,'docutils.parsers.rst.directives': 'parsers/rst/directives' },
22 package_data={'docutils.writers.html4_refdoc': ['frames.css']},
/external/python/httplib2/doc/html/
Dlibhttplib2.html48 <h1><tt class="xref docutils literal"><span class="pre">httplib2</span></tt> A comprehensive HTTP …
49 <p>The <tt class="xref docutils literal"><span class="pre">httplib2</span></tt> module is a compreh…
96 <dd>Handles both <tt class="docutils literal"><span class="pre">deflate</span></tt> and <tt class="
105 <p>The <tt class="xref docutils literal"><span class="pre">httplib2</span></tt> module defines the …
117 <p>The <tt class="xref docutils literal"><span class="pre">httplib2</span></tt> module may raise th…
120 …l" href="#httplib2.Http.force_exception_to_status_code"><tt class="xref docutils literal"><span cl…
188 <dd>Response is a subclass of <tt class="xref docutils literal"><span class="pre">dict</span></tt> …
190 <tt class="xref docutils literal"><span class="pre">rfc822.Message</span></tt> or an <tt class="xre…
200 ….Http" class="reference internal" href="#httplib2.Http"><tt class="xref docutils literal"><span cl…
209 can begin with either <tt class="docutils literal"><span class="pre">http</span></tt> or <tt class=…
[all …]
Dindex.html49 <table class="docutils field-list" frame="void" rules="none">
61 …rence external" href="libhttplib2.html#module-httplib2"><tt class="xref docutils literal"><span cl…
66 <li class="toctree-l1"><a class="reference external" href="libhttplib2.html"><tt class="docutils li…
100 …title="next chapter"><tt class="docutils literal"><span class="pre">httplib2</span></tt> A compre…
/external/sdv/vsomeip/third_party/boost/iterator/doc/
Drst2latex.sh5 PYTHONPATH="c:/src/docutils;c:/src/docutils/extras"
7 python c:/src/docutils/tools/rst2latex.py --documentoptions pdftex --stylesheet=docutils.sty $1 `ec…
Drst2html.sh5 PYTHONPATH="c:/src/docutils;c:/src/docutils/extras"
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/docs/apidoc/
Dindex.html70 stripped: <tt class="rst-docutils literal"><span class="pre">:{});=&gt;+],!</span></tt> (The colon …
73 stripped: <tt class="rst-docutils literal"><span class="pre">{}(=:&gt;+[,!</span></tt></li>
76 <li>whitespaces inside <tt class="rst-docutils literal">url()</tt> definitions are stripped</li>
77 <li>Comments starting with an exclamation mark (<tt class="rst-docutils literal">!</tt>) can be kep…
83 <li>IE7 hack (<tt class="rst-docutils literal"><span class="pre">&gt;/**/</span></tt>)</li>
84 <li>Mac-IE5 hack (<tt class="rst-docutils literal"><span class="pre">/*\*/.../**/</span></tt>)</li>
87 <li>Between <tt class="rst-docutils literal"><span class="pre">:first-line</span></tt> and the foll…
89 <li>Same for <tt class="rst-docutils literal"><span class="pre">:first-letter</span></tt></li>
131 <span class="summary-type"><tt class="rst-docutils literal">str</tt></span>
176 …<li><strong class="pname"><code>style</code></strong> (<tt class="rst-docutils literal">str</tt>) …
[all …]
Drcssmin-module.html70 stripped: <tt class="rst-docutils literal"><span class="pre">:{});=&gt;+],!</span></tt> (The colon …
73 stripped: <tt class="rst-docutils literal"><span class="pre">{}(=:&gt;+[,!</span></tt></li>
76 <li>whitespaces inside <tt class="rst-docutils literal">url()</tt> definitions are stripped</li>
77 <li>Comments starting with an exclamation mark (<tt class="rst-docutils literal">!</tt>) can be kep…
83 <li>IE7 hack (<tt class="rst-docutils literal"><span class="pre">&gt;/**/</span></tt>)</li>
84 <li>Mac-IE5 hack (<tt class="rst-docutils literal"><span class="pre">/*\*/.../**/</span></tt>)</li>
87 <li>Between <tt class="rst-docutils literal"><span class="pre">:first-line</span></tt> and the foll…
89 <li>Same for <tt class="rst-docutils literal"><span class="pre">:first-letter</span></tt></li>
131 <span class="summary-type"><tt class="rst-docutils literal">str</tt></span>
176 …<li><strong class="pname"><code>style</code></strong> (<tt class="rst-docutils literal">str</tt>) …
[all …]
/external/python/cpython3/Doc/
Dabout.rst9 .. _reStructuredText: https://docutils.sourceforge.io/rst.html
24 * the `Docutils <https://docutils.sourceforge.io/>`_ project for creating
25 reStructuredText and the Docutils suite;
/external/sdv/vsomeip/third_party/boost/mpl/doc/src/docutils/tools/
Drst2htmlrefdoc.py16 from docutils.parsers.rst import directives
17 from docutils.parsers.rst.directives import htmlrefdoc
20 from docutils.core import publish_cmdline, default_description
/external/nanopb-c/docs/
Dlsr.css190 table.docutils {
197 table.docutils caption {
201 table.docutils td, table.docutils th {
210 table.docutils th {
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/docs/apidoc/
Drjsmin-module.html61 same results as the original <tt class="rst-docutils literal">jsmin.c</tt>. It differs in the follo…
73 <li>Comments starting with an exclamation mark (<tt class="rst-docutils literal">!</tt>) can be kep…
78 than the original python port of <tt class="rst-docutils literal">jsmin.c</tt> by Baruch Even. The …
120 <span class="summary-type"><tt class="rst-docutils literal">str</tt></span>
168 …<li><strong class="pname"><code>script</code></strong> (<tt class="rst-docutils literal">str</tt>)…
169 …strong> (<tt class="rst-docutils literal">bool</tt>) - Keep comments starting with an exclamation …
171 <dt>Returns: <tt class="rst-docutils literal">str</tt></dt>
Dindex.html61 same results as the original <tt class="rst-docutils literal">jsmin.c</tt>. It differs in the follo…
73 <li>Comments starting with an exclamation mark (<tt class="rst-docutils literal">!</tt>) can be kep…
78 than the original python port of <tt class="rst-docutils literal">jsmin.c</tt> by Baruch Even. The …
120 <span class="summary-type"><tt class="rst-docutils literal">str</tt></span>
168 …<li><strong class="pname"><code>script</code></strong> (<tt class="rst-docutils literal">str</tt>)…
169 …strong> (<tt class="rst-docutils literal">bool</tt>) - Keep comments starting with an exclamation …
171 <dt>Returns: <tt class="rst-docutils literal">str</tt></dt>
/external/executorch/docs/source/
Dcustom_directives.py14 from docutils import nodes
15 from docutils.parsers.rst import Directive, directives
16 from docutils.parsers.rst.directives.images import Image
17 from docutils.statemachine import StringList
18 from sphinx.util.docutils import SphinxDirective
/external/sdv/vsomeip/third_party/boost/mpl/doc/src/docutils/parsers/rst/directives/
Dhtmlrefdoc.py8 from docutils.parsers.rst import Directive
9 from docutils import nodes
/external/bazelbuild-rules_python/examples/build_file_generation/
Dgazelle_python.yaml13 docutils: docutils
/external/mesa3d/bin/
Dgen_release_notes.py39 import docutils.utils
40 import docutils.parsers.rst.states as states
106 # copied from https://docutils.sourceforge.io/sandbox/xml2rst/xml2rstlib/markup.py
122 self.document = docutils.utils.new_document("<string>")
134 remaining = docutils.utils.escape2null(text)
172 return docutils.utils.unescape(checked, 1)
/external/sdv/vsomeip/third_party/boost/parameter/doc/
DJamfile.v25 import docutils ;
19 …<docutils-html>"-gdt --link-stylesheet --traceback --trim-footnote-reference-space --footnote-refe…

12345