aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-03-03 15:36:17 +0100
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-03-03 15:36:17 +0100
commitc7193a9f893469577a61f3db6e075b8c0da35ec6 (patch)
tree91323c0baeadb49ecef1858738a051be3480f5f3 /README.rst
parentf9a52b2784565e9d938ed1c8a397e2764b25fe20 (diff)
downloadaskama-c7193a9f893469577a61f3db6e075b8c0da35ec6.tar.gz
askama-c7193a9f893469577a61f3db6e075b8c0da35ec6.tar.bz2
askama-c7193a9f893469577a61f3db6e075b8c0da35ec6.zip
Point to tests from example section
Diffstat (limited to '')
-rw-r--r--README.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index eb55ce7..765333a 100644
--- a/README.rst
+++ b/README.rst
@@ -95,6 +95,10 @@ In any Rust file inside your crate, add the following:
You should now be able to compile and run this code.
+Review the `test cases`_ for more examples.
+
+.. _test cases: https://github.com/djc/askama/tree/master/testing
+
Debugging and troubleshooting
-----------------------------
@@ -137,7 +141,3 @@ The generated code looks like this:
writer.write_str("\n").unwrap();
}
}
-
-Review the `test cases`_ for more examples.
-
-.. _test cases: https://github.com/djc/askama/tree/master/testing