Lines Matching refs:_
9 …tps://help.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests>`_.
16 …lopment version from the `esptool.py repository on GitHub <https://github.com/espressif/esptool>`_.
41 …https://docs.espressif.com/projects/esptool/en/latest/troubleshooting.html>`_ - common problems an…
43 * `Existing Open Issues <https://github.com/espressif/esptool/issues>`_ - someone might have alrea…
45 …find anything, please `open a new issue <https://github.com/espressif/esptool/issues/new/choose>`_.
52 …ub.com/espressif/esptool/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement>`_, feel free to add co…
67 … <https://eli.thegreenplace.net/2014/02/19/squashing-github-pull-requests-into-a-single-commit/>`_?
79 `pre-commit <https://pre-commit.com/>`_ is a framework for managing pre-commit hooks. These hooks h…
93 …fication>`_. Every commit message is checked with `Conventional Precommit Linter <https://github.c…
99 …thon.org/pep-0008/>`_ compliant and enforces this style guide. For compliance checking, we use `ru…
116 …n automatic `spell checker <https://github.com/codespell-project/codespell>`_ integrated into the …
123 The test directory contains a `pytest <https://docs.pytest.org/>`_ integration suite with some inte…
125 It is necessary to have ``esptool.py`` installed (see `Development Setup`_) in your environment in …
134 …ithub.com/espressif/esptool/blob/master/.github/workflows/test_esptool.yml>`_ for more information.