Skip to content

Commit 63450d6

Browse files
committed
Minor fixes for the documentation
1 parent b941c77 commit 63450d6

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@
8080

8181
# Example configuration for intersphinx: refer to the Python standard library.
8282
intersphinx_mapping = {
83-
'python': ('https://docs.python.org/3/', None),
84-
'webencodings': ('https://pythonhosted.org/webencodings/', None),
83+
'python': ('https://docs.python.org/3', None),
84+
'webencodings': ('https://pythonhosted.org/webencodings', None),
8585
}

docs/going_further.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ html5lib is a wonderful piece of software, used by many Python projects, and
3838
we’re really grateful for the work done by its previous authors and
3939
maintainers.
4040

41-
But unfortunately, html5lib is unmaintained. Maintaining it was much more
42-
complex for us than creating tinyhtml5, for many different reasons.
41+
But unfortunately, html5lib is unmaintained. Maintaining it would have been
42+
much more complex for us than creating tinyhtml5, for many different reasons.
4343

4444
First of all, there are many features of html5lib we don’t use. Maintaining
45-
code we don’t use didn’t look like a good idea for us, because it’s hard for us
46-
to build a clean API when we don’t know the real needs. html5lib is a whole
47-
HTML manipulation library, with a lot of different use cases, that requires a
48-
lot of internal abstractions to provide its powerful features. tinyhtml5 is
49-
much less powerful, and much simpler too.
45+
code we don’t use doesn’t look like a good idea for us, because it’s hard to
46+
build a clean API when we don’t know the real needs. html5lib is a whole HTML
47+
manipulation library, with a lot of different use cases, that requires a lot of
48+
internal abstractions to provide its powerful features. tinyhtml5 is much less
49+
powerful, and much simpler too.
5050

5151
The goal was also to clean the code. The syntax and the architecture had to be
5252
modernized, because a lot of things have changed during the last years of the

0 commit comments

Comments
 (0)