This notebook showcases very basic functionality of rendering your jupyter notebooks as tutorials inside your sphinx documentation.
As part of the LINCC Frameworks python project template, your notebooks will be executed AND rendered at document build time.
You can read more about Sphinx, ReadTheDocs, and building notebooks in [LINCC's documentation](https://lincc-ppt.readthedocs.io/en/latest/practices/sphinx.html)
%% Cell type:code id:codeblock1 tags:
``` python
defsierpinsky(order):
"""Define a method that will create a Sierpinsky triangle of given order,