We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebc8c5e commit 003f3f8Copy full SHA for 003f3f8
1 file changed
docs/first_steps.rst
@@ -1,6 +1,8 @@
1
First Steps
2
===========
3
4
+.. currentmodule:: cssselect2
5
+
6
7
Installation
8
------------
@@ -30,9 +32,9 @@ Basic Example
30
32
Here is a classical cssselect2 workflow:
31
33
34
- parse a CSS stylesheet using tinycss2_,
-- store the CSS rules in a :meth:`Matcher` object,
35
+- store the CSS rules in a :class:`Matcher` object,
36
- parse an HTML document using an ElementTree-like parser,
-- wrap the HTML tree in a :meth:`ElementWrapper` object,
37
+- wrap the HTML tree in a :class:`ElementWrapper` object,
38
- find the CSS rules matching each HTML tag, using the matcher and the wrapper.
39
40
.. literalinclude:: example.py
0 commit comments