Welcome to sphinx-demo’s documentation!¶
标题¶
- 标题以“==”和“–”来定义,遵从下原则:
- 双线比单线级别高
- 上下线比单下线级别高
表格¶
表格一:
下面这种是最简单的表格形式,当然你也可以去掉表头展示。
A B A and B False False False True False False False True False True True True 下面这种简单表内有列表
col 1 col 2 1 Second column of row 1. 2 Second column of row 2. Second line of paragraph. 3
- Second column of row 3.
- Second item in bullet list (row 3, column 2).
Row 4; column 1 will be empty. 表头进行分类合并
Inputs Output A B A or B False False False A True False True False True True True True True 表格二:
Header row, column 1 (header rows optional) Header 2 Header 3 Header 4 body row 1, column 1 column 2 column 3 column 4 body row 2 ... ...