| 
    
   | 
  | 
     
    | 
  
    __init__(self,
        docindex,
        **kwargs)
    
   | 
  
    None
    | 
  
    write(self,
        directory=None)
     Write the API documentation for the entire project to the given 
      directory.
   | 
  | 
     
    | 
  
    _write(self,
        write_func,
        directory,
        filename,
        *args)
    
   | 
  
    int
    | 
  
    num_files(self)
    
   | 
  
    None
    | 
  
    _mkdir(self,
        directory)
     If the given directory does not exist, then attempt to create 
      it.
   | 
  | 
     
    | 
  
    write_topfile(self,
        out)
    
   | 
  | 
     
    | 
  
    write_preamble(self,
        out)
    
   | 
  | 
     
    | 
  
    write_module(self,
        out,
        doc)
    
   | 
  | 
     
    | 
  
    write_class(self,
        out,
        doc)
    
   | 
  | 
     
    | 
  
    write_module_tree(self,
        out)
    
   | 
  | 
     
    | 
  
    write_module_list(self,
        out,
        doc)
    
   | 
  
    string
    | 
  
    write_module_tree_item(self,
        out,
        doc,
        depth=0)
     Helper function for _module_tree and 
      _module_list.
   | 
  | 
     
    | 
  
    base_tree(self,
        doc,
        width=None,
        linespec=None)
    
   | 
  | 
     
    | 
  
    _find_tree_width(self,
        doc)
    
   | 
  | 
     
    | 
  
    _base_tree_line(self,
        doc,
        width,
        linespec)
    
   | 
  | 
     
    | 
  
    write_class_list(self,
        out,
        doc)
    
   | 
  | 
     
    | 
  
    write_class_list_line(self,
        out,
        var_doc)
    
   | 
  | 
     
    | 
  
    write_func_list(self,
        out,
        heading,
        doc,
        value_type,
        seclevel=1)
    
   | 
  | 
     
    | 
  
    write_func_list_box(self,
        out,
        var_doc)
    
   | 
  | 
     
    | 
  
    function_signature(self,
        var_doc)
    
   | 
  | 
     
    | 
  
    func_arg(self,
        name,
        default)
    
   | 
  | 
     
    | 
  
    _arg_name(self,
        arg)
    
   | 
  | 
     
    | 
  
    write_var_list(self,
        out,
        heading,
        doc,
        value_type,
        seclevel=1)
    
   | 
  | 
     
    | 
  
    write_var_list_line(self,
        out,
        var_doc)
    
   | 
  | 
     
    | 
  
    _pprint_var_value(self,
        s,
        maxwidth=100)
    
   | 
  | 
     
    | 
  
    write_property_list_line(self,
        out,
        var_doc)
    
   | 
  | 
     
    | 
  
    write_standard_fields(self,
        out,
        doc)
    
   | 
  | 
     
    | 
  
    write_standard_field(self,
        out,
        doc,
        field,
        descrs,
        arg='')
    
   | 
  | 
     
    | 
  
    _descrlist(self,
        items,
        singular,
        plural=None,
        short=0)
    
   | 
  | 
     
    | 
  
    docstring_to_latex(self,
        docstring,
        indent=0,
        breakany=0)
    
   | 
  | 
     
    | 
  
    write_header(self,
        out,
        where)
    
   | 
  | 
     
    | 
  
    write_start_of(self,
        out,
        section_name)
    
   | 
  | 
     
    | 
  
    section(self,
        title,
        depth=0)
    
   | 
  | 
     
    | 
  
    sectionstar(self,
        title,
        depth)
    
   | 
  | 
     
    | 
  
    doc_kind(self,
        doc)
    
   | 
  | 
     
    | 
  
    indexterm(self,
        doc,
        pos='only')
     Mark a term or section for inclusion in the index.
   | 
  | 
     
    | 
  
    label(self,
        doc)
    
   |