In today's fast-paced software development landscape, creating comprehensive and illustrative documentation is crucial for ensuring that users can effectively understand and utilize your software. One powerful way to enhance documentation is by integrating example galleries that showcase the capabilities of one's library or software package. In this blog post, we will explore a creative solution to achieve this by utilizing pure Python scripts, reStructuredText (reST) markup, and Jupyter Notebooks.
Published on July 26, 2023 by Dishie Vinchhi
Gallery of Examples Examples Source Code Outputs
We utilized Sphinx Gallery to automate example galleries in our documentation because it offers a streamlined solution for generating documentation from Python scripts, including code execution, output capture, and figure rendering.