You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No, please don't remove snippets folder.
Its purpose is to hold some code snippets that can be directly incorporated
in a LaTeX document using the `lstinputlistings` package, so there is no
expectation that it be working python code. It has a .py extension because
the LaTeX package can use the extension to figure out how to format the
content's syntax for display in the generated PDF document.
It's true that there's some junk in there right now but cleaning that up is
on my agenda. (I'm actively making (minor) changes to this repo but should
be finished soon).
I've seen all your PR messages; I propose that we (Alan and I) do all the
ones where it's a no-brainer what to do, and then perhaps we can have a
Zoom early next wee to discuss the rest?
Not sure what happened here, but @llorracc can you take a look?
The
Python/Code/snippets/*.py
files are either empty (with a comment or two) or contain pseudocode that is not valid Python.For a direct link see: https://github.com/llorracc/SolvingMicroDSOPs/tree/604970acb909a95fae70743757b9155c324bea61/Code/Python/snippets
Should the entire snippets folder be removed?
The text was updated successfully, but these errors were encountered: