Skip to content

Commit 576be46

Browse files
committed
fixup! Update README, and move to using reST. Fixes html5lib#5, html5lib#22.
1 parent 299538e commit 576be46

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.rst

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@ packaged in PyPi.
2222

2323
Optionally:
2424

25-
- ``datrie`` can be used to improve parsing performance (though in
26-
almost all cases the improvement is trivial);
25+
- ``datrie`` can be used to improve parsing performance (though in
26+
almost all cases the improvement is trivial);
2727

28-
- ``lxml`` is supported as a tree format (for both building and
29-
walking) under CPython (but *not* PyPy where it is known to cause
30-
segfaults);
28+
- ``lxml`` is supported as a tree format (for both building and
29+
walking) under CPython (but *not* PyPy where it is known to cause
30+
segfaults);
3131

32-
- ``genshi`` has a treewalker (but not builder); and
32+
- ``genshi`` has a treewalker (but not builder); and
3333

34-
- ``chardet`` (note currently this is only packaged on PyPi for
35-
Python 2, though several package managers include unofficial ports
36-
to Python 3) can be used as a fallback when character encoding
37-
cannot be determined.
34+
- ``chardet`` (note currently this is only packaged on PyPi for
35+
Python 2, though several package managers include unofficial ports
36+
to Python 3) can be used as a fallback when character encoding
37+
cannot be determined.
3838

3939

4040
Installation
@@ -89,14 +89,14 @@ Contributing
8989
Pull requests are more than welcome — both to the library and to the
9090
documentation. Some useful information:
9191

92-
- We aim to follow PEP 8 in the library, but ignoring the
93-
79-character-per-line limit, instead following a soft limit of 99,
94-
but allowing lines over this where it is the readable thing to do.
92+
- We aim to follow PEP 8 in the library, but ignoring the
93+
79-character-per-line limit, instead following a soft limit of 99,
94+
but allowing lines over this where it is the readable thing to do.
9595

96-
- We keep pyflakes reporting no errors or warnings at all times.
96+
- We keep pyflakes reporting no errors or warnings at all times.
9797

98-
- We keep the master branch passing all tests at all times on all
99-
supported versions.
98+
- We keep the master branch passing all tests at all times on all
99+
supported versions.
100100

101101
Travis CI is run against all pull requests and should enforce all of
102102
the above.

0 commit comments

Comments
 (0)