[doc] slight cleanup (#9988)

This commit is contained in:
greydoubt 2024-01-15 03:09:20 -08:00 committed by GitHub
parent 547abb8c12
commit 2de85d3241
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ facilities.
# Directories # Directories
* ci_build: Test facilities for Jenkins CI and GitHub action. * ci_build: Test facilities for Jenkins CI and GitHub action.
* cli: Basic test for command line executable `xgboost`. Most of the other command line * cli: Basic test for command line executable `xgboost`. Most of the other command line
specific tests are in Python test `test_cli.py` specific tests are in Python test `test_cli.py`.
* cpp: Tests for C++ core, using Google test framework. * cpp: Tests for C++ core, using Google test framework.
* python: Tests for Python package, demonstrations and CLI. For how to setup the * python: Tests for Python package, demonstrations and CLI. For how to setup the
dependencies for tests, see conda files in `ci_build`. dependencies for tests, see conda files in `ci_build`.