:py:mod:`km3pipe.utils.nb2sphx` =============================== .. py:module:: km3pipe.utils.nb2sphx .. autoapi-nested-parse:: Convert jupyter notebook to sphinx gallery notebook styled examples. Needs pypandoc (`pip install pypandoc`). Usage: nb2sphx NOTEBOOK .. !! processed by numpydoc !! Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: km3pipe.utils.nb2sphx.convert_ipynb_to_gallery km3pipe.utils.nb2sphx.main .. py:function:: convert_ipynb_to_gallery(file_name) Blatantly stolen + adapted from https://gist.github.com/wuhuikai/4a7ceb8bc52454e17a4eb8327d538d85 .. !! processed by numpydoc !! .. py:function:: main()