py21cmfast.yaml =============== .. py:module:: py21cmfast.yaml .. autoapi-nested-parse:: Modified YAML that can load/dump `astropy` quantities. A modification of the basic YAML and astropy.io.misc.yaml to be able to load/dump objects with astropy quantities in them. .. !! processed by numpydoc !! Functions --------- .. autoapisummary:: py21cmfast.yaml.dump py21cmfast.yaml.load Module Contents --------------- .. py:function:: dump(data, stream=None, **kwargs) Dump an object into a YAML stream. .. !! processed by numpydoc !! .. py:function:: load(stream) Load an object from a YAML stream. .. !! processed by numpydoc !!