Philip Hyunsu Cho ea850ecd20
[CI] Refactor Jenkins CI pipeline + migrate all Linux tests to Jenkins (#4401)
* All Linux tests are now in Jenkins CI
* Tests are now de-coupled from builds. We can now build XGBoost with one version of CUDA/JDK and test it with another version of CUDA/JDK
* Builds (compilation) are significantly faster because 1) They use C5 instances with faster CPU cores; and 2) build environment setup is cached using Docker containers
2019-04-26 18:39:12 -07:00
..
2018-07-19 14:22:16 -07:00
2018-12-28 00:36:47 +08:00
2016-01-16 11:52:33 -08:00
2018-07-19 14:22:16 -07:00
2019-04-15 10:08:12 -07:00
2018-07-28 10:34:14 -07:00
2018-07-19 14:22:16 -07:00
2018-07-19 14:22:16 -07:00
2015-08-01 11:27:13 -07:00
2018-02-21 16:57:30 -08:00
2018-07-19 14:22:16 -07:00

The documentation of xgboost is generated with recommonmark and sphinx.

You can build it locally by typing "make html" in this folder.

Checkout https://recommonmark.readthedocs.org for guide on how to write markdown with extensions used in this doc, such as math formulas and table of content.