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/developing.rst
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -10,28 +10,28 @@ Build
10
10
11
11
2. Add release to ``docs/changelog.rst``
12
12
13
-
3. Run `setup.py` and create a source distribution.:
13
+
3. Run `setup.py` and create a source distribution ::
14
14
15
15
python3 setup.py sdist
16
16
17
-
4. Upload to PyPI:
17
+
4. Upload to PyPI ::
18
18
19
19
twine upload dist/*
20
20
21
-
5. Push all change to ``master`` branch
21
+
5. Push all changes to ``master`` branch
22
22
23
-
6. Create a release in github and upload ``picozero-#-#-#.tar.gz`` to the release.
23
+
6. Create a `release <https://github.com/RaspberryPiFoundation/picozero/releases>`_ in github and upload ``picozero-#-#-#.tar.gz`` source file to the release.
24
24
25
25
Documentation
26
26
-------------
27
27
28
28
The documentation site is built using Sphinx.
29
29
30
-
Install sphinx using :
30
+
Install sphinx using ::
31
31
32
32
pip3 install sphinx
33
33
34
-
To build the documentation, run the following command from the docs directory:
34
+
To build the documentation, run the following command from the docs directory ::
0 commit comments