backport fixup from main

This commit is contained in:
Corentin Le Molgat
2025-03-13 15:55:39 +01:00
parent 0d035168ea
commit 3622b4f7d0
21 changed files with 133 additions and 89 deletions

View File

@@ -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 ' +

View File

@@ -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"