SCons targets for building the relax manuals.
    |  | 
        
          | clean_manual_files(target,
        source,
        env) Builder action for removing the temporary manual files.
 | source code |  | 
    |  | 
        
          | compile_api_manual_html(target,
        source,
        env) Builder action for compiling the API documentation manual (HTML 
      version) using Epydoc.
 | source code |  | 
    |  | 
        
          | compile_user_manual_html(target,
        source,
        env) Builder action for compiling the user manual (HTML version) from the 
      LaTeX sources.
 | source code |  | 
    |  | 
        
          | compile_user_manual_pdf(target,
        source,
        env,
        convert=True) Builder action for compiling the user manual (PDF version) from the 
      LaTeX sources.
 | source code |  | 
    |  | 
        
          | fetch_docstrings(target,
        source,
        env) Builder action for fetching the relax user function docstrings.
 | source code |  | 
    |  | 
        
          | replicate_title_check(target,
        source,
        env) Builder action for checking for replicated titles in the LaTeX 
      sources.
 | source code |  | 
    |  | 
        
          | version_file(target,
        source,
        env) Builder action for creating the LaTeX relax version file.
 | source code |  |