diff options
| author | 2017-03-03 20:51:19 +0100 | |
|---|---|---|
| committer | 2017-03-03 20:51:19 +0100 | |
| commit | 283236cbf17765494b6eee5f0678eeb31d0399aa (patch) | |
| tree | 197203fa5ded6e4e4ccf5dc5537442a4930fa4f6 | |
| parent | 37199d06f08b4b1e8e525470cba703adb80d423e (diff) | |
| download | askama-283236cbf17765494b6eee5f0678eeb31d0399aa.tar.gz askama-283236cbf17765494b6eee5f0678eeb31d0399aa.tar.bz2 askama-283236cbf17765494b6eee5f0678eeb31d0399aa.zip | |
Link to documentation from README
Diffstat (limited to '')
| -rw-r--r-- | README.rst | 3 | 
1 files changed, 2 insertions, 1 deletions
| @@ -7,7 +7,7 @@ Askama  Askama implements a template rendering engine based on Jinja.  It generates Rust code from your templates at compile time  based on a user-defined ``struct`` to hold the template's context. -See below for an example. +See below for an example, or read `the documentation`_.  Currently implemented features: @@ -27,6 +27,7 @@ Askama is in heavy development, so it currently has some limitations:  All feedback welcome. Feel free to file bugs, requests for documentation and  any other feedback to the `issue tracker`_ or `tweet me`_. +.. _the documentation: https://docs.rs/askama  .. _issue tracker: https://github.com/djc/askama/issues  .. _tweet me: https://twitter.com/djco/ | 
