prune structure

This commit is contained in:
CaiHQ
2022-01-04 13:51:41 +08:00
parent 827c401149
commit e4f9be64fa
17 changed files with 650 additions and 49 deletions

View File

@@ -1,4 +1,5 @@
# 环境依赖安装:
# 环境配置
## 环境依赖安装
```bash
#视情况使用pip/pip3
pip install sphinx
@@ -8,26 +9,19 @@ pip install sphinx_markdown_tables
pip install sphinx-multiversion
```
# 建立软链接
```
ln -s absolutepath/markdown/ ./soruce/_static
```
# 更新版本
```
git tag -a v${version} -m "message"
```
# 将TAG推送到服务端
```
git push --tags
```
# 配置文件说明
./source/index.rst
./source/conf.py
# 编写文档
前往source/markdown目录修改xxx.md文件。
前往markdown/markdown_BDWare目录修改xxx.md文件。
## 转换成rst并生成html。
@@ -43,9 +37,6 @@ sh toRst.sh
make latex
make latexPdf
```
##
# MarkDownTips
1)学习markdown:https://www.runoob.com/markdown/md-tutorial.html