Document toc check and doctest check scripts (#25319)

* Clean doc toc check and make doctest list better

* Add to Makefile
This commit is contained in:
Sylvain Gugger
2023-08-04 16:24:04 +02:00
committed by GitHub
parent ce6d153a53
commit fdaef3368b
3 changed files with 83 additions and 9 deletions

View File

@@ -80,6 +80,7 @@ fix-copies:
python utils/check_copies.py --fix_and_overwrite
python utils/check_table.py --fix_and_overwrite
python utils/check_dummies.py --fix_and_overwrite
python utils/check_doctest_list.py --fix_and_overwrite
python utils/check_task_guides.py --fix_and_overwrite
# Run tests for the library