Demo
Codeausführung
https://github.com/jpsenior/sphinx-execute-code
import numpy as np
print (f'pi = {np.pi:04f}')
pi = 3.141593
Section
Subsection
You can use backticks for showing highlighted code.
A cool bit of code:
Some cool Code
dsf
sdf
sdfs sdfsdf
A bit of **rst** which should be *highlighted* properly.
main.py
if __name__ == "__main__":
print('Hello World')