python: Add doxygen python doc

Signed-off-by: Corentin Le Molgat <corentinl@google.com>
This commit is contained in:
Corentin Le Molgat
2023-07-03 16:37:01 +02:00
parent e0dfe811a5
commit 2b376f84af
4 changed files with 2777 additions and 4 deletions

2720
ortools/python/Doxyfile.in Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,11 @@
/*! @file
* @author Laurent Perron <lperron@google.com>
* @author Corentin "Mizux" Le Molgat <corentinl@google.com>
*/
/*! @mainpage OR-Tools
This is the reference documentation for the Google OR-Tools Python wrappers.
This repository contains several components:
*/

View File

@@ -0,0 +1,16 @@
/* The standard CSS for doxygen 1.9.6*/
html {
/* page base colors */
/*--page-background-color: white;*/
/*--page-foreground-color: black;*/
/* header */
--header-background: #d9821e;
--header-foreground: white;
/* footer */
--footer-background: #d9821e;
--footer-foreground: white;
}