Document RAG again (#7377)

Do not merge before Monday
This commit is contained in:
Sylvain Gugger
2020-09-28 08:31:46 -04:00
committed by GitHub
parent 7563d5a3cf
commit 0611eab5e3
4 changed files with 115 additions and 3 deletions

View File

@@ -314,9 +314,8 @@ def check_repo_quality():
print("Checking all models are properly tested.")
check_all_decorator_order()
check_all_models_are_tested()
# Uncomment me when RAG is back
# print("Checking all models are properly documented.")
# check_all_models_are_documented()
print("Checking all models are properly documented.")
check_all_models_are_documented()
if __name__ == "__main__":