Initial commit.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: autoclass
|
||||
# key: auto
|
||||
# --
|
||||
.. autoclass:: $0
|
||||
${1::members: ${2:members}}
|
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: autofunction
|
||||
# key: auto
|
||||
# --
|
||||
.. autofunction:: $0
|
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: automodule
|
||||
# key: auto
|
||||
# --
|
||||
.. automodule:: ${1:module_name}
|
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: class
|
||||
# key: cls
|
||||
# --
|
||||
:class:\`$0\`
|
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: code
|
||||
# key: code
|
||||
# --
|
||||
.. code:: ${1:python}
|
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: digraph
|
||||
# key: graph
|
||||
# --
|
||||
.. digraph:: $1
|
||||
|
||||
$0
|
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: function
|
||||
# key: fun
|
||||
# --
|
||||
:function:\`$0\`
|
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: graph
|
||||
# key: graph
|
||||
# --
|
||||
.. graph:: $1
|
||||
|
||||
$0
|
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: graphviz
|
||||
# key: graph
|
||||
# --
|
||||
.. graphviz::
|
||||
|
||||
$0
|
10
.emacs.d/elpa/yasnippet-20160131.948/snippets/rst-mode/image
Normal file
10
.emacs.d/elpa/yasnippet-20160131.948/snippets/rst-mode/image
Normal file
@@ -0,0 +1,10 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: image
|
||||
# key: img
|
||||
# --
|
||||
.. image:: ${1:path}
|
||||
:height: ${2:100}
|
||||
:width: ${3:200}
|
||||
:alt: ${4:description}
|
||||
|
||||
$0
|
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: inheritance
|
||||
# key: inh
|
||||
# --
|
||||
.. inheritance-diagram:: $0
|
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: literatal include
|
||||
# key: inc
|
||||
# --
|
||||
.. literalinclude:: ${1:path}
|
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: meta
|
||||
# key: :
|
||||
# --
|
||||
:${1:var}: $0
|
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: module
|
||||
# key: mod
|
||||
# --
|
||||
:mod: \`$0\`
|
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: parsed_literal
|
||||
# key: src
|
||||
# --
|
||||
.. parsed-literal::
|
||||
$0
|
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: pause
|
||||
# key: pause
|
||||
# group: hieroglyph
|
||||
# --
|
||||
.. rst-class:: build
|
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: term
|
||||
# key: term
|
||||
# --
|
||||
:term:\`$0\`
|
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: url
|
||||
# key: url
|
||||
# --
|
||||
.. _${1:description}: $0
|
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: verbatim
|
||||
# key: |
|
||||
# --
|
||||
| $0
|
||||
|
|
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: warning
|
||||
# key: warn
|
||||
# --
|
||||
.. warning:
|
||||
$0
|
Reference in New Issue
Block a user