sphinx-tabs:Sphinx的选项卡式视图

时间:2024-02-25 17:49:11
【文件属性】:

文件名称:sphinx-tabs:Sphinx的选项卡式视图

文件大小:527KB

文件格式:ZIP

更新时间:2024-02-25 17:49:11

python documentation sphinx sphinx-extension DocumentationHTML

狮身人面像标签 生成HTML时,在创建选项卡式内容。 例如,请参阅的[Raw]代码,该代码将生成以下内容: 可以在这里找到现场演示: : 安装 pip install sphinx-tabs 要在Sphinx中启用扩展,请将以下内容添加到您的conf.py中: extensions = [ 'sphinx_tabs.tabs' ] 如果需要,有一个配置选项可允许其他构建器被认为是兼容的。 例如,要添加linkcheck构建器,请将以下内容添加到您的conf.py中: sphinx_tabs_valid_builders = [ 'linkcheck' ] 如果您使用“来构建文


【文件预览】:
sphinx-tabs-master
----MANIFEST.in(361B)
----codecov.yml(162B)
----.github()
--------workflows()
----sphinx_tabs()
--------tabs.py(10KB)
--------__init__.py(79B)
--------static()
----images()
--------codeTabs.gif(278KB)
--------tabs.gif(140KB)
--------groupTabs.gif(175KB)
----pylint.cfg(141B)
----tox.ini(574B)
----LICENSE(1KB)
----setup.py(2KB)
----README.md(5KB)
----.pre-commit-config.yaml(774B)
----docs()
--------conf.py(128B)
--------index.rst(7KB)
----tests()
--------test_build()
--------test_build.py(896B)
--------__init__.py(0B)
--------conftest.py(5KB)
--------roots()
----.readthedocs.yml(129B)
----.gitignore(95B)
----CHANGELOG.md(4KB)

网友评论