You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/developers.rst
+19-14Lines changed: 19 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
.. highlight:: console
2
+
1
3
==========
2
4
Developers
3
5
==========
@@ -7,35 +9,39 @@ Setup
7
9
8
10
1. You need to fork the `GitHub repository <https://github.com/BoboTiG/python-mss>`_.
9
11
10
-
**Note :** always work on a **specific branch**, based on the *dev* one, dedicated to your patch.
12
+
.. Note::
13
+
14
+
Always work on a **specific branch**, based on the *dev* one, dedicated to your patch.
11
15
12
16
2. Be sure to add/update tests and documentation within your patch.
13
17
14
18
15
19
Testing
16
20
=======
17
21
18
-
As he module is Python 2 and 3 compliant, do no forgot to test for both. If you cannot, just say it when sending the patch, someone else will validate for you.
22
+
.. Note::
23
+
24
+
As he module is Python 2 and 3 compliant, do no forgot to test for both. If you cannot, just say it when sending the patch, someone else will validate for you.
19
25
20
26
21
27
Dependency
22
28
----------
23
29
24
30
You will need `pytest <https://pypi.python.org/pypi/pytest>`_::
0 commit comments