Skip to content

Commit 51e8dac

Browse files
authored
fix README rendering (#6980)
1 parent 678300d commit 51e8dac

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.rst

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -203,13 +203,14 @@ Citing TorchVision
203203
==================
204204

205205
If you find TorchVision useful in your work, please consider citing the following BibTeX entry:
206-
```BibTeX
207-
@software{torchvision2016,
208-
title = {TorchVision: PyTorch's Computer Vision library},
209-
author = {TorchVision maintainers and contributors},
210-
year = 2016,
211-
journal = {GitHub repository},
212-
publisher = {GitHub},
213-
howpublished = {\url{https://github.com/pytorch/vision}}
214-
}
215-
```
206+
207+
.. code:: bibtex
208+
209+
@software{torchvision2016,
210+
title = {TorchVision: PyTorch's Computer Vision library},
211+
author = {TorchVision maintainers and contributors},
212+
year = 2016,
213+
journal = {GitHub repository},
214+
publisher = {GitHub},
215+
howpublished = {\url{https://github.com/pytorch/vision}}
216+
}

0 commit comments

Comments
 (0)