]> scripts.mit.edu Git - wizard.git/blob - doc/module/wizard.app.rst
Minor updates to docs, add RecoverableFailure docs.
[wizard.git] / doc / module / wizard.app.rst
1 :mod:`wizard.app`
2 =================
3
4 .. automodule:: wizard.app
5
6 Classes
7 -------
8 .. autoclass:: Application
9     :members:
10 .. autoclass:: ApplicationVersion
11     :members:
12
13 Functions
14 ---------
15 .. autofunction:: applications
16 .. autofunction:: expand_re
17 .. autofunction:: make_extractors
18 .. autofunction:: make_substitutions
19 .. autofunction:: filename_regex_extractor
20 .. autofunction:: filename_regex_substitution
21 .. autofunction:: backup_database
22 .. autofunction:: restore_database
23 .. autofunction:: get_mysql_args
24
25 Exceptions
26 ----------
27 .. autoexception:: Error
28 .. autoexception:: RecoverableFailure
29     :members:
30 .. autoexception:: NoRepositoryError
31     :members:
32 .. autoexception:: DeploymentParseError
33     :members:
34 .. autoexception:: NoSuchApplication
35     :members:
36 .. autoexception:: UpgradeFailure
37     :members:
38 .. autoexception:: UpgradeVerificationFailure
39     :members:
40 .. autoexception:: BackupFailure
41     :members:
42 .. autoexception:: RestoreFailure
43     :members: