-
Notifications
You must be signed in to change notification settings - Fork 118
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
separate nbconvert target #679
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very helpful. I take it that full make dependency processing for documentation is a much larger project.
Indeed. Alternative would be to use |
Also, there are sphinx libraries for jupyter notebooks ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you were too fast alex to implement this! thanks! :)
…les update on CPU/GPU (#710) * fixed for watch statements, global variable on GPU * fixed watch statement code generation described in #679 * fixed global variable update to gpu descrbed in #678 * fixed atomic capture for net_send buffer * fixed for watch test on GPU - Initial block was missing net_send_buffering related codegen when net_send was used - fix indentation with watch if-else statements - net_send_buffer updates from host & device missing - net_receieve_buffer code was out of place * Incorporate BlueBrain/mod2c/pull/63 * Fix CVF CI: INITIAL block shouldn't be executed on ISPC backend when mod file uses net_send/net_event method. This is because they contain non-compatible code for event buffering used for GPU. * Fix the weight_index argument for net_send_buffering() generated for net_send() call in INITIAL block. - See analysis in BlueBrain/nmodl#680 Closes #679, closes #678, closes #675, closes #680
Remove CMake
prepare_docs
dependency forsphinx
.By doing so,
make sphinx
will work faster in case of local re-runs.