When transferring the notebook to rst files a very common issue is that the a coding block in rst starts with "ipython3". This gives a warning that is not clear. The way to solve it is to replace "ipython3" with "python". Maybe this could be mentioned in the guidelines as possible issue.
An actionable piece of advice about the rst files is to say in the contributing guidelines to compare the rst file of the new tutorial with the already existing and good ones, to get ideas on how correct possible mistakes.
When transferring the notebook to rst files a very common issue is that the a coding block in rst starts with "ipython3". This gives a warning that is not clear. The way to solve it is to replace "ipython3" with "python". Maybe this could be mentioned in the guidelines as possible issue. An actionable piece of advice about the rst files is to say in the contributing guidelines to compare the rst file of the new tutorial with the already existing and good ones, to get ideas on how correct possible mistakes.