A project template containing a library, CLI, Jupyter Notebook, and Sphinx documentation.
Sample documentation can be found at https://ecmwf-docsample.readthedocs.io/en/latest/
pip install .
from docsample.core import hello
hello("you")
docsample-hello you
Open notebooks/example_notebook.ipynb
.