Esempio n. 1
0
 (".//a[@href='#with']"
  "[@class='reference internal']/code/span[@class='pre']", '^with$'),
 (".//a[@href='#grammar-token-try_stmt']"
  "[@class='reference internal']/code/span", '^statement$'),
 (".//a[@href='#some-label'][@class='reference internal']/span", '^here$'),
 (".//a[@href='#some-label'][@class='reference internal']/span", '^there$'),
 (".//a[@href='subdir/includes.html']"
  "[@class='reference internal']/span", 'Including in subdir'),
 (".//a[@href='objects.html#cmdoption-python-c']"
  "[@class='reference internal']/code/span[@class='pre']", '-c'),
 # abbreviations
 (".//abbr[@title='abbreviation']", '^abbr$'),
 # version stuff
 (".//div[@class='versionadded']/p/span", 'New in version 0.6: '),
 (".//div[@class='versionadded']/p/span",
  tail_check('First paragraph of versionadded')),
 (".//div[@class='versionchanged']/p/span",
  tail_check('First paragraph of versionchanged')),
 (".//div[@class='versionchanged']/p",
  'Second paragraph of versionchanged'),
 # footnote reference
 (".//a[@class='footnote-reference brackets']", r'1'),
 # created by reference lookup
 (".//a[@href='contents.html#ref1']", ''),
 # ``seealso`` directive
 (".//div/p[@class='admonition-title']", 'See also'),
 # a ``hlist`` directive
 (".//table[@class='hlist']/tbody/tr/td/ul/li/p", '^This$'),
 # a ``centered`` directive
 (".//p[@class='centered']/strong", 'LICENSE'),
 # a glossary
Esempio n. 2
0
 (".//a[@href='#grammar-token-try_stmt']"
  "[@class='reference internal']/code/span", '^statement$'),
 (".//a[@href='#some-label'][@class='reference internal']/span",
  '^here$'),
 (".//a[@href='#some-label'][@class='reference internal']/span",
  '^there$'),
 (".//a[@href='subdir/includes.html']"
  "[@class='reference internal']/span", 'Including in subdir'),
 (".//a[@href='objects.html#cmdoption-python-c']"
  "[@class='reference internal']/code/span[@class='pre']", '-c'),
 # abbreviations
 (".//abbr[@title='abbreviation']", '^abbr$'),
 # version stuff
 (".//div[@class='versionadded']/p/span", 'New in version 0.6: '),
 (".//div[@class='versionadded']/p/span",
  tail_check('First paragraph of versionadded')),
 (".//div[@class='versionchanged']/p/span",
  tail_check('First paragraph of versionchanged')),
 (".//div[@class='versionchanged']/p",
  'Second paragraph of versionchanged'),
 # footnote reference
 (".//a[@class='footnote-reference brackets']", r'1'),
 # created by reference lookup
 (".//a[@href='contents.html#ref1']", ''),
 # ``seealso`` directive
 (".//div/p[@class='admonition-title']", 'See also'),
 # a ``hlist`` directive
 (".//table[@class='hlist']/tbody/tr/td/ul/li/p", '^This$'),
 # a ``centered`` directive
 (".//p[@class='centered']/strong", 'LICENSE'),
 # a glossary
Esempio n. 3
0
 (".//a[@href='#with']"
  "[@class='reference internal']/code/span[@class='pre']", '^with$'),
 (".//a[@href='#grammar-token-try-stmt']"
  "[@class='reference internal']/code/span", '^statement$'),
 (".//a[@href='#some-label'][@class='reference internal']/span", '^here$'),
 (".//a[@href='#some-label'][@class='reference internal']/span", '^there$'),
 (".//a[@href='subdir/includes.html']"
  "[@class='reference internal']/span", 'Including in subdir'),
 (".//a[@href='objects.html#cmdoption-python-c']"
  "[@class='reference internal']/code/span[@class='pre']", '-c'),
 # abbreviations
 (".//abbr[@title='abbreviation']", '^abbr$'),
 # version stuff
 (".//div[@class='versionadded']/p/span", 'New in version 0.6: '),
 (".//div[@class='versionadded']/p/span",
  tail_check('First paragraph of versionadded')),
 (".//div[@class='versionchanged']/p/span",
  tail_check('First paragraph of versionchanged')),
 (".//div[@class='versionchanged']/p",
  'Second paragraph of versionchanged'),
 # footnote reference
 (".//a[@class='footnote-reference brackets']", r'1'),
 # created by reference lookup
 (".//a[@href='contents.html#ref1']", ''),
 # ``seealso`` directive
 (".//div/p[@class='admonition-title']", 'See also'),
 # a ``hlist`` directive
 (".//table[@class='hlist']/tbody/tr/td/ul/li/p", '^This$'),
 # a ``centered`` directive
 (".//p[@class='centered']/strong", 'LICENSE'),
 # a glossary