From 1742d2ea02ad9d9a8cbac1fda6dccccbf8934754 Mon Sep 17 00:00:00 2001 From: Yoshiki Shibukawa Date: Fri, 2 Sep 2016 16:37:29 +0900 Subject: [PATCH] fix inter document link --- doc/_templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/_templates/index.html b/doc/_templates/index.html index c02641624..755a79122 100644 --- a/doc/_templates/index.html +++ b/doc/_templates/index.html @@ -30,7 +30,7 @@ module indices{%endtrans%}
  • {%trans%}Code handling: automatic highlighting using the Pygments highlighter{%endtrans%}
  • -
  • {%trans path=pathto('extensions')%}Extensions: automatic testing of code snippets, inclusion of +
  • {%trans path=pathto('ext/builtins')%}Extensions: automatic testing of code snippets, inclusion of docstrings from Python modules (API docs), and more{%endtrans%}
  • {%trans path=pathto('develop')%}Contributed extensions: more than