From 081380e73a7385a883e785615587cf55df2c14e9 Mon Sep 17 00:00:00 2001 From: twabiko Date: Tue, 4 Aug 2015 22:45:32 +0900 Subject: [PATCH] add 'ref' for Sphinx --- snippets/rst.snippets | 2 ++ 1 file changed, 2 insertions(+) diff --git a/snippets/rst.snippets b/snippets/rst.snippets index 2ed26f0..65d7a45 100644 --- a/snippets/rst.snippets +++ b/snippets/rst.snippets @@ -86,6 +86,8 @@ snippet toc: ${0} snippet dow: :download:`${0:text} <${1:path}>` +snippet ref: + :ref:`${0:text} <${1:path}>` # CJK optimize, CJK has no space between charaters snippet *c \ *${1:Emphasis}*\ ${0}