-
class InstallDocs(distutils.cmd.Command)
Data and other non-method functions defined here:
- __doc__ = None
- __module__ = 'Ft.Lib.DistExt.InstallDocs'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
- boolean_options = ['force', 'skip-build']
- command_name = 'install_docs'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
- description = 'install documentation'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
- user_options = [('install-dir=', 'd', 'directory to install documentation to'), ('build-dir=', 'b', 'build directory (where to install from)'), ('force', 'f', 'force installation (overwrite existing files)'), ('skip-build', None, 'skip the build steps')]