cookiecutterize#75
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
|
Mostly done. Sphinx doesn't pass because there are some warnings related to the docstrings that need to be resolved. |
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
mbuttner
left a comment
There was a problem hiding this comment.
Looks good to me overall - one minor comment on gitignore.
|
I fixed the sphinx warnings by converting the docstrings to numpy-style (with some help of ChatGPT). Here's a preview of the docs: |
|
I pushed some changes:
|
This looks pretty amazing already! For the rendered tutorial notebooks, I realized that there is no output shown, yet. |
|
Did the lamin docs setup execute tutorials upon building the documentation? With the new setup, this would only work (without extra effort) if the notebooks consume so little memory that they can run on the readthedocs CI. |
|
Yes, we made the separation between "examples and tasks" (not executed) and "tutorials", which are executed, but are designed to consume little memory. |
|
ok, let's try |
|
Seems to have worked now :) @quentinblampey, the scatterplot in the tutorial looks a bit strange. I suspect it's due to xlim being provided |
|
Nice catch @grst, indeed on this example the minimal value was |
|
We use at lamin with pre-commit to ensure that no executed notebooks are pushed. I think this setup here wants that, right? |
|
Yes, but only for the notebooks in |
|
Does it look good for everyone? |
|
@mbuttner, is it possible to forward to https://pytometry.readthedocs.io/en/latest/index.html from the old netlify site? |
|
Yes, that's possible, see https://docs.netlify.com/configure-builds/file-based-configuration/#redirects |

Close #66
Migrate pytometry into the scverse-cookiecutter template.