:mod:`gridmap` Package
----------------------
The most useful parts of our API are available at the package level in addition
to the module level. They are documented in both places for convenience.

From :py:mod:`~gridmap.job` Module
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. autoclass:: gridmap.Job
    :members:
    :undoc-members:
    :show-inheritance:
.. autoexception:: gridmap.JobException
.. autofunction:: gridmap.process_jobs
.. autofunction:: gridmap.grid_map
.. autofunction:: gridmap.pg_map


:mod:`conf` Module
------------------

.. automodule:: gridmap.conf
   :members:
   :undoc-members:


:mod:`data` Module
------------------

.. automodule:: gridmap.data
   :members:
   :undoc-members:
   :show-inheritance:


:mod:`job` Module
-----------------

.. automodule:: gridmap.job
   :members:
   :undoc-members:
   :show-inheritance:


:mod:`runner` Module
--------------------

.. automodule:: gridmap.runner
   :members:
   :undoc-members:
   :show-inheritance:


:mod:`web` Module
-----------------

.. automodule:: gridmap.web
   :members:
   :undoc-members:
   :show-inheritance:


