Doc tools

Markdown pull downs

Type Color
note blue
success green
warning orange
danger red
info light blue
example purple
Show code ``` python # Setup import matplotlib.pyplot as plt import matplotlib.patches as patches from matplotlib.patches import FancyBboxPatch, Rectangle, FancyArrowPatch import numpy as np print("Setup complete.") ```
Show code
# Setup
import matplotlib.pyplot as plt
import numpy as np
print("Setup complete.")