make: Fix indent in doc recipe

This commit is contained in:
Corentin Le Molgat
2021-09-24 09:39:49 +02:00
parent 9b18da3e9c
commit b6abc81688

View File

@@ -23,39 +23,39 @@ java-doc: java
python-doc:
bash -c "command -v pdoc"
$(SET_PYTHONPATH) pdoc \
--logo https://developers.google.com/optimization/images/orLogo.png \
-o docs/python/ \
--no-search -d google \
--footer-text "OR-Tools ${OR_TOOLS_MAJOR}.${OR_TOOLS_MINOR}" \
ortools/sat/python/cp_model.py
--logo https://developers.google.com/optimization/images/orLogo.png \
-o docs/python/ \
--no-search -d google \
--footer-text "OR-Tools ${OR_TOOLS_MAJOR}.${OR_TOOLS_MINOR}" \
ortools/sat/python/cp_model.py
$(SET_PYTHONPATH) pdoc \
--logo https://developers.google.com/optimization/images/orLogo.png \
-o docs/python/ortools/util/ \
--no-search -d google \
--footer-text "OR-Tools ${ORTOOLS_MAJOR}.${ORTOOLS_MINOR}" \
--footer-text "OR-Tools ${OR_TOOLS_MAJOR}.${OR_TOOLS_MINOR}" \
ortools/gen/ortools/util/sorted_interval_list.py
--logo https://developers.google.com/optimization/images/orLogo.png \
-o docs/python/ortools/util/ \
--no-search -d google \
--footer-text "OR-Tools ${ORTOOLS_MAJOR}.${ORTOOLS_MINOR}" \
--footer-text "OR-Tools ${OR_TOOLS_MAJOR}.${OR_TOOLS_MINOR}" \
ortools/gen/ortools/util/sorted_interval_list.py
$(SET_PYTHONPATH) pdoc \
--logo https://developers.google.com/optimization/images/orLogo.png \
-o docs/python/ortools/linear_solver/ \
--no-search -d google \
--footer-text "OR-Tools ${OR_TOOLS_MAJOR}.${OR_TOOLS_MINOR}" \
ortools/gen/ortools/linear_solver/pywraplp.py
--logo https://developers.google.com/optimization/images/orLogo.png \
-o docs/python/ortools/linear_solver/ \
--no-search -d google \
--footer-text "OR-Tools ${OR_TOOLS_MAJOR}.${OR_TOOLS_MINOR}" \
ortools/gen/ortools/linear_solver/pywraplp.py
$(SET_PYTHONPATH) pdoc \
--logo https://developers.google.com/optimization/images/orLogo.png \
-o docs/python/ortools/constraint_solver/ \
--no-search -d google \
--footer-text "OR-Tools ${OR_TOOLS_MAJOR}.${OR_TOOLS_MINOR}" \
ortools/gen/ortools/constraint_solver/pywrapcp.py
--logo https://developers.google.com/optimization/images/orLogo.png \
-o docs/python/ortools/constraint_solver/ \
--no-search -d google \
--footer-text "OR-Tools ${OR_TOOLS_MAJOR}.${OR_TOOLS_MINOR}" \
ortools/gen/ortools/constraint_solver/pywrapcp.py
$(SET_PYTHONPATH) pdoc \
--logo https://developers.google.com/optimization/images/orLogo.png \
-o docs/python/ortools/algorithms/ \
--no-search -d google \
--footer-text "OR-Tools ${OR_TOOLS_MAJOR}.${OR_TOOLS_MINOR}" \
ortools/gen/ortools/algorithms/pywrapknapsack_solver.py
--logo https://developers.google.com/optimization/images/orLogo.png \
-o docs/python/ortools/algorithms/ \
--no-search -d google \
--footer-text "OR-Tools ${OR_TOOLS_MAJOR}.${OR_TOOLS_MINOR}" \
ortools/gen/ortools/algorithms/pywrapknapsack_solver.py
$(SET_PYTHONPATH) pdoc \
--logo https://developers.google.com/optimization/images/orLogo.png \
-o docs/python/ortools/graph/ \
--no-search -d google \
--footer-text "OR-Tools ${OR_TOOLS_MAJOR}.${OR_TOOLS_MINOR}" \
ortools/gen/ortools/graph/pywrapgraph.py
--logo https://developers.google.com/optimization/images/orLogo.png \
-o docs/python/ortools/graph/ \
--no-search -d google \
--footer-text "OR-Tools ${OR_TOOLS_MAJOR}.${OR_TOOLS_MINOR}" \
ortools/gen/ortools/graph/pywrapgraph.py