Skip to content

Commit

Permalink
Various small doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
LysandreJik committed Sep 26, 2019
1 parent fb05649 commit 8349d75
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/source/main_classes/processors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ Example usage
^^^^^^^^^^^^^^^^^^^^^^^^^

An example using these processors is given in the
`run_glue.py <https://github.com/huggingface/pytorch-transformers/blob/master/examples/run_glue.py>` script.
`run_glue.py <https://github.com/huggingface/pytorch-transformers/blob/master/examples/run_glue.py>`__ script.
4 changes: 2 additions & 2 deletions docs/source/model_doc/xlm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ XLM
:members:


``TFXLMForQuestionAnswering``
``TFXLMForQuestionAnsweringSimple``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. autoclass:: pytorch_transformers.TFXLMForQuestionAnswering
.. autoclass:: pytorch_transformers.TFXLMForQuestionAnsweringSimple
:members:
4 changes: 2 additions & 2 deletions docs/source/model_doc/xlnet.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ XLNet
:members:


``TFXLNetForQuestionAnswering``
``TFXLNetForQuestionAnsweringSimple``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. autoclass:: pytorch_transformers.TFXLNetForQuestionAnswering
.. autoclass:: pytorch_transformers.TFXLNetForQuestionAnsweringSimple
:members:

0 comments on commit 8349d75

Please sign in to comment.