Home
last modified time | relevance | path

Searched refs:Sphinx (Results 1 – 25 of 58) sorted by relevance

123

/openbmc/linux/Documentation/translations/zh_CN/doc-guide/
H A Dsphinx.rst26 安装Sphinx
31 这有一个脚本可以检查Sphinx的依赖项。更多详细信息见
34 大多数发行版都附带了Sphinx,但是它的工具链比较脆弱,而且在您的机器上升级它
43 #) html输出建议使用RTD主题。根据Sphinx版本的不同,它应该用
49 总之,如您要安装Sphinx 2.4.4版本,应执行::
71 目前只有Sphinx 2.4及更高版本才支持这种构建。
81 检查Sphinx依赖项
84 这有一个脚本可以自动检查Sphinx依赖项。如果它认得您的发行版,还会提示您所用发行
111 使用Sphinx的系统打包,而不是Python虚拟环境。
113 Sphinx构建
[all …]
H A Dcontributing.rst124 这使得这些信息更难找到,例如使Sphinx无法生成指向该文档的链接。将 ``kernel-doc``
214 随着Sphinx的采用,我们得到了比以前更好的HTML输出。但它仍然需要很大的改进;
224 对于拥有大量时间和Python技能的人来说,这绝对是一项不平凡的任务。Sphinx工具链
H A Dparse-headers.rst15 Sphinx将生成警告。这有助于保持用户空间API文档与内核更改同步。
29 parse_headers.pl——解析一个C文件,识别函数、结构体、枚举、定义并对Sphinx文档
H A Dkernel-doc.rst19 从注释中提取kernel-doc结构,并从中生成适当的 `Sphinx C 域`_ 函数和带有锚点的
315 reStructuredText标记和 `Sphinx C 域`_ 引用。
374 有关更多详细信息,请参阅 `Sphinx C 域`_ 文档。
405 文档注释可以被包含在任何使用专用kernel-doc Sphinx指令扩展的reStructuredText
/openbmc/openbmc/poky/documentation/sphinx/
H A Dyocto-vars.py8 from sphinx.application import Sphinx
27 def subst_vars_replace(app: Sphinx, docname, source): argument
33 def yocto_vars_env_get_outdated(app: Sphinx, env, added, changed, removed): argument
56 def yocto_vars_build_finished(app: Sphinx, exception): argument
65 def setup(app: Sphinx): argument
/openbmc/openbmc/poky/bitbake/doc/
H A DREADME18 Sphinx
22 format to Sphinx based documentation for the Yocto Project 3.2
25 Additional information related to the Sphinx migration, and guidelines
34 Sphinx is written in Python. While it might work with Python2, for
38 Sphinx might be available in your Linux distro packages repositories,
41 distro. The recommended method to install Sphinx and all required
/openbmc/openbmc/poky/documentation/
H A DREADME72 Sphinx
76 format to Sphinx based documentation for the Yocto Project 3.2
78 the Sphinx migration, and guidelines for developers willing to
86 Extensive documentation is available on the Sphinx website:
87 https://www.sphinx-doc.org/en/master/. Sphinx is designed to be
171 To fix errors which are not reported by Sphinx itself,
182 Sphinx theme and CSS customization
193 Sphinx design guidelines and principles
230 Sphinx has a glossary directive. From
249 Pandoc. Sphinx has builtin support for substitutions
[all …]
/openbmc/linux/Documentation/doc-guide/
H A Dsphinx.rst4 Using Sphinx for kernel documentation
7 The Linux kernel uses `Sphinx`_ to generate pretty documentation from
27 Sphinx Install
31 built with ``Sphinx`` version 1.7 or higher.
33 There's a script that checks for the Sphinx requirements. Please see
42 Sphinx inside a virtual environment, using ``virtualenv-3``
48 on the Sphinx version, it should be installed separately,
108 Checking for Sphinx dependencies
141 Sphinx Build
207 .. [#sph1_8] Fallback of math renderer requires Sphinx >=1.8.
[all …]
/openbmc/linux/Documentation/translations/it_IT/doc-guide/
H A Dsphinx.rst9 Usare Sphinx per la documentazione del kernel
35 Installazione Sphinx
39 processati da ``Sphinx`` nella versione 1.7 o superiore.
58 A seconda della versione di Sphinx, potrebbe essere necessaria
62 modo in cui Sphinx funziona, queste espressioni sono scritte
93 versioni di Sphinx superiori alla 2.4.
104 Verificare le dipendenze Sphinx
140 Generazione della documentazione Sphinx
203 `costruttori specifici per Sphinx`_.
286 Sphinx, il sistema di generazione della documentazione trasformerà
[all …]
/openbmc/linux/Documentation/sphinx/
H A Drequirements.txt1 # jinja2>=3.1 is not compatible with Sphinx<4.0
3 Sphinx==2.4.4
/openbmc/qemu/docs/sphinx/
H A Dfakedbusdoc.py11 from sphinx.application import Sphinx
23 def setup(app: Sphinx) -> Dict[str, Any]: argument
H A Ddbusdoc.py34 from sphinx.application import Sphinx
160 def setup(app: Sphinx) -> Dict[str, Any]: argument
/openbmc/qemu/docs/devel/
H A Ddocs.rst7 built using the Sphinx documentation generator. We generate both
19 * a Sphinx extension in ``docs/sphinx/hxtool.py`` generates rST output
65 is included into two separate Sphinx documents, and some
66 versions of Sphinx will complain about the duplicate label
/openbmc/u-boot/Documentation/sphinx/
H A Drequirements.txt2 Sphinx==1.4.9
/openbmc/qemu/tests/qapi-schema/
H A Ddoc-good.rst2 Test Sphinx manual that pulls in the test schema file. We will generate
H A Dmeson.build241 # file through Sphinx's plain-text builder and comparing the result against
242 # a golden reference. This is in theory susceptible to failures if Sphinx
244 # (no changes between Sphinx 1.6 and 3.0), so it is a better bet than
247 # fuzzy comparison if future Sphinx versions produce different text,
254 # We use -E to suppress Sphinx's caching, because
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-sphinxcontrib-jquery_4.1.bb1 SUMMARY = "Extension to include jQuery on newer Sphinx releases"
H A Dpython3-alabaster_0.7.16.bb1 SUMMARY = "Alabaster is a visually (c)lean, responsive, configurable theme for the Sphinx documenta…
H A Dpython3-sphinx-rtd-theme_2.0.0.bb1 SUMMARY = "Sphinx Theme reader"
H A Dpython3-sphinx_7.2.6.bb10 UPSTREAM_CHECK_REGEX = "/Sphinx/(?P<pver>(\d+[\.\-_]*)+)/"
/openbmc/linux/Documentation/sphinx-static/
H A Dtheme_rtd_colors.css3 * Sphinx HTML theme customization: color settings for RTD (non-dark) theme
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A Dfixedmeson.patch19 # Conditionally ensure Sphinx is installed.
/openbmc/qemu/
H A D.readthedocs.yml14 # Build documentation in the docs/ directory with Sphinx
/openbmc/openpower-inventory-upload/
H A D.gitignore55 # Sphinx documentation
/openbmc/qemu/docs/interop/
H A Ddbus-display.rst26 Sphinx 4 is required to build D-Bus documentation.

123