做网站除了dw,一份完整的网站策划方案,asp网站程序优点,飞翔时代 网站建设1. 效果图
book 风格。 优点#xff1a;
极简风格右边有标题导航左侧是文件导航#xff0c;可隐藏
2. 使用方式
reST 格式#xff0c;比markdown格式更复杂。 推荐使用 book 风格。 文档构建工具是 sphinx#xff0c;是一个python包。
$ pip3 list | grep -i Sphinx
…1. 效果图
book 风格。 优点
极简风格右边有标题导航左侧是文件导航可隐藏
2. 使用方式
reST 格式比markdown格式更复杂。 推荐使用 book 风格。 文档构建工具是 sphinx是一个python包。
$ pip3 list | grep -i Sphinx
Sphinx 7.3.7
sphinxcontrib-applehelp 1.0.8
sphinxcontrib-devhelp 1.0.6
sphinxcontrib-htmlhelp 2.0.5
sphinxcontrib-jsmath 1.0.1
sphinxcontrib-qthelp 1.0.7
sphinxcontrib-serializinghtml 1.1.10$ pip3 install sphinx-book-theme# conf.py
html_theme sphinx_book_theme$ make html注意上文包名字的下划线_和减号-的区别。