-
Notifications
You must be signed in to change notification settings - Fork 24
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
A few renaming suggestions #106
Comments
I agree that the If we added a |
Maybe For |
I do think Ah, right! And if we expect users to run the notebooks and then immediately run the 'build' bit, would it make more sense to have the default be to make html after notebooks are run, and have a flag option for |
Perhaps slightly tangential but still relevant, in #118 Mike suggested that we "clean up the names of the directories cupid-run creates -- maybe CUPiD_out/ with computed_notebooks/, computed_scripts/ (once we finish #93), and html/ (created by cupid-build rather than cupid-run)." We could make these modifications at the same time as the aforementioned renaming suggestions. |
cupid-dev
->cupid-infrastructure
? Then we can talk about differentiating between the infrastructure to run CUPiD and the analysis done by CUPiD (non-developers still need to install this environment to use CUPiD)cupid-build
->cupid-publish
? I'm trying to think of a better verb for creating a website, sincebuild
is often associated with compiling code. Or we could add a--make-html
flag tocupid-run
and get rid ofcupid-build
altogether. It's not clear to me that we really need separate commands; if you runcupid-run
and then realize you want HTML output,cupid-run --make-html
will notice that the notebooks are up-to-date and won't try to re-run them.The text was updated successfully, but these errors were encountered: