load_terms#

pyconverter.xml2py.load_xml_doc.load_terms(term_path, docu_global, links, fcache, variable_file='build_variables.ent', global_terms_file='terms_global.ent', manual_file='manuals.ent', character_directory='ent')#

Load all needed terms.

Parameters:
term_pathstr

Path to the terms directory.

docu_globaldict

Dictionary containing the entity names from the documentation and their path.

linksdict

Dictionary containing the link names and the needed information to render the links.

fcachedict

Dictionary containing the base names of the graphics and their path.

variable_filestr, optional

Name of the file containing the variable terms to import. The default value is "build_variables.ent".

global_terms_filestr, optional

Name of the file containing the global terms to import. The default is "terms_global.ent".

manual_filestr, optional

Name of the file containing the manual entities to import. The default is "manuals.ent".

character_directorystr, optional

Name of the directory containg the entities for the special characters. The default is "ent".

Returns:
dict

Dictionary containing the entity names and their values.