HTM: your hydrogen transport properties library
===============================================

.. grid:: 1 1 2 2
    :gutter: 2

    .. grid-item-card::
        :img-top: _static/index_getting_started.svg
        :link: getting/index
        :link-type: doc

        Getting Started
        ^^^^^^^^^^^^^^^

        New to HTM? Check out the getting started guides. They contain an
        introduction to HTM's main concepts and links to additional tutorials.

    .. grid-item-card::
        :img-top: _static/index_user_guide.svg
        :link: user/index
        :link-type: doc

        User Guide
        ^^^^^^^^^^

        The user guide provides in-depth information on the
        key concepts of HTM with useful background information and explanation.

    .. grid-item-card::
        :img-top: _static/index_api.svg
        :link: api/index
        :link-type: doc

        API reference
        ^^^^^^^^^^^^^

        The reference guide contains a detailed description of the HTM API.
        The reference describes how the methods work and which parameters can
        be used. It assumes that you have an understanding of the key concepts.

    .. grid-item-card::
        :img-top: _static/index_contribute.svg
        :link: dev/contributing
        :link-type: doc

        Developer guide
        ^^^^^^^^^^^^^^^

        Saw a typo in the documentation? Want to improve existing functionalities?
        The contributing guidelines will guide you through the process of improving
        HTM.


.. toctree::
    :maxdepth: 2
    :hidden:
    :caption: For users

    Getting started <getting/index>
    User Guide <user/index>
    API Reference <api/index>

.. toctree::
    :maxdepth: 1
    :hidden:
    :caption: For developers

    dev/contributing
    dev/documentation

.. toctree::
   :maxdepth: 1
   :hidden:
   :caption: Community

    GitHub repository <https://github.com/RemDelaporteMathurin/h-transport-materials>
