Skip to content

Commit 1553192

Browse files
committed
minor documentation fixes
1 parent c3726f3 commit 1553192

File tree

4 files changed

+5
-114
lines changed

4 files changed

+5
-114
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,6 @@ format:
6363
6464
More documentation is available at http://html5lib.readthedocs.org/.
6565

66-
- ``ordereddict`` can be used under Python 2.6
67-
(``collections.OrderedDict`` is used instead on later versions) to
68-
serialize attributes in alphabetical order.
69-
7066

7167
Installation
7268
------------
@@ -98,6 +94,10 @@ functionality:
9894
be determined; ``chardet``, from which it was forked, can also be used
9995
on Python 2.
10096

97+
- ``ordereddict`` can be used under Python 2.6
98+
(``collections.OrderedDict`` is used instead on later versions) to
99+
serialize attributes in alphabetical order.
100+
101101

102102
Bugs
103103
----

doc/html5lib.filters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ filters Package
1010
:show-inheritance:
1111

1212
:mod:`alphabeticalattributes` Module
13-
---------------------------------
13+
------------------------------------
1414

1515
.. automodule:: html5lib.filters.alphabeticalattributes
1616
:members:

doc/html5lib.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ Subpackages
7272

7373
html5lib.filters
7474
html5lib.serializer
75-
html5lib.tests
7675
html5lib.treebuilders
7776
html5lib.treewalkers
78-
html5lib.trie
7977

doc/html5lib.tests.rst

Lines changed: 0 additions & 107 deletions
This file was deleted.

0 commit comments

Comments
 (0)