import numpy as np
import matplotlib.pyplot as plt
from python_package_template import Example
Introduction to Python_package_template
This is an example of how the documentation could work
= Example(factor=2)
example = example.calculation(np.array([1, 2, 3]), np.array([4, 5, 6])) result
result
array([25., 49., 81.])
"Example showing the documentation ")
plt.title(; plt.plot(result)