Closed adowling2 closed 4 years ago
Only do this if the folders do not exist.
It is easy to find the figures. Is there an easy way to find all possible data files? Restrict to only .txt
and .csv
for now?
We need to leave out comments when we parse through the code.
Is there a simple regular expression to ignore comments in Python code?
Important order is strip then search.
This would also require extending the destination to a higher-level folder. Or tell the user to always run in the destination repo. You can still keep dst
as a useful option.
Change --src
to -src_repo
.
Remove dst
and src
options. Make these and /data
and /figure
part of nbpages.cfg
.
We discussed/agreed on putting /data
and /figure
in the top directory.
removed dst and src command line options, now configurable in nbpages.cfg. /figures and /data now created by setup (in not present), alternative directory names can be set in nbpages.cfg
This means it will work the same for /notebooks and /docs.
How to handle the case with two repos? It would need to copy only the files that are used.