.. graf documentation master file, created by sphinx-quickstart on Wed Sep 11 08:34:37 2024. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. .. image:: ../images/graf_banner.png :target: grafhome_ :width: 700 :align: center **GrAF** (Graph Archive Format) is a file format which allows you to save graphs, including the data and formatting. GrAF prioritizes ease of access to the underlying data, as well as preserving the key formatting that is neccesary for preserving the scientific meaning of the data. GrAF is designed as a language-agnostic method for preserving figures, as opposed to the more traditional approaches of pickling a matplotlib figure in Python or saving a MATLAB figure to a fig file. Documentation ===================================== .. toctree:: :maxdepth: 2 tutorials/index.rst modules license Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search` .. _grafhome: https://github.com/Grant-Giesbrecht/graf/