From ecce3203501fa765ed77e8956d091a4036261f8e Mon Sep 17 00:00:00 2001
From: Alex Rothberg <agrothberg@gmail.com>
Date: Fri, 18 Jul 2014 10:55:35 -0400
Subject: [PATCH] Docs for new line magics

---
 doc/misc.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/misc.rst b/doc/misc.rst
index 8acd53e1..7a6a9665 100644
--- a/doc/misc.rst
+++ b/doc/misc.rst
@@ -39,6 +39,8 @@ and then use the ``%%cl_kernel`` 'cell-magic' command. See `this notebook
 
 You can pass build options to be used for building the program executable by using the ``-o`` flag on the first line of the cell (next to the ``%%cl_kernel`` directive). For example: `%%cl_kernel -o "-cl-fast-relaxed-math"``.
 
+There are also line magics: ``cl_load_kernel`` which will load a file into the next cell (adding ``cl_kernel`` to the first line) and ``cl_run_kernel`` which will compile kernels from a file (as if you copy-and-pasted the contents of the file to a cell with ``cl_kernel``). Boths of these magics take options ``-f`` to specify the file and optionally ``-o`` for build options.
+
 .. versionadded:: 2014.1
 
 Guidelines
-- 
GitLab