Skip to content

Commit 9757ccc

Browse files
authored
Fix author links
1 parent c544eeb commit 9757ccc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

beginner_source/onnx/intro_onnx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
====================
99
1010
Authors:
11-
`Ti-Tai Wang <https://github.com/titaiwangms>`_ and Thiago Crepaldi <https://github.com/thiagocrepaldi>`_.
11+
`Ti-Tai Wang <https://github.com/titaiwangms>`_, `Thiago Crepaldi <https://github.com/thiagocrepaldi>`_.
1212
1313
`Open Neural Network eXchange (ONNX) <https://onnx.ai/>`_ is an open standard
1414
format for representing machine learning models. The ``torch.onnx`` module provides APIs to

beginner_source/onnx/onnx_registry_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Extending the ONNX Exporter Operator Support
99
============================================
1010
11-
**Authors:** Ti-Tai Wang ([email protected]), Justin Chu ([email protected])
11+
**Authors:** `Ti-Tai Wang <[email protected]>`_, `Justin Chu <[email protected]>`_
1212
"""
1313

1414

0 commit comments

Comments
 (0)