Home
last modified time | relevance | path

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

12345678910>>...15

/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/llvm-project/lld/docs/
Dsphinx_intro.rst3 Sphinx Introduction for LLVM Developers
6 This document is intended as a short and simple introduction to the Sphinx
14 1. Have the Sphinx tools :ref:`installed <installing_sphinx>`.
23 Installing Sphinx
26 You should be able to install Sphinx using the standard Python package
29 $ sudo easy_install sphinx
30 Searching for sphinx
31 Reading http://pypi.python.org/simple/sphinx/
32 Reading http://sphinx.pocoo.org/
33 Best match: Sphinx 1.1.3
[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 …]
DREADME.txt16 You need to have Sphinx <http://sphinx-doc.org/> installed; it is the toolset
18 separately and available from PyPI <https://pypi.org/project/Sphinx>.
25 Sphinx, you can just run ::
41 To use a specific sphinx-build (something other than ``sphinx-build``), set
98 Install the Sphinx package and its dependencies from PyPI.
102 sphinx-build -b<builder> . build/<builder>
114 Bugs in the toolset should be reported in the Sphinx bug tracker at
115 https://www.bitbucket.org/birkenfeld/sphinx/issues/.
/external/llvm-project/llvm/cmake/modules/
DAddSphinxTarget.cmake2 # Create sphinx target
4 message(STATUS "Sphinx enabled.")
5 find_package(Sphinx REQUIRED)
6 if (LLVM_BUILD_DOCS AND NOT TARGET sphinx)
7 add_custom_target(sphinx ALL) target
10 message(STATUS "Sphinx disabled.")
14 # Handy function for creating the different Sphinx targets.
17 # the sphinx-build command.
46 … "Generating ${builder} Sphinx documentation for ${project} into \"${SPHINX_BUILD_DIR}\"")
48 # When "clean" target is run, remove the Sphinx build directory
[all …]
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/python/cpython3/Doc/
Dmake.bat13 %PYTHON% -c "import sphinx" > nul 2> nul
15 echo Installing sphinx with %PYTHON%
16 %PYTHON% -m pip install sphinx==2.2.0
19 set SPHINXBUILD=%PYTHON% -c "import sphinx.cmd.build, sys; sys.exit(sphinx.cmd.build.main())"
61 rem Targets that don't require sphinx-build
74 echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
76 echo.to the full path of the 'sphinx-build' executable. Alternatively you
77 echo.may add the Sphinx directory to PATH.
79 echo.If you don't have Sphinx installed, grab it from
80 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/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/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/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/arm-trusted-firmware/docs/
Dconf.py8 # Configuration file for the Sphinx documentation builder.
10 # See the options documentation at http://www.sphinx-doc.org/en/master/config
20 # Add any Sphinx extension module names here, as strings. They can be
21 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
23 extensions = ['sphinx.ext.autosectionlabel', 'sphinxcontrib.plantuml']
34 # The language for content autogenerated by Sphinx. Refer to documentation
47 pygments_style = 'sphinx'
54 # Minimum version of sphinx required
59 # Don't show the "Built with Sphinx" footer
72 # Options for the "sphinx-rtd-theme" theme
/external/fonttools/Doc/source/
Dconf.py4 # sphinx-quickstart on Thu Apr 20 11:07:39 2017.
26 # If your documentation needs a minimal Sphinx version, state it here.
30 # Add any Sphinx extension module names here, as strings. They can be
31 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
33 extensions = ["sphinx.ext.autodoc", "sphinx.ext.viewcode", "sphinx.ext.napoleon", "sphinx.ext.cover…
66 # The language for content autogenerated by Sphinx. Refer to documentation
79 # pygments_style = "sphinx" (the default sphinx docs style on RTD)
106 # display the Sphinx attribution in the footer
/external/mesa3d/docs/_exts/
Dformatting.py2 # Sphinx extension providing formatting for Gallium-specific data
7 import sphinx.addnodes
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)
/external/python/rsa/doc/
Dconf.py2 # sphinx-quickstart on Sat Jul 30 23:11:07 2011.
23 # If your documentation needs a minimal Sphinx version, state it here.
26 # Add any Sphinx extension module names here, as strings. They can be extensions
27 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
28 extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.todo',
29 'sphinx.ext.coverage']
31 # I would like to add 'sphinx.ext.viewcode', but it causes a UnicodeDecodeError
58 # The language for content autogenerated by Sphinx. Refer to documentation
87 pygments_style = 'sphinx'
107 # The name for this set of Sphinx documents. If None, it defaults to
[all …]
/external/python/cryptography/docs/
Dconf.py9 # sphinx-quickstart on Tue Aug 6 19:19:14 2013.
42 # If your documentation needs a minimal Sphinx version, state it here.
45 # Add any Sphinx extension module names here, as strings. They can be
46 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
48 'sphinx.ext.autodoc',
49 'sphinx.ext.doctest',
50 'sphinx.ext.intersphinx',
51 'sphinx.ext.viewcode',
88 # The language for content autogenerated by Sphinx. Refer to documentation
117 pygments_style = 'sphinx'
/external/libnl/python/doc/
Dconf.py4 # sphinx-quickstart on Mon May 9 10:58:58 2011.
23 # If your documentation needs a minimal Sphinx version, state it here.
26 # Add any Sphinx extension module names here, as strings. They can be extensions
27 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
28 extensions = ['sphinx.ext.todo', 'sphinx.ext.ifconfig', 'sphinx.ext.viewcode']
55 # The language for content autogenerated by Sphinx. Refer to documentation
84 pygments_style = 'sphinx'
104 # The name for this set of Sphinx documents. If None, it defaults to
152 # If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
/external/python/funcsigs/docs/
Dconf.py5 # sphinx-quickstart on Fri Apr 20 20:27:52 2012.
24 # If your documentation needs a minimal Sphinx version, state it here.
27 # Add any Sphinx extension module names here, as strings. They can be extensions
28 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
29 extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinx.ext.viewcode']
57 # The language for content autogenerated by Sphinx. Refer to documentation
86 pygments_style = 'sphinx'
106 # The name for this set of Sphinx documents. If None, it defaults to
154 # If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
/external/python/pyfakefs/docs/
Dconf.py5 # sphinx-quickstart on Mon Oct 31 20:05:53 2016.
28 # If your documentation needs a minimal Sphinx version, state it here.
32 # Add any Sphinx extension module names here, as strings. They can be
33 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
36 'sphinx.ext.autodoc',
37 'sphinx.ext.githubpages', # puts .nojekyll file into source
38 'sphinx.ext.napoleon' # enables google style docstrings
73 # The language for content autogenerated by Sphinx. Refer to documentation
117 pygments_style = 'sphinx'
144 # The name for this set of Sphinx documents.
[all …]
/external/llvm-project/lldb/docs/
Dconf.py4 # sphinx-quickstart on Sun Dec 9 20:01:55 2012.
25 # If your documentation needs a minimal Sphinx version, state it here.
28 # Add any Sphinx extension module names here, as strings. They can be extensions
29 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
30 extensions = ['sphinx.ext.todo', 'sphinx.ext.mathjax', 'sphinx.ext.intersphinx']
47 import sphinx
48 if sphinx.version_info >= (3, 0):
76 # The language for content autogenerated by Sphinx. Refer to documentation
127 # The name for this set of Sphinx documents. If None, it defaults to
183 # If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
/external/pigweed/pw_docgen/py/pw_docgen/
Ddocgen.py14 """Renders HTML documentation using Sphinx."""
17 # to run Sphinx and build RTD docs.
44 parser.add_argument('--sphinx-build-dir',
49 help='Path to conf.py file for Sphinx')
70 """Runs Sphinx to render HTML documentation from a doc tree."""
72 # TODO(frolv): Specify the Sphinx script from a prebuilts path instead of
75 'sphinx-build', '-W', '-b', 'html', '-d', f'{dst_dir}/help', src_dir,
134 # Flush all script output before running Sphinx.
/external/python/pyasn1/docs/source/
Dconf.py4 # sphinx-quickstart on Sat Jun 27 23:15:54 2015.
22 # If your documentation needs a minimal Sphinx version, state it here.
25 # Add any Sphinx extension module names here, as strings. They can be
26 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
29 'sphinx.ext.autodoc',
30 'sphinx.ext.napoleon',
31 'sphinx.ext.intersphinx',
62 # The language for content autogenerated by Sphinx. Refer to documentation
95 pygments_style = 'sphinx'
137 # The name for this set of Sphinx documents. If None, it defaults to
[all …]

12345678910>>...15