]> scripts.mit.edu Git - wizard.git/commitdiff
Add missing docs, rename test.sh to run.sh
authorEdward Z. Yang <ezyang@mit.edu>
Wed, 25 Nov 2009 17:43:13 +0000 (12:43 -0500)
committerEdward Z. Yang <ezyang@mit.edu>
Wed, 25 Nov 2009 17:43:13 +0000 (12:43 -0500)
Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
doc/module/wizard.deploy.rst
doc/module/wizard.util.rst
run.sh [moved from test.sh with 100% similarity]

index cffdf72e1d2ec90dec815c8713fa0a66d734948d..8d3ac9924d1e67495eb1ae878449ffdb05d29a3c 100644 (file)
@@ -29,6 +29,8 @@ Exceptions
     :members:
 .. autoexception:: NotConfiguredError
     :members:
+.. autoexception:: NotAutoinstallError
+    :members:
 .. autoexception:: CorruptedAutoinstallError
     :members:
 .. autoexception:: NoTagError
index d4d172f31d65e6cc9727e94a0596f5201b40a557..6047afe25e4c023765976f65a09f0bca1df8ecc6 100644 (file)
@@ -30,6 +30,7 @@ Functions
 .. autofunction:: set_git_env
 .. autofunction:: get_git_footer
 .. autofunction:: safe_unlink
+.. autofunction:: soft_unlink
 .. autofunction:: fetch
 
 Exceptions
diff --git a/test.sh b/run.sh
similarity index 100%
rename from test.sh
rename to run.sh