Skip to content

Commit

Permalink
add a link to JuliaCon presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
xitology committed Jan 14, 2022
1 parent 4580fcd commit 6d8bbd2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ Optimal Code Formatting, 2016][rfmt-paper].
Out of the box, PrettyPrinting can format Julia code and standard Julia
containers. It can be easily extended to format custom data structures.

To learn more about PrettyPrinting, check the [**Quick Start**](#quick-start)
below, read the [**Documentation**][doc-url] or watch the
[JuliaCon 2021 Talk][juliacon2021-url].

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


## Quick Start

Expand Down Expand Up @@ -88,3 +94,5 @@ To format custom data types, implement either `PrettyPrinting.quoteof()` or
[license-img]: https://img.shields.io/badge/license-MIT-blue.svg
[license-url]: https://raw.githubusercontent.com/MechanicalRabbit/PrettyPrinting.jl/master/LICENSE.md
[rfmt-paper]: https://ai.google/research/pubs/pub44667
[juliacon2021-img]: https://img.youtube.com/vi/Pa92w_ACp_c/maxresdefault.jpg
[juliacon2021-url]: https://www.youtube.com/watch?v=Pa92w_ACp_c

0 comments on commit 6d8bbd2

Please sign in to comment.