Browse Source

Fix invalid .rst syntax

Matthew Wang 10 years ago
parent
commit
8270f76ff0
1 changed files with 7 additions and 5 deletions
  1. 7
    5
      CHANGES.rst

+ 7
- 5
CHANGES.rst View File

4
 
4
 
5
 Version 0.9.5 (2014-06-19)
5
 Version 0.9.5 (2014-06-19)
6
 
6
 
7
-  - Option `--width 0` now fits terminal size automatically
8
-  - Enable smooth horizontal scrolling with less option `--shift 1`
7
+  - Option ``--width 0`` now fits terminal size automatically
8
+  - Enable smooth horizontal scrolling with less option ``--shift 1``
9
 
9
 
10
 Version 0.9.4 (2014-06-04)
10
 Version 0.9.4 (2014-06-04)
11
 
11
 
12
-  - Respect the `LESS' environment variable
12
+  - Respect the ``LESS`` environment variable
13
   - Support python 3.4
13
   - Support python 3.4
14
   - Fix curl options in document
14
   - Fix curl options in document
15
 
15
 
23
 Version 0.9.2 (2013-06-21)
23
 Version 0.9.2 (2013-06-21)
24
 
24
 
25
   - Enahanced option parser now pass unknown option to underneath revision
25
   - Enahanced option parser now pass unknown option to underneath revision
26
-    control, user can use `cdiff --cached`, `cdiff -U5` directly
26
+    control, user can use ``cdiff --cached``, ``cdiff -U5`` directly
27
 
27
 
28
 Version 0.9.1 (2013-05-20)
28
 Version 0.9.1 (2013-05-20)
29
 
29
 
30
-  - Use `--no-ext-diff` to disable GIT_EXTERNAL_DIFF and diff.external which
30
+  - Use ``--no-ext-diff`` to disable GIT_EXTERNAL_DIFF and diff.external which
31
     might break cdiff output
31
     might break cdiff output
32
 
32
 
33
 Version 0.9 (2013-03-23)
33
 Version 0.9 (2013-03-23)
101
     revision tools (thanks to `Steven Myint`_)
101
     revision tools (thanks to `Steven Myint`_)
102
 
102
 
103
 .. _Steven Myint: https://github.com/myint
103
 .. _Steven Myint: https://github.com/myint
104
+
105
+.. vim:set ft=rst et sw=4 sts=4 tw=79: