mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-25 19:14:01 +03:00
Add LaTeX renderer to documentation (#4131)
This commit is contained in:
parent
b58e28b99c
commit
5cf7d4a90d
|
@ -471,6 +471,10 @@ Comma-separated values are a plain-text tabular data format, that can be easily
|
|||
|
||||
[Django REST Pandas] provides a serializer and renderers that support additional data processing and output via the [Pandas] DataFrame API. Django REST Pandas includes renderers for Pandas-style CSV files, Excel workbooks (both `.xls` and `.xlsx`), and a number of [other formats]. It is maintained by [S. Andrew Sheppard][sheppard] as part of the [wq Project][wq].
|
||||
|
||||
## LaTeX
|
||||
|
||||
[Rest Framework Latex] provides a renderer that outputs PDFs using Laulatex. It is maintained by [Pebble (S/F Software)][mypebble].
|
||||
|
||||
|
||||
[cite]: https://docs.djangoproject.com/en/dev/ref/template-response/#the-rendering-process
|
||||
[conneg]: content-negotiation.md
|
||||
|
@ -506,3 +510,5 @@ Comma-separated values are a plain-text tabular data format, that can be easily
|
|||
[other formats]: https://github.com/wq/django-rest-pandas#supported-formats
|
||||
[sheppard]: https://github.com/sheppard
|
||||
[wq]: https://github.com/wq
|
||||
[mypebble]: https://github.com/mypebble
|
||||
[Rest Framework Latex]: https://github.com/mypebble/rest-framework-latex
|
||||
|
|
Loading…
Reference in New Issue
Block a user