@@ -28,8 +28,8 @@ tracking system.
28
28
The `pwclient `__ utility can be used to interact with older Patchwork
29
29
instances or instances with the REST API disabled.
30
30
31
- __ http://jk.ozlabs.org/projects/patchwork/
32
- __ https://patchwork.ozlabs.org/help/pwclient/
31
+ .. __ : http://jk.ozlabs.org/projects/patchwork/
32
+ .. __ : https://patchwork.ozlabs.org/help/pwclient/
33
33
34
34
Installation
35
35
------------
@@ -81,7 +81,7 @@ settings are **required**:
81
81
`documentation `__. For example, if your server is running Patchwork version
82
82
3.0.x, you should use API version 1.2.
83
83
84
- __ https://patchwork.readthedocs.io/en/stable-3.0/api/rest/#rest-api-versions
84
+ .. __ : https://patchwork.readthedocs.io/en/stable-3.0/api/rest/#rest-api-versions
85
85
86
86
``pw.project ``
87
87
The project name or list-id. This will appear in the URL when using the web
@@ -139,11 +139,11 @@ Create a *virtualenv*, then install the package in `editable`__ mode:
139
139
$ source .venv/bin/activate
140
140
$ pip install --editable .
141
141
142
- __ https://pip.pypa.io/en/stable/reference/pip_install/#editable-installs
142
+ .. __ : https://pip.pypa.io/en/stable/reference/pip_install/#editable-installs
143
143
144
144
Documentation
145
145
-------------
146
146
147
147
Documentation is available on `Read the Docs `__
148
148
149
- __ https://git-pw.readthedocs.org/
149
+ .. __ : https://git-pw.readthedocs.org/
0 commit comments