Repo for all FYP work, including meeting logs, implementation, report and any other necessary documents. Will be a mix of tex, python, word and pdf documents
the method which parses stylesheets to make sure paths match no matter whether you're debugging or running from the app currently replaces backslashes with forward slashes. This will probably break shit in windows so we should be using either the path sep python provides or using os.path.join/os.path.split to manage paths.
the method which parses stylesheets to make sure paths match no matter whether you're debugging or running from the app currently replaces backslashes with forward slashes. This will probably break shit in windows so we should be using either the path sep python provides or using os.path.join/os.path.split to manage paths.