Resolves @jlperla's issue QuantEcon/sphinxcontrib-jupyter.minimal#2, which was fixed by switching UNIX-style delimiters / in a file to Windows ones \. This PR replaces them with a generic delimiter os.sep.
Note: There's one place in this function where / is still hardcoded, but since it didn't seem to break anything, I didn't want to touch it. I left a comment there.
Resolves @jlperla's issue QuantEcon/sphinxcontrib-jupyter.minimal#2, which was fixed by switching UNIX-style delimiters
/
in a file to Windows ones\
. This PR replaces them with a generic delimiteros.sep
.Note: There's one place in this function where
/
is still hardcoded, but since it didn't seem to break anything, I didn't want to touch it. I left a comment there.