Doxygen/it: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

(newest | oldest) View (newer 20 | ) (20 | 50 | 100 | 250 | 500)

11 August 2023

10 August 2023

  • curprev 12:4412:44, 10 August 2023Simone.b talk contribs 44,726 bytes +9 Created page with "Usalo anche con {{incode|find}} per eseguire controlli docstring su tutti i file sorgente."
  • curprev 12:4412:44, 10 August 2023Simone.b talk contribs 44,717 bytes +31 Created page with "In modo simile, un programma che controlla principalmente che i commenti siano conformi a [https://www.python.org/dev/peps/pep-0257/ PEP257] è [https://github.com/PyCQA/pydocstyle Pydocstyle]. I codici di errore possono essere consultati nella [http://www.pydocstyle.org/en/4.0.0/error_codes.html documentazione di Pydocstyle]."
  • curprev 12:4412:44, 10 August 2023Simone.b talk contribs 44,686 bytes +41 Created page with "Se il progetto lo richiede, alcuni controlli del codice ritenuti troppo severi possono essere ignorati. I codici di errore possono essere consultati nella [https://pycodestyle.readthedocs.io/en/latest/intro.html#error-codes Documentazione di Pycodestyle]."
  • curprev 12:4312:43, 10 August 2023Simone.b talk contribs 44,645 bytes +27 Created page with "Per controllare tutti i file all'interno di un albero dei sorgenti usa {{incode|find}}."
  • curprev 12:4312:43, 10 August 2023Simone.b talk contribs 44,618 bytes +34 Created page with "È anche una buona idea verificare la qualità del tuo codice Python con uno strumento come [http://flake8.pycqa.org/en/latest/ flake8] ([https://gitlab.com/pycqa/flake8 Gitlab ]). Flake8 combina principalmente tre strumenti, [https://github.com/PyCQA/pyflakes Pyflakes], [https://github.com/PyCQA/pycodestyle Pycodestyle] (precedentemente pep8) e [https://github.com /PyCQA/mccabe Controllo della complessità di McCabe], al fine di applicare il corretto stile Pythonic."
(newest | oldest) View (newer 20 | ) (20 | 50 | 100 | 250 | 500)