Home
last modified time | relevance | path

Searched refs:soup (Results 1 – 1 of 1) sorted by relevance

/compatibility/cdd/
Dmake_cdd.py88 def add_id_to_section_headers(soup): argument
90 for tag in soup.find_all(header_tags):
93 def generate_toc(soup): argument
96 toc_entries = soup.find_all(header_tags)
114 def add_toc(soup): argument
115 toc_contents = generate_toc(soup)[0]
117 soup.body.insert(0, toc_contents)
118 soup.body.insert(0, toc_title)
119 return soup
124 def decrease_headings(soup): argument
[all …]