Namespaces | Functions | Variables
mavlink_gitbook.py File Reference

Go to the source code of this file.

Namespaces

 

Functions

def mavlink_gitbook.fix_content_in_tags (input_html)
 BS puts each tag/content in its own line. More...
 
def mavlink_gitbook.fix_include_file_extension (input_html)
 
def mavlink_gitbook.fix_replace_space_marker (input_html)
 
def mavlink_gitbook.inject_top_level_docs (input_html, filename)
 
def mavlink_gitbook.strip_text_before_string (original_text, strip_text)
 

Variables

 mavlink_gitbook.dialect_files = set()
 
 mavlink_gitbook.dom = ET.fromstring(xml_file)
 
string mavlink_gitbook.index_file_name = "README.md"
 
string mavlink_gitbook.index_text
 
string mavlink_gitbook.markdown_text = ''
 
 mavlink_gitbook.newdom = transform(dom)
 
string mavlink_gitbook.output_dir = "./messages/"
 
string mavlink_gitbook.output_dir_html = output_dir+"_html/"
 
string mavlink_gitbook.output_file_name_html = file.rsplit('.',1)[0]+".html"
 
 mavlink_gitbook.output_file_name_html_withdir = output_dir_html+output_file_name_html
 
string mavlink_gitbook.output_file_name_md_withdir = output_dir+output_file_name_prefix+'.md'
 
 mavlink_gitbook.output_file_name_prefix = file.rsplit('.',1)[0]
 
 mavlink_gitbook.prettyHTML = soup.prettify()
 
 mavlink_gitbook.soup = bs(str(newdom), "lxml")
 
 mavlink_gitbook.transform = ET.XSLT(xslt)
 
 mavlink_gitbook.xml_file = content_file.read()
 
 mavlink_gitbook.xml_file_name = xml_message_definitions_dir_name+file
 
string mavlink_gitbook.xml_message_definitions_dir_name = "../message_definitions/v1.0/"
 
 mavlink_gitbook.xsl_file = content_file.read()
 
string mavlink_gitbook.xsl_file_name = "mavlink_to_html_table_gitbook.xsl"
 
 mavlink_gitbook.xslt = ET.fromstring(xsl_file)
 


mavlink
Author(s): Lorenz Meier
autogenerated on Sun Apr 7 2019 02:06:02