Home
last modified time | relevance | path

Searched full:sphinx (Results 1 – 25 of 426) sorted by relevance

12345678910>>...18

/external/openthread/third_party/mbedtls/repo/docs/
Drequirements.txt8 # via sphinx
10 # via sphinx
20 # sphinx
21 # sphinx-rtd-theme
25 # via sphinx
27 # via sphinx
29 # via sphinx
33 # via sphinx
35 # via sphinx
37 # via sphinx
[all …]
/external/python/jinja/requirements/
Ddocs.txt7 alabaster==0.7.12 # via sphinx
8 babel==2.8.0 # via sphinx
11 docutils==0.16 # via sphinx
13 imagesize==1.2.0 # via sphinx
14 jinja2==2.11.2 # via sphinx
16 packaging==20.3 # via pallets-sphinx-themes, sphinx
17 pallets-sphinx-themes==1.2.3 # via -r requirements/docs.in
18 pygments==2.6.1 # via sphinx
21 requests==2.23.0 # via sphinx
23 snowballstemmer==2.0.0 # via sphinx
[all …]
/external/python/markupsafe/requirements/
Ddocs.txt7 alabaster==0.7.12 # via sphinx
8 babel==2.8.0 # via sphinx
11 docutils==0.16 # via sphinx
13 imagesize==1.2.0 # via sphinx
14 jinja2==2.11.2 # via sphinx
16 packaging==20.4 # via pallets-sphinx-themes, sphinx
17 pallets-sphinx-themes==1.2.3 # via -r requirements/docs.in
18 pygments==2.6.1 # via sphinx
21 requests==2.23.0 # via sphinx
23 snowballstemmer==2.0.0 # via sphinx
[all …]
/external/mbedtls/docs/
Drequirements.txt8 # via sphinx
10 # via sphinx
22 # sphinx
23 # sphinx-rtd-theme
27 # via sphinx
29 # via sphinx
31 # via sphinx
39 # via sphinx
43 # sphinx
51 # sphinx
[all …]
/external/arm-trusted-firmware/docs/
Drequirements.txt8 # via sphinx
12 # via sphinx
22 # sphinx
23 # sphinx-rtd-theme
27 # via sphinx
31 # sphinx
43 # via sphinx
49 # via sphinx
57 # via sphinx
59 # via sphinx
[all …]
/external/python/mobly/docs/
DREADME.sphinx4 We use the Sphinx <http://www.sphinx-doc.org> documentation system to document mobly APIs.
8 To use the sphinx system locally, you need to have sphinx installed. See the sphinx project site fo…
11 Initial Generation of Sphinx source files
14 The initial sphinx autogeneration of mobly APIs were performed by running in root dir of the projec…
16 sphinx-apidoc mobly --full -o docs -H 'Mobly'
18 This created the full sphinx project in the 'docs' directory and generated the source files pointin…
24 readthedocs.org hosts Sphinx documentation for a number of open source projects. If the appropriate…
26 …d to run sphinx-apidoc again to update the sphinx source files for the new package. Or, you can ad…
28 Subsequent runs of sphinx-apidoc can be run with:
30 sphinx-apidoc mobly -o docs -H 'Mobly'
/external/python/cpython3/Doc/
Dmake.bat13 %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())"
33 rem Should have been installed with Sphinx earlier
43 echo Installing sphinx-lint with %PYTHON%
44 rem Should have been installed with Sphinx earlier
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
[all …]
/external/python/cpython2/Doc/
Dmake.bat13 %PYTHON% -c "import sphinx" > nul 2> nul
15 echo Installing sphinx with %PYTHON%
16 %PYTHON% -m pip install sphinx
19 …set SPHINXBUILD=%PYTHON% -c "import sphinx, sys; sys.argv[0] = 'sphinx-build'; sys.exit(sphinx.mai…
44 rem Targets that don't require sphinx-build
57 echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
59 echo.to the full path of the 'sphinx-build' executable. Alternatively you
60 echo.may add the Sphinx directory to PATH.
62 echo.If you don't have Sphinx installed, grab it from
63 echo.http://sphinx-doc.org/
[all …]
/external/iperf3/docs/_esnet/
DREADME.rst5 Sphinx_ documentation package using the sphinx-bootstrap-theme_ with some
9 .. _Sphinx: http://sphinx-doc.org
10 .. _sphinx-bootstrap-theme: https://github.com/ryan-roemer/sphinx-bootstrap-theme
15 1. Install Sphinx and sphinx-bootstrap-theme. See the instructions below for
21 6. ``sphinx-quickstart``
28 ``sphinx-quickstart`` creates a basic conf.py file, however to use the ESnet
67 Sphinx Installation using Mac OS X Base Python
71 2. sudo /usr/local/bin/pip install sphinx sphinx-bootstrap-theme
73 Sphinx Installation using MacPorts
76 1. port install python27 py27-pip py27-sphinx
[all …]
/external/libbpf/docs/
Dconf.py3 # Configuration file for the Sphinx documentation builder.
7 # https://www.sphinx-doc.org/en/master/usage/configuration.html
15 'sphinx.ext.autodoc',
16 'sphinx.ext.doctest',
17 'sphinx.ext.mathjax',
18 'sphinx.ext.viewcode',
19 'sphinx.ext.imgmath',
20 'sphinx.ext.todo',
32 subprocess.call('cd sphinx ; make clean', shell=True)
33 subprocess.call('cd sphinx/doxygen ; doxygen', shell=True)
[all …]
/external/bazelbuild-rules_testing/docs/
DREADME.md3 The docs for rules_testing are generated using a combination of Sphinx, Bazel,
5 properly without the Sphinx processing step because they rely on Sphinx and
8 The actual sources that Sphinx consumes are in the docs/source directory.
29 Sphinx is configured to parse Markdown files using MyST, which is a more
31 integrates with Sphinx functionality such as automatic cross references,
34 MyST features and behaviors are controlled by the Sphinx configuration file,
37 ## Sphinx configuration
39 The Sphinx-specific configuration files and input doc files live in
40 docs/source -- anything under this directory will be treated by Sphinx as
43 The Sphinx configuration is `docs/source/conf.py`. See
[all …]
Drequirements.txt10 # via sphinx
14 # via sphinx
101 # sphinx
102 # sphinx-rtd-theme
110 # via sphinx
116 # sphinx
190 # via sphinx
194 # via sphinx
240 # via sphinx
244 # via sphinx
[all …]
/external/python/absl-py/docs/source/
Dconf.py1 """Sphinx config file for https://github.com/abseil/abseil-py."""
17 'sphinx.ext.duration',
18 'sphinx.ext.doctest',
19 'sphinx.ext.autodoc',
20 'sphinx.ext.autosummary',
21 'sphinx.ext.intersphinx',
22 'sphinx.ext.napoleon',
23 'sphinx.ext.viewcode',
24 'sphinx.ext.coverage',
41 'sphinx': ('https://www.sphinx-doc.org/en/master/', None),
/external/pigweed/pw_docgen/py/pw_docgen/sphinx/
Dmodule_metadata.py22 Everything is implemented through the Sphinx Extension API.
60 from sphinx.addnodes import document as Document
61 from sphinx.application import Sphinx
62 from sphinx.environment import BuildEnvironment
63 from sphinx.util.docutils import SphinxDirective
93 """Easier access to the Sphinx `env` for custom metadata.
95 You can store things in the Sphinx `env`, which is just a dict. But each
343 The fundamental idea is this: Our Sphinx directives can only render nodes
345 of that doc into the web theme. Sphinx by itself provides no mechanism for
350 │ ┌──────────────┐│ When Sphinx builds HTML, the output is plain HTML
[all …]
/external/bazelbuild-rules_python/tests/pip_repository_entry_points/
Drequirements_windows.txt10 # via sphinx
14 # via sphinx
26 # via sphinx
30 # via sphinx
38 # via sphinx
42 # via sphinx
117 # via sphinx
125 # via sphinx
172 # via sphinx
178 # sphinx
[all …]
Drequirements.txt10 # via sphinx
14 # via sphinx
26 # via sphinx
34 # via sphinx
38 # via sphinx
113 # via sphinx
121 # via sphinx
168 # via sphinx
174 # sphinx
179 # via sphinx
[all …]
/external/python/parse_type/tasks/
Ddocs.py3 Provides tasks to build documentation with sphinx, etc.
27 language = language or ctx.config.sphinx.language or SPHINX_LANGUAGE_DEFAULT
34 destdir = Path(ctx.config.sphinx.destdir or "build")/builder
38 destdir = Path(ctx.config.sphinx.destdir or "build")/builder/language
48 basedir = ctx.sphinx.destdir or "build/docs"
55 "options": "Additional options for sphinx-build",
58 """Build docs with sphinx-build"""
60 sourcedir = ctx.config.sphinx.sourcedir
65 command = "sphinx-build {opts} -b {builder} -D language={language} {sourcedir} {destdir}" \
75 "options": "Additional options for sphinx-build",
[all …]
/external/llvm/cmake/modules/
DFindSphinx.cmake1 # CMake find_package() Module for Sphinx documentation generator
2 # http://sphinx-doc.org/
6 # find_package(Sphinx)
13 NAMES sphinx-build sphinx-build2
14 DOC "Path to sphinx-build executable")
19 find_package_handle_standard_args(Sphinx
20 "Failed to locate sphinx-build executable"
/external/fonttools/Doc/
Dmake.bat5 REM Command file for Sphinx documentation
8 set SPHINXBUILD=sphinx-build
19 echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
21 echo.to the full path of the 'sphinx-build' executable. Alternatively you
22 echo.may add the Sphinx directory to PATH.
24 echo.If you don't have Sphinx installed, grab it from
25 echo.http://sphinx-doc.org/
/external/cronet/third_party/protobuf/python/docs/
Dmake.bat5 REM Command file for Sphinx documentation
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
21 echo.may add the Sphinx directory to PATH.
23 echo.If you don't have Sphinx installed, grab it from
24 echo.http://sphinx-doc.org/
/external/python/jinja/docs/
Dmake.bat5 REM Command file for Sphinx documentation
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
21 echo.may add the Sphinx directory to PATH.
23 echo.If you don't have Sphinx installed, grab it from
24 echo.http://sphinx-doc.org/
/external/python/markupsafe/docs/
Dmake.bat5 REM Command file for Sphinx documentation
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
21 echo.may add the Sphinx directory to PATH.
23 echo.If you don't have Sphinx installed, grab it from
24 echo.http://sphinx-doc.org/
/external/protobuf/python/docs/
Dmake.bat5 REM Command file for Sphinx documentation
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
21 echo.may add the Sphinx directory to PATH.
23 echo.If you don't have Sphinx installed, grab it from
24 echo.http://sphinx-doc.org/
/external/python/typing/docs/
Dmake.bat5 REM Command file for Sphinx documentation
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
21 echo.may add the Sphinx directory to PATH.
23 echo.If you don't have Sphinx installed, grab it from
24 echo.http://sphinx-doc.org/
/external/bazelbuild-rules_testing/docs/source/
Dconf.py1 # Configuration file for the Sphinx documentation builder.
14 # Any extensions here not built into Sphinx must also be added to
20 'sphinx.ext.duration',
21 'sphinx.ext.doctest',
22 'sphinx.ext.autodoc',
23 'sphinx.ext.autosummary',
24 'sphinx.ext.intersphinx',
25 'sphinx.ext.autosectionlabel',
45 # See https://sphinx-rtd-theme.readthedocs.io/en/stable/configuring.html

12345678910>>...18