Skip to content

Latest commit

 

History

History
68 lines (44 loc) · 1.09 KB

documentation.rst

File metadata and controls

68 lines (44 loc) · 1.09 KB

Documentation

.. htmlonly::

   :Release: |version|
   :Date: |today|

Previous versions: 0.8 0.7

Guides

.. hlist::
   :columns: 2

   * User

     .. toctree::
        :maxdepth: 2

        users/index
     .. toctree::
        :maxdepth: 1

        changes
   * Developer

     .. toctree::
        :maxdepth: 2

        api/index
        devel/index

Interfaces, Workflows and Examples

.. hlist::
   :columns: 2

   * Workflows

     .. toctree::
        :maxdepth: 1
        :glob:

        interfaces/generated/*workflows*
   * Examples

     .. toctree::
        :maxdepth: 1
        :glob:

        users/examples/*
   * Interfaces

     .. toctree::
        :maxdepth: 1
        :glob:

        interfaces/generated/*algorithms*
        interfaces/generated/*interfaces*