~chrispitude/beautifulsoup:documentation-type-reference

Last commit made on 2023-03-15
Get this branch:
git clone -b documentation-type-reference https://git.launchpad.net/~chrispitude/beautifulsoup
Only Chris Papademetrious can upload to this branch. If you are Chris Papademetrious please log in for upload directions.

Branch merges

Branch information

Name:
documentation-type-reference
Repository:
lp:~chrispitude/beautifulsoup

Recent commits

fbbc002... by Leonard Richardson

Rewrote documentation so that py:class:: directives could be inserted and the text would flow naturally.

305133e... by Leonard Richardson

Add documentation references for the bs4 module itself as well as all currently documented classes.

021d430... by Leonard Richardson

Removed some error checking code from diagnose(), which is redundant with
  similar (but more Pythonic) code in the BeautifulSoup constructor.
  [bug=2007344]

e0bbee7... by Leonard Richardson

When the html.parser parser decides it can't parse a document, Beautiful
  Soup now consistently propagates this fact by raising a
  ParserRejectedMarkup error. [bug=2007343]

8432abb... by Leonard Richardson

Added missing import.

40b3bfe... by Leonard Richardson

Fixed the UnicodeDammit example so that the example is more obviously UTF-8.

172c1cf... by Leonard Richardson

Improved documentation of new method.

a01835f... by Isaac Muse

Add compile method

9107a90... by Isaac Muse

Remove unnecessary test and don't pass namespace on precompiled select

cbce976... by Leonard Richardson

Add another import of NavigableString just before the constructor is used, since most people don't run all the code in the doc in order.