Skip to content

Commit cfbd2aa

Browse files
committed
Add a link to an online demo
1 parent 1485d04 commit cfbd2aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Features
2727
* Remove elements using CSS or XPath selectors
2828
* Regular expression helper methods
2929

30-
Example::
30+
Example (`open online demo`_)::
3131

3232
>>> from parsel import Selector
3333
>>> sel = Selector(text=u"""<html>
@@ -50,3 +50,5 @@ Example::
5050
... print(e.xpath('.//a/@href').get())
5151
http://example.com
5252
http://scrapy.org
53+
54+
.. _open online demo: https://colab.research.google.com/drive/149VFa6Px3wg7S3SEnUqk--TyBrKplxCN#forceEdit=true&sandboxMode=true

0 commit comments

Comments
 (0)