Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ API
If you for some reason already have the HTML you can jump straight
to this method. Note, you still need to provide the URL where you
got the HTML from so it can use that to download any external CSS.

* When calling ``process_url()`` or ``process_html()``, you have to call ``process()``
at the end without arguments, in order to post process the pages that were
processed individually.

The ``Processor`` instance will make two attributes available

Expand Down