Restructured Text

https://bashtage.github.io/sphinx-material/rst-cheatsheet/rst-cheatsheet.html

Format

italic

bold

code

  1. First

  2. Second

Admonitions

Caution

some warnings

Danger

danger text

Tip

text

Note

text

Images

../../_images/lion.png

Tables

A

B

A and B

False

False

False

True

False

False

False

True

False

True

True

True

Title Name

A

B

A and B

False

False

False

True

False

False

False

True

False

True

True

True

Code

1def say_hello(name):
2    print("hello " + name)