File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
:target: https://travis-ci.org/getpatchwork/git-pw
18
18
:alt: Build Status
19
19
20
- ` git-pw ` is a tool for integrating Git with `Patchwork `__, the web-based patch
20
+ * git-pw * is a tool for integrating Git with `Patchwork `__, the web-based patch
21
21
tracking system.
22
22
23
23
.. important ::
@@ -35,14 +35,14 @@ __ https://patchwork.ozlabs.org/help/pwclient/
35
35
Installation
36
36
------------
37
37
38
- The easiest way to install ` git-pw ` and its dependencies is using ``pip ``. To
38
+ The easiest way to install * git-pw * and its dependencies is using ``pip ``. To
39
39
do so, run:
40
40
41
41
.. code-block :: bash
42
42
43
43
$ pip install git-pw
44
44
45
- You can also install ` git-pw ` manually. First, install the required
45
+ You can also install * git-pw * manually. First, install the required
46
46
dependencies. On Fedora, run:
47
47
48
48
.. code-block :: bash
@@ -113,14 +113,14 @@ configure the Patchwork project, run:
113
113
Development
114
114
-----------
115
115
116
- If you're interested in contributing to ` git-pw ` , first clone the repo:
116
+ If you're interested in contributing to * git-pw * , first clone the repo:
117
117
118
118
.. code-block :: bash
119
119
120
120
$ git clone https://github.com/getpatchwork/git-pw
121
121
$ cd git-pw
122
122
123
- Create a virtualenv, then install the package in `editable `__ mode:
123
+ Create a * virtualenv * , then install the package in `editable `__ mode:
124
124
125
125
.. code-block :: bash
126
126
You can’t perform that action at this time.
0 commit comments