backport fixup from main
This commit is contained in:
@@ -158,7 +158,7 @@ def create_section_data():
|
||||
'input_files':
|
||||
'ortools/graph/christofides.h ' + 'ortools/graph/cliques.h ' +
|
||||
'ortools/graph/connected_components.h ' +
|
||||
'ortools/graph/connectivity.h ' + 'ortools/graph/ebert_graph.h ' +
|
||||
'ortools/graph/connectivity.h ' +
|
||||
'ortools/graph/eulerian_path.h ' + 'ortools/graph/graph.h ' +
|
||||
'ortools/graph/graphs.h ' + 'ortools/graph/hamiltonian_path.h ' +
|
||||
'ortools/graph/graph_io.h ' + 'ortools/graph/iterators.h ' +
|
||||
|
||||
@@ -191,9 +191,7 @@ for idx, (c_block, s, e) in enumerate(
|
||||
)
|
||||
FULL_TEXT += "\n".join(filtered_lines) + "\n"
|
||||
|
||||
nbook["cells"].append(
|
||||
v4.new_code_cell(source=FULL_TEXT, id="code")
|
||||
)
|
||||
nbook["cells"].append(v4.new_code_cell(source=FULL_TEXT, id="code"))
|
||||
|
||||
jsonform = v4.writes(nbook) + "\n"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user