/third_party/mesa3d/docs/_exts/ |
H A D | nir.py | 26 import sphinx namespace 27 from sphinx.directives import SphinxDirective 28 from sphinx.domains import Domain 29 from sphinx.util.nodes import make_refnode 83 desc = sphinx.addnodes.desc(domain='nir', objtype='aluop') 86 sig = sphinx.addnodes.desc_signature() 88 sig += sphinx.addnodes.desc_name(op.name, op.name) 90 params = sphinx.addnodes.desc_parameterlist() 93 params += sphinx.addnodes.desc_parameter('', 'src' + str(i)) 96 sig += sphinx [all...] |
H A D | formatting.py | 7 import sphinx.addnodes namespace 14 signode += sphinx.addnodes.desc_name(envvar, envvar) 16 signode += sphinx.addnodes.desc_type(t, t) 18 signode += sphinx.addnodes.desc_annotation(default, default) 25 signode += sphinx.addnodes.desc_name(opcode, opcode) 26 signode += sphinx.addnodes.desc_annotation(desc, desc)
|
/third_party/python/Doc/ |
H A D | make.bat | 13 %PYTHON% -c "import sphinx" > nul 2> nul
15 echo Installing sphinx with %PYTHON%
19 set SPHINXBUILD=%PYTHON% -c "import sphinx.cmd.build, sys; sys.exit(sphinx.cmd.build.main())"
43 echo Installing sphinx-lint with %PYTHON%
45 %PYTHON% -m pip install sphinx-lint
73 rem Targets that don't require sphinx-build
86 echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
88 echo.to the full path of the 'sphinx-build' executable. Alternatively you
92 echo.http://sphinx [all...] |
H A D | Makefile | 9 SPHINXBUILD = PATH=$(VENVDIR)/bin:$$PATH sphinx-build 10 SPHINXLINT = PATH=$(VENVDIR)/bin:$$PATH sphinx-lint 68 echo "Missing the required blurb or sphinx-build tools."; \ 218 # Check the docs and NEWS files with sphinx-lint.
|
/third_party/astc-encoder/Test/ |
H A D | make.bat | 8 set SPHINXBUILD=sphinx-build 18 echo.The 'sphinx-build' command was not found. Make sure you have Sphinx 20 echo.to the full path of the 'sphinx-build' executable. Alternatively you 24 echo.http://sphinx-doc.org/
|
H A D | Makefile | 7 SPHINXBUILD ?= sphinx-build
|
/third_party/protobuf/python/docs/ |
H A D | make.bat | 8 set SPHINXBUILD=sphinx-build
18 echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
20 echo.to the full path of the 'sphinx-build' executable. Alternatively you
24 echo.http://sphinx-doc.org/
|
/third_party/python/Doc/tools/extensions/ |
H A D | pyspecific.py | 23 from sphinx import addnodes 24 from sphinx.builders import Builder 26 from sphinx.errors import NoUri 28 from sphinx.environment import NoUri 29 from sphinx.locale import _ as sphinx_gettext 30 from sphinx.util import status_iterator, logging 31 from sphinx.util.docutils import SphinxDirective 32 from sphinx.util.nodes import split_explicit_title 33 from sphinx.writers.text import TextWriter, TextTranslator 34 from sphinx [all...] |
H A D | glossary_search.py | 13 from sphinx.addnodes import glossary 14 from sphinx.util import logging
|
H A D | suspicious.py | 49 from sphinx.builders import Builder 50 import sphinx.util namespace 86 logger = sphinx.util.logging.getLogger("CheckSuspiciousMarkupBuilder")
|
H A D | c_annotations.py | 28 from sphinx.locale import _ as sphinx_gettext 31 from sphinx import addnodes 32 from sphinx.domains.c import CObject
|
H A D | peg_highlight.py | 4 from sphinx.highlighting import lexers
|
H A D | escape4chm.py | 12 from sphinx.util.logging import getLogger
|
H A D | asdl_highlight.py | 13 from sphinx.highlighting import lexers
|
/third_party/nghttp2/doc/_exts/rubydomain/ |
H A D | rubydomain.py | 3 sphinx.domains.ruby 18 from sphinx import addnodes 19 from sphinx import version_info 20 from sphinx.roles import XRefRole 21 from sphinx.locale import _ 22 from sphinx.domains import Domain, ObjType, Index 23 from sphinx.directives import ObjectDescription 24 from sphinx.util.nodes import make_refnode 25 from sphinx.util.docfields import Field, GroupedField, TypedField 426 # http://www.sphinx [all...] |
/third_party/ltp/tools/sparse/sparse-src/Documentation/sphinx/ |
H A D | ir.py | 22 import sphinx namespace 61 class IRDomain(sphinx.domains.Domain):
|
H A D | cdoc.py | 273 from sphinx.util.docutils import switch_source_input
|
/third_party/libbpf/docs/sphinx/ |
H A D | Makefile | 1 SPHINXBUILD ?= sphinx-build
|
/third_party/libuv/docs/ |
H A D | make.bat | 6 set SPHINXBUILD=sphinx-build
54 echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
56 echo.to the full path of the 'sphinx-build' executable. Alternatively you
60 echo.http://sphinx-doc.org/
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/ |
H A D | Makefile | 6 SPHINXBUILD = sphinx-build
|
/third_party/mbedtls/docs/ |
H A D | Makefile | 7 SPHINXBUILD ?= sphinx-build 23 @# Clean the sphinx docs 39 @# Build the relevant target with sphinx
|
/third_party/nghttp2/doc/ |
H A D | make.bat | 6 set SPHINXBUILD=sphinx-build
|
/third_party/typescript/tests/baselines/reference/ |
H A D | resolvingClassDeclarationWhenInBaseTypeResolution.js | 756 sphinx(): minutus.portoricensis { var x: minutus.portoricensis; () => { var y = this; }; return x; } 4778 cinereus.prototype.sphinx = function () {
6763 sphinx(): minutus.portoricensis;
|