教一下¶
测试一波¶
bold and italics
- A thing.
- Another thing.
or
- Item 1.
- Item 2.
- Item 3.
or
- Some.
- Thing.
- Different.
H1¶
There should only be one of these per page and this will also – when converting to pdf – be used for the chapters.
H2¶
这是二级标题
H3¶
这是三级标题
H4¶
这是四级标题
COMPLEX TABLE:
Header 1 | Header 2 | Header 3 |
---|---|---|
body row 1 | column 2 | column 3 |
body row 2 | Cells may span columns. | |
body row 3 | Cells may span rows. |
|
body row 4 |
SIMPLE TABLE:
Inputs | Output | |
---|---|---|
A | B | A or B |
False | False | False |
True | False | True |
False | True | True |
True | True | True |

vscode rst preview ext
other¶
Here is something I want to talk about:
def my_fn(foo, bar=True):
"""A really useful function.
Returns None
"""
This is inline if __name__ == '__main__':
\[\int_a^{b}f=\left[f(a+\dfrac{dx}{2})+f(a+dx+\dfrac{dx}{2})+(f(a+2dx+\dfrac{dx}{2})+\cdots \right]dx\]
查看配置文件 the conf.py script
.
学习使用 rst 书写文档