OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sphinx
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/docs/source/exts/
formatting.py
2
#
Sphinx
extension providing formatting for Gallium-specific data
7
import
sphinx
.addnodes
namespace
14
signode +=
sphinx
.addnodes.desc_name(envvar, envvar)
15
signode +=
sphinx
.addnodes.desc_type(t, t)
16
signode +=
sphinx
.addnodes.desc_annotation(default, default)
23
signode +=
sphinx
.addnodes.desc_name(opcode, opcode)
24
signode +=
sphinx
.addnodes.desc_annotation(desc, desc)
/external/mesa3d/src/gallium/docs/source/exts/
formatting.py
2
#
Sphinx
extension providing formatting for Gallium-specific data
7
import
sphinx
.addnodes
namespace
14
signode +=
sphinx
.addnodes.desc_name(envvar, envvar)
15
signode +=
sphinx
.addnodes.desc_type(t, t)
16
signode +=
sphinx
.addnodes.desc_annotation(default, default)
23
signode +=
sphinx
.addnodes.desc_name(opcode, opcode)
24
signode +=
sphinx
.addnodes.desc_annotation(desc, desc)
/external/chromium_org/native_client_sdk/src/doc/_sphinxext/
devsite_builder.py
6
# This is a
Sphinx
extension.
16
from
sphinx
.util.osutil import ensuredir
17
from
sphinx
.builders.html import StandaloneHTMLBuilder
18
from
sphinx
.writers.html import HTMLWriter
19
from
sphinx
.writers.html import SmartyPantsHTMLTranslator as HTMLTranslator
20
from
sphinx
.util.console import bold
24
# TODO(eliben): it may be interesting to use an actual
Sphinx
template here at
73
HTMLTranslator is provided by
Sphinx
. We're actually using
76
with
Sphinx
-specific features added. Here we provide devsite-specific
105
#
Sphinx
emits <tt></tt> for literals (``like this``), with <span> per wor
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/docs/
Makefile
1
# Makefile for
Sphinx
documentation
6
SPHINXBUILD =
sphinx
-build
make.bat
3
REM Command file for
Sphinx
documentation
5
set SPHINXBUILD=
sphinx
-build
/external/mesa3d/src/gallium/docs/
Makefile
1
# Makefile for
Sphinx
documentation
6
SPHINXBUILD =
sphinx
-build
make.bat
3
REM Command file for
Sphinx
documentation
5
set SPHINXBUILD=
sphinx
-build
/external/clang/docs/analyzer/
Makefile
1
# Makefile for
Sphinx
documentation
6
SPHINXBUILD =
sphinx
-build
make.bat
3
REM Command file for
Sphinx
documentation
6
set SPHINXBUILD=
sphinx
-build
/external/clang/docs/
make.bat
3
REM Command file for
Sphinx
documentation
6
set SPHINXBUILD=
sphinx
-build
/external/llvm/docs/
make.bat
3
REM Command file for
Sphinx
documentation
6
set SPHINXBUILD=
sphinx
-build
/external/chromium_org/native_client_sdk/src/doc/
Makefile
1
# Makefile for
Sphinx
documentation
6
SPHINXBUILD =
sphinx
-build
10
# User-friendly check for
sphinx
-build
12
$(error The '$(SPHINXBUILD)' command was not found. Make sure you have
Sphinx
installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have
Sphinx
installed, grab it from http://
sphinx
-doc.org/)
Completed in 60 milliseconds