forked from p12tic/cppreference-doc
Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge remote-tracking branch 'upstream/master'
* upstream/master: (22 commits) Index: mark various C++11 features as such Index: add some protected members Index: add literal operators Index: add floating-point comparison functions Index: update experimental libraries Index: add chrono literals Index: delete removed names Index: update filesystem library Index: add calendar and time zone library Bump lxml from 4.5.2 to 4.6.2 Index: remove extra whitespace and remove SCNX* Index: add std::ranges algorithms Index: update sections for the atomic library Index: change "special_math" to "special_functions" Index: update thread support library Index: add legacy function objects and valarray members Index: add interpolations & bit operations travis: Update ubuntu distribution to bionic travis: Update python version for tests Sort python imports ...
- Loading branch information
Showing
35 changed files
with
1,902 additions
and
678 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -21,8 +21,9 @@ | ||
| # filename -> title mapping to a xml file. | ||
|
|
||
| import fnmatch | ||
| import re | ||
| import os | ||
| import re | ||
|
|
||
| from link_map import LinkMap | ||
|
|
||
|
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -19,7 +19,9 @@ | ||
|
|
||
|
|
||
| import argparse | ||
|
|
||
| from lxml import etree | ||
|
|
||
| from index_transform.devhelp_qch import convert_devhelp_to_qch | ||
|
|
||
|
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -24,6 +24,7 @@ | ||
| import re | ||
| import sys | ||
|
|
||
|
|
||
| def get_html_files(root): | ||
| files = [] | ||
| for dir, dirnames, filenames in os.walk(root): | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -18,6 +18,7 @@ | ||
| ''' | ||
|
|
||
| import unittest | ||
|
|
||
| from selenium import webdriver | ||
| from selenium.webdriver.support.ui import Select | ||
|
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.

