cookie icon indicating copy to clipboard operation
cookie copied to clipboard

Scientific Python Library Development Guide and Cookiecutter

Results 46 cookie issues
Sort by recently updated
recently updated
newest added

Current link is ``` https://gitter.im/{{cookiecutter.url}}/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge ``` which leads to entries like ``` https://gitter.im/https://github.com///community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge ``` Instead, it should probably be `{{cookiecutter.url}}` → `{{ cookiecutter.github_username }}/{{ cookiecutter.project_slug }}`: ``` https://gitter.im/{{ cookiecutter.github_username }}/{{...

Working putting as much as possible into one repo.

Hi! :wave: Thanks for a great cookie, just used and it was very helpful! I was excited to learn about `FORCE_COLOR`, however I am quite puzzled: why is set to...

[Online checking](https://learn.scientific-python.org/development/guides/repo-review/?repo=sphinx-doc%2Fsphinx&branch=master) of [sphinx-doc/sphinx](https://github.com/sphinx-doc/sphinx) generates this error: ```python Traceback (most recent call last): File "/lib/python311.zip/_pyodide/_base.py", line 468, in eval_code .run(globals, locals) ^^^^^^^^^^^^^^^^^^^^ File "/lib/python311.zip/_pyodide/_base.py", line 310, in run coroutine =...

This [accessibility checklist](https://iota-school.github.io/notebooks-for-all/exports/resources/event-hackathon/notebook-authoring-checklist/) for notebooks may be worth linking to and perhaps lifting some key points from.

`repo-review` and `sp-repo-review` are now conda packages on conda-forge. There is a bit of an snag with testing `repo-review` when `sp-repo-review` is provided in the tests environment. It is not...

The `MY101` and `MY102` have been passing and failing (respectively) on the develop branch of PyBaMM, but it should be the other way. Running sp_repo_review: https://learn.scientific-python.org/development/guides/repo-review/?repo=pybamm-team%2FPyBaMM&branch=develop Actual mypy config: https://github.com/pybamm-team/PyBaMM/blob/94aa498176d0b6bb1186aa63bebd9c85f7b74bff/pyproject.toml#L272-L282...

Adapted from https://github.com/scikit-build/cmake-python-distributions

Following up #136, investigate whether we should recommend: * Jupytext * the `ipython` sphinx directive * the matplotlib `plot` directive I suspect that Jupytext is now the best way to...

Ruff has a replacement for blacken-docs: [astral.sh/blog/ruff-v0.1.8#formatting-code-snippets-in-docstrings](https://astral.sh/blog/ruff-v0.1.8#formatting-code-snippets-in-docstrings). In Jupyter Server we're skipping `PC111` for [now](https://github.com/jupyter-server/jupyter_server/pull/1377).