Solo Controller Documentation 1.0
Documentation for the Solo Controller
 
Loading...
Searching...
No Matches
runDoxygen.py File Reference

Namespaces

namespace  runDoxygen
 

Functions

 runDoxygen.replace_string_in_file (file_path, old_string, new_string)
 
 runDoxygen.search_and_replace_in_directory (directory, old_string, new_string)
 

Variables

str runDoxygen.ROOT_DIR = "C:/Users/david/Documents/PlatformIO/Solo_Controller/"
 
str runDoxygen.HTML_DIR = ROOT_DIR + "DVititoe.github.io/Solo_Controller/html/"
 
str runDoxygen.directory_to_search = HTML_DIR
 
str runDoxygen.old_string = r'<img src="[^"]*images/'
 
str runDoxygen.new_string = '<img src="'
 
str runDoxygen.images_dir = ROOT_DIR + "Solo_Controller_Repo/images/"
 
str runDoxygen.doc_dir = ROOT_DIR + "Solo_Controller_Repo/docs/"
 
str runDoxygen.dest_dir = HTML_DIR + "docs/"
 
str runDoxygen.extension = ".pdf"
 
 runDoxygen.s = os.path.join(doc_dir, item)
 
 runDoxygen.d = os.path.join(dest_dir, item)
 
str runDoxygen.dest_file = HTML_DIR + "BOM/Controller_Board_BOM.html"
 
str runDoxygen.bom_file = ROOT_DIR + "Solo_Controller_Repo/Kicad/Controller_Board/BOM/ibom.html"