Skip to content

Commit f078d23

Browse files
committed
remove seealso from readme.rst and add to sphinx index
1 parent fa8d381 commit f078d23

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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_

docs/index.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
1215
API
1316
---
1417

@@ -22,3 +25,5 @@ https://docs.python.org/2/library/xml.etree.elementtree.html#element-objects
2225
https://docs.python.org/2/library/xml.etree.elementtree.html#xpath-support
2326

2427
https://github.com/willforde/python-htmlement
28+
29+
.. _examples.py: https://github.com/willforde/python-htmlement/blob/master/examples.py

0 commit comments

Comments
 (0)