Melissa Weber Mendonça
Melissa Weber Mendonça
## PR Summary This PR moves some of the gitwash content to the main body of the contributor guide. I deliberately chose not to make any huge content changes to...
After the final format for the repo is decided and merged.
At the very least, I would suggest using tags such as "Beginner", "Intermediate" or "Advanced". I'm not sure those are descriptive enough, or if we should group content in some...
The docs team had a discussion about this and figured that we might want to change the repo name so it can also contain how tos, instead of just tutorials....
The plot showing [Micro-benchmark results](https://julialang.org/benchmarks/) is currently showing unreadable, overlapping labels on Firefox:  I'm using Manjaro Linux and Firefox 90.0.1
## 📚 Documentation When building the docs from `main`, the gallery outputs several `TypeError` messages related to `napari.Viewer`: ``` Traceback (most recent call last): File "/Users/mwebermendonca/napari/examples/custom_mouse_functions.py", line 16, in viewer...
Fixes a few conflicts which were preventing the docs build - specifically preventing Sphinx>=5 from being installed. Also syncs the `docs/requirements.txt` to agree with `setup.cfg`. # Description When creating a...
# Description This extension (https://github.com/sloria/sphinx-issues) automatically generates links to issues and PRs in the napari repo. I have only added one such link so far. ## Type of change -...
## 📚 Documentation Currently, we have 3 versions available at the version switcher: `latest`, `0.4.16 (stable)` and `0.4.15`. However, as @kandarpksk pointed out to me: - For the stable docs,...
## 📚 Documentation It would be great to have a how-to guide on saving outputs from napari. A possible outline: - What is the best/quickest way to save data from...