File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -129,12 +129,7 @@ And the output is as follows: ::
129129 Tea
130130 Milk
131131
132-
133- .. seealso ::
134- More examples can be found in `examples.py `_.
135-
136132.. _html.parser.HTMLParser : https://docs.python.org/3.6/library/html.parser.html#html.parser.HTMLParser
137133.. _ElementTree.Element : https://docs.python.org/3.6/library/xml.etree.elementtree.html#xml.etree.ElementTree.Element
138- .. _examples.py : https://github.com/willforde/python-htmlement/blob/master/examples.py
139134.. _Xpath : https://docs.python.org/3.6/library/xml.etree.elementtree.html#xpath-support
140135__ XPath _
Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ htmlement Module
99.. include ::
1010 ../README.rst
1111
12+ .. seealso ::
13+ More examples can be found in `examples.py `_.
14+
1215API
1316---
1417
@@ -22,3 +25,5 @@ https://docs.python.org/2/library/xml.etree.elementtree.html#element-objects
2225https://docs.python.org/2/library/xml.etree.elementtree.html#xpath-support
2326
2427https://github.com/willforde/python-htmlement
28+
29+ .. _examples.py : https://github.com/willforde/python-htmlement/blob/master/examples.py
You can’t perform that action at this time.
0 commit comments