From 797f10ab1626308f530d70e707d6cceebf01080d Mon Sep 17 00:00:00 2001 From: ines Date: Sat, 20 May 2017 12:59:16 +0200 Subject: [PATCH] Update formatting --- website/docs/api/util.jade | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/website/docs/api/util.jade b/website/docs/api/util.jade index 61e603791..c0c0e6f3c 100644 --- a/website/docs/api/util.jade +++ b/website/docs/api/util.jade @@ -14,7 +14,7 @@ p | recommend having additional tests in place if your application depends on | any of spaCy's utilities. -+h(2, "get_data_path") get_data_path ++h(2, "get_data_path") util.get_data_path +tag function p @@ -32,7 +32,7 @@ p +cell #[code Path] / #[code None] +cell Data path or #[code None]. -+h(2, "set_data_path") set_data_path ++h(2, "set_data_path") util.set_data_path +tag function p @@ -49,7 +49,7 @@ p +cell unicode or #[code Path] +cell Path to new data directory. -+h(2, "get_lang_class") get_lang_class ++h(2, "get_lang_class") util.get_lang_class +tag function p @@ -74,7 +74,7 @@ p +cell #[code Language] +cell Language class. -+h(2, "resolve_model_path") resolve_model_path ++h(2, "resolve_model_path") util.resolve_model_path +tag function p Resolve a model name or string to a model path. @@ -94,7 +94,7 @@ p Resolve a model name or string to a model path. +cell #[code Path] +cell Path to model data directory. -+h(2, "is_package") is_package ++h(2, "is_package") util.is_package +tag function p @@ -116,7 +116,7 @@ p +cell #[code bool] +cell #[code True] if installed package, #[code False] if not. -+h(2, "get_model_package_path") get_model_package_path ++h(2, "get_model_package_path") util.get_model_package_path +tag function p @@ -138,7 +138,7 @@ p +cell #[code Path] +cell Path to model data directory. -+h(2, "parse_package_meta") parse_package_meta ++h(2, "parse_package_meta") util.parse_package_meta +tag function p @@ -167,7 +167,7 @@ p +cell dict / #[code None] +cell Model meta data or #[code None]. -+h(2, "update_exc") update_exc ++h(2, "update_exc") util.update_exc +tag function p @@ -199,7 +199,7 @@ p +cell Combined tokenizer exceptions. -+h(2, "prints") prints ++h(2, "prints") util.prints +tag function p