Skip to content

Commit

Permalink
minor documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ambv committed May 17, 2013
1 parent c3726f3 commit 1553192
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 114 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@ format:
More documentation is available at http:https://html5lib.readthedocs.org/.

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


Installation
------------
Expand Down Expand Up @@ -98,6 +94,10 @@ functionality:
be determined; ``chardet``, from which it was forked, can also be used
on Python 2.

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


Bugs
----
Expand Down
2 changes: 1 addition & 1 deletion doc/html5lib.filters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ filters Package
:show-inheritance:

:mod:`alphabeticalattributes` Module
---------------------------------
------------------------------------

.. automodule:: html5lib.filters.alphabeticalattributes
:members:
Expand Down
2 changes: 0 additions & 2 deletions doc/html5lib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ Subpackages

html5lib.filters
html5lib.serializer
html5lib.tests
html5lib.treebuilders
html5lib.treewalkers
html5lib.trie

107 changes: 0 additions & 107 deletions doc/html5lib.tests.rst

This file was deleted.

0 comments on commit 1553192

Please sign in to comment.