write_docs#

pyconverter.xml2py.writer.write_docs(commands, cmd_map, package_path)#

Output to the autogenerated package directory.

Parameters:
commandslist[XMLCommand]

List of XML commands.

cmd_mapdict

Dictionary with this format: {"command_name": "python_name"}.

pathstr

Path to the new package folder.

Returns:
str

Path to the new document page.