Skip to content
This repository was archived by the owner on Jan 1, 2021. It is now read-only.

Commit 029fcde

Browse files
committed
Merge branch 'markdown'
2 parents 8f1a55c + 27da800 commit 029fcde

2 files changed

Lines changed: 62 additions & 166 deletions

File tree

README.md

Lines changed: 50 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Installation
2222

2323
$ pip install CoffeeScript
2424

25-
or
25+
or
2626

2727
$ easy_install CoffeeScript
2828

@@ -44,54 +44,52 @@ You can download current version of coffee-script.js from
4444
Changes
4545
-------
4646

47-
<dl>
48-
<dt>1.0.11
49-
<dd>
50-
- Updated coffee-script.js to v1.9.0.
51-
- Dropped support for Python v2.6 and v3.1.
52-
- Supported Python v3.3 and v3.4.
53-
54-
<dt>1.0.10
55-
<dd>
56-
- Updated coffee-script.js to v1.8.0.
57-
58-
<dt>1.0.9
59-
<dd>
60-
- Updated coffee-script.js to v1.7.1.
61-
62-
<dt>1.0.8
63-
<dd>
64-
- Updated coffee-script.js to v1.6.3. Added download\_link to setup.py.
65-
66-
<dt>1.0.7
67-
<dd>
68-
- Updated coffee-script.js to v1.6.1.
69-
70-
<dt>1.0.6
71-
<dd>
72-
- Updated coffee-script.js to v1.5.0.
73-
74-
<dt>1.0.5
75-
<dd>
76-
- Made compile\_file to accept plural files and Added some utility functions.
77-
78-
<dt>1.0.4
79-
<dd>
80-
- Updated coffee-script.js to v1.4.0.
81-
82-
<dt>1.0.3
83-
<dd>
84-
- Updated coffee-script.js to v1.3.3.
85-
86-
<dt>1.0.2
87-
<dd>
88-
- Updated coffee-script.js to v1.3.1.
89-
90-
<dt>1.0.1
91-
<dd>
92-
- Fixed some small problem in setup.py.
93-
94-
<dt>1.0.0
95-
<dd>
96-
- First release.
97-
</dl>
47+
### 1.0.11
48+
49+
* Updated coffee-script.js to v1.9.0.
50+
* Dropped support for Python v2.6 and v3.1.
51+
* Supported Python v3.3 and v3.4.
52+
53+
### 1.0.10
54+
55+
* Updated coffee-script.js to v1.8.0.
56+
57+
### 1.0.9
58+
59+
* Updated coffee-script.js to v1.7.1.
60+
61+
### 1.0.8
62+
63+
* Updated coffee-script.js to v1.6.3. Added download\_link to setup.py.
64+
65+
### 1.0.7
66+
67+
* Updated coffee-script.js to v1.6.1.
68+
69+
### 1.0.6
70+
71+
* Updated coffee-script.js to v1.5.0.
72+
73+
### 1.0.5
74+
75+
* Made compile\_file to accept plural files and Added some utility functions.
76+
77+
### 1.0.4
78+
79+
* Updated coffee-script.js to v1.4.0.
80+
81+
### 1.0.3
82+
83+
* Updated coffee-script.js to v1.3.3.
84+
85+
### 1.0.2
86+
87+
* Updated coffee-script.js to v1.3.1.
88+
89+
### 1.0.1
90+
91+
* Fixed some small problem in setup.py.
92+
93+
### 1.0.0
94+
95+
* First release.

README.rst

Lines changed: 12 additions & 114 deletions
Original file line numberDiff line numberDiff line change
@@ -50,168 +50,66 @@ http://jashkenas.github.com/coffee-script/extras/coffee-script.js
5050
Changes
5151
-------
5252

53-
.. raw:: html
54-
55-
<dl>
56-
<dt>
57-
5853
1.0.11
59-
60-
.. raw:: html
61-
62-
<dd>
63-
54+
~~~~~~
6455

6556
- Updated coffee-script.js to v1.9.0.
6657
- Dropped support for Python v2.6 and v3.1.
6758
- Supported Python v3.3 and v3.4.
6859

69-
.. raw:: html
70-
71-
<dt>
72-
7360
1.0.10
74-
75-
.. raw:: html
76-
77-
<dd>
78-
61+
~~~~~~
7962

8063
- Updated coffee-script.js to v1.8.0.
8164

82-
.. raw:: html
83-
84-
<dt>
85-
8665
1.0.9
87-
88-
.. raw:: html
89-
90-
<dd>
91-
66+
~~~~~
9267

9368
- Updated coffee-script.js to v1.7.1.
9469

95-
.. raw:: html
96-
97-
<dt>
98-
9970
1.0.8
100-
101-
.. raw:: html
102-
103-
<dd>
104-
71+
~~~~~
10572

10673
- Updated coffee-script.js to v1.6.3. Added download\_link to setup.py.
10774

108-
.. raw:: html
109-
110-
<dt>
111-
11275
1.0.7
113-
114-
.. raw:: html
115-
116-
<dd>
117-
76+
~~~~~
11877

11978
- Updated coffee-script.js to v1.6.1.
12079

121-
.. raw:: html
122-
123-
<dt>
124-
12580
1.0.6
126-
127-
.. raw:: html
128-
129-
<dd>
130-
81+
~~~~~
13182

13283
- Updated coffee-script.js to v1.5.0.
13384

134-
.. raw:: html
135-
136-
<dt>
137-
13885
1.0.5
139-
140-
.. raw:: html
141-
142-
<dd>
143-
86+
~~~~~
14487

14588
- Made compile\_file to accept plural files and Added some utility
14689
functions.
14790

148-
.. raw:: html
149-
150-
<dt>
151-
15291
1.0.4
153-
154-
.. raw:: html
155-
156-
<dd>
157-
92+
~~~~~
15893

15994
- Updated coffee-script.js to v1.4.0.
16095

161-
.. raw:: html
162-
163-
<dt>
164-
16596
1.0.3
166-
167-
.. raw:: html
168-
169-
<dd>
170-
97+
~~~~~
17198

17299
- Updated coffee-script.js to v1.3.3.
173100

174-
.. raw:: html
175-
176-
<dt>
177-
178101
1.0.2
179-
180-
.. raw:: html
181-
182-
<dd>
183-
102+
~~~~~
184103

185104
- Updated coffee-script.js to v1.3.1.
186105

187-
.. raw:: html
188-
189-
<dt>
190-
191106
1.0.1
192-
193-
.. raw:: html
194-
195-
<dd>
196-
107+
~~~~~
197108

198109
- Fixed some small problem in setup.py.
199110

200-
.. raw:: html
201-
202-
<dt>
203-
204111
1.0.0
205-
206-
.. raw:: html
207-
208-
<dd>
209-
112+
~~~~~
210113

211114
- First release.
212115

213-
.. raw:: html
214-
215-
</dl>
216-
217-

0 commit comments

Comments
 (0)