Skip to content

Commit 48d2d1c

Browse files
committed
Add JuliaCon slides
1 parent 6d8bbd2 commit 48d2d1c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Out of the box, PrettyPrinting can format Julia code and standard Julia
1616
containers. It can be easily extended to format custom data structures.
1717

1818
To learn more about PrettyPrinting, check the [**Quick Start**](#quick-start)
19-
below, read the [**Documentation**][doc-url] or watch the
20-
[JuliaCon 2021 Talk][juliacon2021-url].
19+
below, read the [**Documentation**][doc-url], or watch the
20+
[**Presentation at JuliaCon 2021**][juliacon2021-url] ([**slides**][juliacon2021-slides]).
2121

2222
[![PrettyPrinting | JuliaCon 2021][juliacon2021-img]][juliacon2021-url]
2323

@@ -96,3 +96,4 @@ To format custom data types, implement either `PrettyPrinting.quoteof()` or
9696
[rfmt-paper]: https://ai.google/research/pubs/pub44667
9797
[juliacon2021-img]: https://img.youtube.com/vi/Pa92w_ACp_c/maxresdefault.jpg
9898
[juliacon2021-url]: https://www.youtube.com/watch?v=Pa92w_ACp_c
99+
[juliacon2021-slides]: https://github.com/MechanicalRabbit/PrettyPrinting.jl/files/7870322/PrettyPrinting-JuliaCon2021.pdf

0 commit comments

Comments
 (0)