diff --git a/docs/python/ortools/sat/python/cp_model.html b/docs/python/ortools/sat/python/cp_model.html index b769bd330d..ceb9a0ee59 100644 --- a/docs/python/ortools/sat/python/cp_model.html +++ b/docs/python/ortools/sat/python/cp_model.html @@ -12,6 +12,11 @@ + +
@@ -5956,6 +5961,11 @@ def Sum(cls, expressions):
diff --git a/docs/python/ortools/util/sorted_interval_list.html b/docs/python/ortools/util/sorted_interval_list.html index bd770839af..931308d710 100644 --- a/docs/python/ortools/util/sorted_interval_list.html +++ b/docs/python/ortools/util/sorted_interval_list.html @@ -12,6 +12,11 @@ + +
@@ -474,6 +479,11 @@ __lshift__ = _sorted_interval_list.__lshift__
diff --git a/makefiles/Makefile.doc.mk b/makefiles/Makefile.doc.mk index 3a6cb4b88d..26e101c2e2 100644 --- a/makefiles/Makefile.doc.mk +++ b/makefiles/Makefile.doc.mk @@ -13,5 +13,5 @@ java-doc: doxygen tools/doc/java.doxy python-doc: - $(SET_PYTHONPATH) pdoc3 --force --html -o docs/python/ortools/sat/python/ ortools/sat/python/cp_model.py - $(SET_PYTHONPATH) pdoc3 --html --force -o docs/python/ortools/util/ ortools/gen/ortools/util/sorted_interval_list.py + $(SET_PYTHONPATH) pdoc3 --force --html --template-dir tools/doc/templates -o docs/python/ortools/sat/python/ ortools/sat/python/cp_model.py + $(SET_PYTHONPATH) pdoc3 --html --force --template-dir tools/doc/templates -o docs/python/ortools/util/ ortools/gen/ortools/util/sorted_interval_list.py diff --git a/tools/doc/templates/credits.mako b/tools/doc/templates/credits.mako new file mode 100644 index 0000000000..dc26682822 --- /dev/null +++ b/tools/doc/templates/credits.mako @@ -0,0 +1 @@ +

\ No newline at end of file diff --git a/tools/doc/templates/head.mako b/tools/doc/templates/head.mako new file mode 100644 index 0000000000..4bb711f686 --- /dev/null +++ b/tools/doc/templates/head.mako @@ -0,0 +1,6 @@ + + + \ No newline at end of file diff --git a/tools/doc/templates/logo.mako b/tools/doc/templates/logo.mako new file mode 100644 index 0000000000..0ecb229df7 --- /dev/null +++ b/tools/doc/templates/logo.mako @@ -0,0 +1,5 @@ +
+ + OR-Tools + +
\ No newline at end of file