| 
    
   | 
  | 
     
    | 
  
    __init__(self,
        dom_tree)
    
   | 
  
    string
    | 
  
    to_html(self,
        docstring_linker,
        directory=None,
        docindex=None,
        context=None,
        **options)
     Translate this docstring to HTML.
   | 
  
    string
    | 
  
    to_latex(self,
        docstring_linker,
        **options)
     Translate this docstring to LaTeX.
   | 
  
    string
    | 
  
    to_plaintext(self,
        docstring_linker,
        **options)
     Translate this docstring to plaintext.
   | 
  | 
     
    | 
  
    _index_term_key(self,
        tree)
    
   | 
  | 
     
    | 
  
    _to_html(self,
        tree,
        linker,
        directory,
        docindex,
        context,
        indent=0,
        seclevel=0)
    
   | 
  | 
     
    | 
  
    _build_graph(self,
        graph_type,
        graph_args,
        linker,
        docindex,
        context)
    
   | 
  | 
     
    | 
  
    _to_latex(self,
        tree,
        linker,
        indent=0,
        seclevel=0,
        breakany=0)
    
   | 
  | 
    ParsedDocstring
    | 
  
    summary(self)
    
   | 
  
    (ParsedDocstring, list of Field)
    | 
  
    split_fields(self,
        errors=None)
     Split this docstring into its body and its fields.
   | 
  
    list of ParsedDocstring
    | 
  
    index_terms(self)
    
   | 
  | 
     
    | 
  
    _index_terms(self,
        tree,
        terms)
    
   | 
  
    | 
     :
      __add__,
      concatenate
       
     |