========================= HDF5 composite CAE format ========================= This Python package provides both documentation and Python tools to work with the HDF5 composite CAE format. For information on the format's specifications, see :ref:`specification`. Click the cards below to explore the documentation. .. grid:: 1 1 2 2 :gutter: 2 .. grid-item-card:: :octicon:`rocket` Getting started :link: getting_started :link-type: doc Learn how to install and start using the package. .. grid-item-card:: :octicon:`book` User guide :link: user_guide :link-type: doc Detailed guide for working with HDF5 composite CAE files. .. grid-item-card:: :octicon:`file-code` Composite CAE H5 specification :link: specification :link-type: doc Describes the specifications of the Composite CAE H5 format. .. grid-item-card:: :octicon:`code` API reference :link: api :link-type: doc Describes the public Python classes, methods, and functions. .. grid-item-card:: :octicon:`people` Contribute :link: contribute :link-type: doc Learn how to contribute to the project. .. toctree:: :hidden: api.rst specification.rst contribute.rst getting_started.rst user_guide.rst