Conversation
| !openfold3/** | ||
| !scripts/** No newline at end of file | ||
| !scripts/** | ||
| !examples/** |
There was a problem hiding this comment.
Unrelated but helpful: we previously were excluding the JSON examples from the docker image, they're actually quite nice to have baked in
| "pytest-xdist", | ||
| "pytest-cov", | ||
| "pytest-benchmark", | ||
| "debugpy", |
There was a problem hiding this comment.
This allows for the interactive debugger, added as a test dep
jnwei
left a comment
There was a problem hiding this comment.
Overall looks good! Thank you for adding this.
Under which tab do you think this should go in the documentation? Currently we follow the diataxis break down and you can see the organization of docs here: https://github.com/aqlaboratory/openfold-3/blob/main/docs/source/index.md?plain=1#L53-L86
Maybe this could go under deep-dives? It could potentially go under How-To, but it might be nice to separate this as a special "how to" for development.
|
This is definitely a "how to" in my mind – let me update the contents. |
Summary
While working on #101 I found it very useful to run with an interactive debugger. Decided to write some docs explaining how to set this up
Changes
See comments on the PR
Related Issues
Testing
Other Notes