]> scripts.mit.edu Git - wizard.git/blob - doc/module/wizard.app.rst
Fix documentation coverage omissions.
[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:: remove_database
24
25 MySQL functions
26 ---------------
27 .. autofunction:: backup_mysql_database
28 .. autofunction:: restore_mysql_database
29 .. autofunction:: get_mysql_args
30
31 Exceptions
32 ----------
33 .. autoexception:: Error
34 .. autoexception:: NoRepositoryError
35     :members:
36 .. autoexception:: DeploymentParseError
37     :members:
38 .. autoexception:: NoSuchApplication
39     :members:
40
41 Failures
42 ''''''''
43 .. autoexception:: Failure
44 .. autoexception:: InstallFailure
45     :members:
46 .. autoexception:: RecoverableInstallFailure
47     :members:
48     :show-inheritance:
49 .. autoexception:: UpgradeFailure
50     :members:
51 .. autoexception:: UpgradeVerificationFailure
52     :members:
53 .. autoexception:: BackupFailure
54     :members:
55 .. autoexception:: RestoreFailure
56     :members:
57 .. autoexception:: RemoveFailure
58     :members: