Skip to content

Commit

Permalink
Adds links to other docs in API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tailhook committed Aug 4, 2017
1 parent 816c600 commit 4e2ed78
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
//! Trimmer: A yet another text template engine
//!
//! [User Guide](https://trimmer.readthedocs.io/) |
//! [Github](https://github.com/tailhook/trimmer/) |
//! [Crate](https://crates.io/crates/trimmer)
//!
#![recursion_limit="100"]
#![warn(missing_docs)]

Expand Down

0 comments on commit 4e2ed78

Please sign in to comment.