Unverified Commit 7533d30a authored by Sylvain Gugger's avatar Sylvain Gugger Committed by GitHub
Browse files

Convert Trainer doc page to MarkDown (#14753)

* Convert Trainer doc page to MarkDown

* Fix repo consistency

* Fix the doc build test job
parent e926ea2b
...@@ -46,4 +46,4 @@ jobs: ...@@ -46,4 +46,4 @@ jobs:
- name: Make documentation - name: Make documentation
run: | run: |
doc-builder build transformers ./transformers/docs/source doc-builder build transformers ./docs/source
This diff is collapsed.
This diff is collapsed.
...@@ -507,6 +507,8 @@ DEPRECATED_OBJECTS = [ ...@@ -507,6 +507,8 @@ DEPRECATED_OBJECTS = [
"xnli_output_modes", "xnli_output_modes",
"xnli_processors", "xnli_processors",
"xnli_tasks_num_labels", "xnli_tasks_num_labels",
"TFTrainer",
"TFTrainingArguments",
] ]
# Exceptionally, some objects should not be documented after all rules passed. # Exceptionally, some objects should not be documented after all rules passed.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment