-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[internal] Create a new module for helper functions of each output format #151
Comments
I recently got a similar feeling regarding @Tyler-Ward's BOM generation. (See additional thoughts below) Perhaps it would be best to move the BOM functions (currently in
|
Regarding the restructuring of HTML-related functions, it is important to distinguish between the HTML used for formatting GraphViz nodes (with all of GraphViz's HTML weirdness), and the actual generation of the |
Another question that could be discussed here is removing the
I am not sure if having a generic name could cause issues if there are other modules with the same name installed on the system (e.g. |
I'm not an expert on this issue, and had to google what has been written by others.
|
Thanks for the info. I've merged #192 using the |
As the number of helper functions for generating HTML is increasing, maybe we should move them into a new
wv_html.py
file? See also the excerpt from a recent discussion below.A new module for the HTML stuff sounds good, as a separate issue/PR!
It was less painful than anticipated, and I do like the output! Have a look at the latest commit. This will hopefully be the last change before the merge.
Originally posted by @formatc1702 in #136 (comment)
The text was updated successfully, but these errors were encountered: