/external/mesa3d/src/gallium/docs/source/exts/ |
formatting.py | 2 # Sphinx extension providing formatting for Gallium-specific data 7 import sphinx.addnodes 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/scapy/doc/scapy/ |
BuildDoc.bat | 20 sphinx-build -b pickle -d _build/doctrees . _build/pickle
21 sphinx-build -b html -d _build/doctrees . _build/html
|
Makefile | 1 # Makefile for Sphinx documentation 6 SPHINXBUILD = sphinx-build 19 @echo " pickle to make pickle files (usable by e.g. sphinx-web)" 39 @echo " sphinx-web _build/pickle" 40 @echo "to start the sphinx-web server."
|
/external/python/cpython3/Doc/tools/pydoctheme/ |
theme.conf | 4 pygments_style = sphinx
|
/external/python/cpython2/Doc/ |
make.bat | 8 if "%SPHINXBUILD%" EQU "" set SPHINXBUILD=sphinx-build
19 rem Targets that don't require sphinx-build
32 echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
34 echo.to the full path of the 'sphinx-build' executable. Alternatively you
35 echo.may add the Sphinx directory to PATH.
37 echo.If you don't have Sphinx installed, grab it from
38 echo.http://sphinx-doc.org/
42 rem Targets that do require sphinx-build and have their own label
51 echo.Call %this% with the desired Sphinx builder as the first argument, e.g. [all...] |
Makefile | 8 SPHINXBUILD = sphinx-build
|
/external/python/cpython3/Doc/ |
make.bat | 8 if "%SPHINXBUILD%" EQU "" set SPHINXBUILD=sphinx-build
33 rem Targets that don't require sphinx-build
46 echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
48 echo.to the full path of the 'sphinx-build' executable. Alternatively you
49 echo.may add the Sphinx directory to PATH.
51 echo.If you don't have Sphinx installed, grab it from
52 echo.http://sphinx-doc.org/
57 rem Targets that do require sphinx-build and have their own label
66 echo.Call %this% with the desired Sphinx builder as the first argument, e.g. [all...] |
Makefile | 8 SPHINXBUILD = sphinx-build 110 ./venv/bin/python3 -m pip install -U Sphinx
|
/external/python/cpython2/Doc/tools/extensions/ |
pyspecific.py | 6 Sphinx extension with Python doc-specific markup. 17 from sphinx.util.nodes import split_explicit_title 18 from sphinx.util.compat import Directive 19 from sphinx.writers.html import HTMLTranslator 20 from sphinx.writers.latex import LaTeXTranslator 104 from sphinx import addnodes 105 from sphinx.domains.python import PyModulelevel, PyClassmember 154 from sphinx.builders import Builder 155 from sphinx.writers.text import TextWriter 190 f.write(('# Autogenerated by Sphinx on %s\n' % asctime()).encode('utf-8') [all...] |
c_annotations.py | 24 from sphinx import addnodes 25 from sphinx.domains.c import CObject
|
suspicious.py | 50 from sphinx.builders import Builder
|
/external/python/cpython3/Doc/tools/extensions/ |
c_annotations.py | 24 from sphinx import addnodes 25 from sphinx.domains.c import CObject
|
pyspecific.py | 6 Sphinx extension with Python doc-specific markup. 22 from sphinx import addnodes 23 from sphinx.builders import Builder 24 from sphinx.util.nodes import split_explicit_title 25 from sphinx.util.compat import Directive 26 from sphinx.writers.html import HTMLTranslator 27 from sphinx.writers.text import TextWriter 28 from sphinx.writers.latex import LaTeXTranslator 29 from sphinx.domains.python import PyModulelevel, PyClassmember 318 f.write(('# Autogenerated by Sphinx on %s\n' % asctime()).encode('utf-8') [all...] |
suspicious.py | 50 from sphinx.builders import Builder
|
/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/python/futures/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/devlib/doc/ |
make.bat | 3 REM Command file for Sphinx documentation
6 set SPHINXBUILD=sphinx-build
51 REM Check if sphinx-build is available and fallback to Python version if any
58 set SPHINXBUILD=python -m sphinx.__init__
62 echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
64 echo.to the full path of the 'sphinx-build' executable. Alternatively you
65 echo.may add the Sphinx directory to PATH.
67 echo.If you don't have Sphinx installed, grab it from
68 echo.http://sphinx-doc.org/ [all...] |
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/)
|
/external/fio/doc/ |
make.bat | 3 REM Command file for Sphinx documentation
6 set SPHINXBUILD=sphinx-build
53 REM Check if sphinx-build is available and fallback to Python version if any
60 set SPHINXBUILD=python -m sphinx.__init__
64 echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
66 echo.to the full path of the 'sphinx-build' executable. Alternatively you
67 echo.may add the Sphinx directory to PATH.
69 echo.If you don't have Sphinx installed, grab it from
70 echo.http://sphinx-doc.org/ [all...] |
Makefile | 1 # Makefile for Sphinx documentation 6 SPHINXBUILD = sphinx-build
|
/external/bart/docs/api_reference/ |
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/) 56 sphinx-apidoc -f -e -o . ../../bart
|
/external/trappy/doc/api_reference/ |
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/) 56 sphinx-apidoc -f -e -o . ../../trappy
|
/external/clang/docs/analyzer/ |
make.bat | 3 REM Command file for Sphinx documentation 6 set SPHINXBUILD=sphinx-build
|