Methods
- build_api(self)
- build_commandline(self)
- build_extensions(self)
-
Create XML documentation for XPath/XSLT extensions
- build_index(self, documents)
- build_static(self)
- document(self, category, name, sources, object, formatter)
- finalize_options(self)
- Overrides: finalize_options from class Command
- find_xml_includes(self, uri, _includes=None)
- get_modules(self)
- get_output_filename(self, name, category=None)
- get_outputs(self)
- get_source_files(self)
- initialize_options(self)
- Overrides: initialize_options from class Command
- prepare_modules(self)
- run(self)
- Overrides: run from class Command
Methods inherited from class distutils.cmd.Command
__getattr__, __init__, announce, copy_file, copy_tree, debug_print, dump_options, ensure_dirname, ensure_filename, ensure_finalized, ensure_string, ensure_string_list, execute, get_command_name, get_finalized_command, get_sub_commands, make_archive, make_file, mkpath, move_file, reinitialize_command, run_command, set_undefined_options, spawn, warn
Members
- boolean_options = ['inplace', 'force']
- command_name = 'build_docs'
- description = 'build documentation files (copy or generate XML sources)'
- user_options = [('build-dir=', 'd', 'directory to "build" (generate) to'), ('force', 'f', 'forcibly build everything (ignore file timestamps)')]
Members inherited from class distutils.cmd.Command
sub_commands