:mod:`shell` -- Shell functionality
===================================

..  automodule:: shell
    :synopsis: Shell functionality
..  moduleauthor:: Tim Golden <mail@timgolden.me.uk>


Functions
----------
..  autofunction:: shortcut
..  autofunction:: properties

Classes
-------
..  autoclass:: Shortcut
    :members:

Constants
---------
..  autodata:: CSIDL
..  autodata:: STGM
..  autodata:: STGFMT
..  autodata:: FMTID
..  autodata:: PIDSI
..  autodata:: PIDDSI
..  autodata:: PIDMSI
..  autodata:: PIDASI
..  autodata:: PID_VOLUME
..  autodata:: SHCONTF
..  autodata:: SHGDN
..  autodata:: SLGP

Exceptions
----------
..  autoexception:: x_shell

References
----------
..  seealso::

    :doc:`cookbook/shell`
      Cookbook examples of using the shell module
