From 7f776258f06bc88e908f725c1b0cf7b88ad4c73c Mon Sep 17 00:00:00 2001 From: ines Date: Mon, 17 Apr 2017 01:41:46 +0200 Subject: [PATCH] Add link to API docs --- website/docs/usage/saving-loading.jade | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/docs/usage/saving-loading.jade b/website/docs/usage/saving-loading.jade index 063c5dc50..9fa23aaa7 100644 --- a/website/docs/usage/saving-loading.jade +++ b/website/docs/usage/saving-loading.jade @@ -2,7 +2,8 @@ include ../../_includes/_mixins p | After training your model, you'll usually want to save its state, and load - | it back later. You can do this with the #[code Language.save_to_directory()] + | it back later. You can do this with the + | #[+api("language#save_to_directory") #[code Language.save_to_directory()]] | method: +code.