Initial commit.

This commit is contained in:
2016-02-18 14:53:30 +01:00
commit 8e93ca7a95
2215 changed files with 341269 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# name: autoclass
# key: auto
# --
.. autoclass:: $0
${1::members: ${2:members}}

View File

@@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: autofunction
# key: auto
# --
.. autofunction:: $0

View File

@@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: automodule
# key: auto
# --
.. automodule:: ${1:module_name}

View File

@@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: class
# key: cls
# --
:class:\`$0\`

View File

@@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: code
# key: code
# --
.. code:: ${1:python}

View File

@@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# name: digraph
# key: graph
# --
.. digraph:: $1
$0

View File

@@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: function
# key: fun
# --
:function:\`$0\`

View File

@@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# name: graph
# key: graph
# --
.. graph:: $1
$0

View File

@@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# name: graphviz
# key: graph
# --
.. graphviz::
$0

View File

@@ -0,0 +1,10 @@
# -*- mode: snippet -*-
# name: image
# key: img
# --
.. image:: ${1:path}
:height: ${2:100}
:width: ${3:200}
:alt: ${4:description}
$0

View File

@@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: inheritance
# key: inh
# --
.. inheritance-diagram:: $0

View File

@@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: literatal include
# key: inc
# --
.. literalinclude:: ${1:path}

View File

@@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: meta
# key: :
# --
:${1:var}: $0

View File

@@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: module
# key: mod
# --
:mod: \`$0\`

View File

@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# name: parsed_literal
# key: src
# --
.. parsed-literal::
$0

View File

@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# name: pause
# key: pause
# group: hieroglyph
# --
.. rst-class:: build

View File

@@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: term
# key: term
# --
:term:\`$0\`

View File

@@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: url
# key: url
# --
.. _${1:description}: $0

View File

@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# name: verbatim
# key: |
# --
| $0
|

View File

@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# name: warning
# key: warn
# --
.. warning:
$0