.. _glossary: ======== Glossary ======== .. glossary:: Jupyter notebook Powerful web application used in this project, for examples and tutorials containing real python code. From ``_: The Jupyter Notebook is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations and narrative text. matplotlib Primary python package for plotting data. Highly customizable and extensible. More information at ``_ numpy Widely-used python package that allows multidimensional arrays and linear algebra routines. More information at ``_ pip Recommended tool for installing Python packages. More at ``_ pytest Fully featured python test runner. More at ``_ yaml Human-readable format used for configuration files in this project. For more information, see ``_ scipy Python scipy module! More at ``_ serpentTools Lovely tools useful for handling Serpent 2 data in Python! More at ``_