summaryrefslogtreecommitdiff
path: root/snippets
AgeCommit message (Collapse)Author
2014-09-06Add mpi4py import snippetKyle Meyer
2014-08-31Snippet for 'Examples' header of Python docstringKyle Meyer
2014-08-29Add snippet for h5py importKyle Meyer
2014-08-14Add seaborn import snippetKyle Meyer
2014-08-14Add a few R import snippetsKyle Meyer
2014-08-05Add yas-parentsKyle Meyer
2014-07-13Update plotting import snippet for renameKyle Meyer
2014-07-13Decrease upper bound for NumPy random seed snippetKyle Meyer
numpy.random.mtrand bounds at 4294967295.
2014-06-22Add defaultdict import snippetKyle Meyer
2014-05-28Snippet to insert current file nameKyle Meyer
2014-04-23Add R shebang snippetKyle Meyer
2014-04-20Add bash shebang snippetKyle Meyer
2014-03-25Correct indentation in pymc-file snippetKyle Meyer
Lost the "expand-env" line with bb0ba4f.
2014-03-25Remove a few functions the are covered by snippetsKyle Meyer
2014-03-25Add another TODO snippetKyle Meyer
2014-03-24Remove arg placeholder for pytest def snippetKyle Meyer
2014-03-24Reorganize and add Python snippetsKyle Meyer
2014-03-24Break down NumPy yasnippetsKyle Meyer
Make individual snippets for the parameters and returns headings.
2013-12-08Change key for python shebang snippetKyle Meyer
Key used to be '#!', but on update giving error: [yas] elisp error! Symbol's function definition is void: ca-all-asscs This is coming from the text-mode/bang snippet with the key "!". `ca-all-asscs' is defined in Andrea Crotti's snippet repo: https://github.com/AndreaCrotti/Emacs-configuration/blob/01ac040840ceba0a909317046e8a83867aea1022/modules/ca-utils.el#466-473 Changing key for python snippet to 'sb' to avoid conflict.
2013-11-20Add pymc snippetKyle Meyer
2013-11-19Remove ticker import from matplotlib snippertKyle Meyer
Tend to use `locator_params` much more now
2013-08-02Fix typos in plt snippetKyle Meyer
2013-07-22add pytest function snippetKyle Meyer
2013-06-30numpy docstring snippetsKyle Meyer
2013-06-30move python shebang/common imports to yasnippetKyle Meyer