Add prefect flow visualizations into a Sphinx project
This article demonstrates an easy way (hopefully) to add your prefect flow visualizations into your Sphinx documentation using the sphinxcontrib-prefectviz plugin. Context Let’s say you have implemented some pipelines using the lovely Prefect, great news so far, you chose a great tool to automate the boring stuff. Now it’s time to document your flows, a simple way to have an overview of your flows is to use the flow visualization. Let’s start by creating an awesome project called example. The only prefect flow that this project has is inside the flow.py file: ...