Go to file
2022-10-18 10:01:45 +08:00
markdown update annotation docs 2022-10-18 10:01:45 +08:00
source release 1.7.5 2022-04-29 22:29:46 +08:00
.gitignore support multiversion 2022-01-04 13:14:32 +08:00
build.gradle initial commit 2021-09-25 01:43:11 +08:00
LICENSE Initial commit 2021-09-24 17:40:23 +00:00
make.bat initial commit 2021-09-25 01:43:11 +08:00
Makefile initial commit 2021-09-25 01:43:11 +08:00
README.md update annotation docs 2022-10-18 10:01:45 +08:00
todo.md update annotation docs 2022-10-18 10:01:45 +08:00
toRst.sh prune structure 2022-01-04 13:51:41 +08:00
toWordConvert.sh initial commit 2021-09-25 01:43:11 +08:00

环境配置

环境依赖安装

#视情况使用pip/pip3
pip3 install sphinx
pip3 install recommonmark
pip3 install sphinx_rtd_theme
pip3 install sphinx_markdown_tables
pip3 install sphinx-multiversion

更新版本

git tag -a v${version} -m "message"

创建多版本

sphinx-multiversion source build/html

将TAG推送到服务端

git push --tags

配置文件说明

./source/index.rst ./source/conf.py

编写文档

前往markdown/markdown_BDWare目录修改xxx.md文件。

转换成rst并生成html。

执行:

sh toRst.sh

生成pdf文件

执行:

make latex
make latexPdf

MarkDownTips

  1. 学习markdown:https://www.runoob.com/markdown/md-tutorial.html
  2. 可参考现有.md文件作为模板。
  3. 表格示例:
字段
action startContract
script 合约脚本内容, 需进行进行URIEncode
  1. 代码示例: 特别地json代码的格式化可以使用http://www.bejson.com/t2ck.htm
{
    "data": "{\"status\":\"Success\",\"result\":\"\"}",
    "action": "onStartContract",
    "cid": "-562752842",
    "executeTime": 1187
}
  1. 插入图片示例:

shortcut2

方括号内为小标题,小括号内为“图片的相对路径”,一定不要写成绝对路径。

  1. 超链接: 百度