@@ -13,15 +13,16 @@ This document provides guidelines for contributions to ``pyautocv``.
1313
1414**Fixing typos and enhancing documentation **
1515
16- To fix typos and/or grammatical errors, please edit the corresponding ``.py `` or ``.md `` file that generates the documentation.
16+ To fix typos and/or grammatical errors, please edit the corresponding ``.py `` or ``.md `` file that
17+ generates the documentation.
1718
18- Please also update the docs using ``sphinx ``
19+ Please also update documentation by running ``bash scripts/mkdocs.sh `` as described also later.
1920
2021**Pull Requests **
2122
2223
2324*
24- Please raise an issue for discussion and reproducibility checks at ` issues < https://github.com/Nelson-Gon/pyautocv/issues >`_
25+ Please raise an issue for discussion and reproducibility checks at https://github.com/Nelson-Gon/pyautocv/issues
2526
2627*
2728 Once the bug/enhancement is approved, please create a Git branch for the pull request.
@@ -39,12 +40,19 @@ Please also update the docs using ``sphinx``
3940
4041 bash scripts/mkdocs.sh
4142
43+ `See also <https://samnicholls.net/2016/06/15/how-to-sphinx-readthedocs/ >`_ for a guide on Sphinx documentation.
44+
4245**Commit messages **
4346
4447Please write commit messages in the format "Extends functionality" instead of "Extended functionality".
4548
49+ **Maintainers only notice **
50+
4651**Releasing **
4752
53+ This should ideally not be run since we are auto-releasing via a GitHub action. If for some reason you would like to
54+ release a new version manually, then:
55+
4856.. code-block :: shell
4957
5058 bash scripts/release.sh
@@ -60,5 +68,3 @@ The above does the following:
6068Please note that the 'pyautocv' project is released with a
6169`Contributor Code of Conduct <https://github/com/Nelson-Gon/pyautocv/.github/CODE_OF_CONDUCT.md >`_.
6270By contributing to this project, you agree to abide by its terms.
63-
64- `See also <https://samnicholls.net/2016/06/15/how-to-sphinx-readthedocs/ >`_ for a guide on Sphinx documentation.
0 commit comments