diff --git a/doc/html/index.html b/doc/html/index.html
index b855277a..243b632f 100644
--- a/doc/html/index.html
+++ b/doc/html/index.html
@@ -123,7 +123,7 @@
-Last revised: March 28, 2017 at 17:25:01 GMT |
+Last revised: June 25, 2017 at 22:48:31 GMT |
|
diff --git a/doc/html/numpy/.doctrees/environment.pickle b/doc/html/numpy/.doctrees/environment.pickle
index 73ca51e4..be906520 100644
Binary files a/doc/html/numpy/.doctrees/environment.pickle and b/doc/html/numpy/.doctrees/environment.pickle differ
diff --git a/doc/html/numpy/.doctrees/index.doctree b/doc/html/numpy/.doctrees/index.doctree
index ffe72b4c..c991a5c5 100644
Binary files a/doc/html/numpy/.doctrees/index.doctree and b/doc/html/numpy/.doctrees/index.doctree differ
diff --git a/doc/html/numpy/.doctrees/tutorial/fromdata.doctree b/doc/html/numpy/.doctrees/tutorial/fromdata.doctree
index 4bb521c9..8516fd1c 100644
Binary files a/doc/html/numpy/.doctrees/tutorial/fromdata.doctree and b/doc/html/numpy/.doctrees/tutorial/fromdata.doctree differ
diff --git a/doc/html/numpy/.doctrees/tutorial/ndarray.doctree b/doc/html/numpy/.doctrees/tutorial/ndarray.doctree
index 63683a6d..db9dfc8f 100644
Binary files a/doc/html/numpy/.doctrees/tutorial/ndarray.doctree and b/doc/html/numpy/.doctrees/tutorial/ndarray.doctree differ
diff --git a/doc/html/numpy/.doctrees/tutorial/simple.doctree b/doc/html/numpy/.doctrees/tutorial/simple.doctree
index bbdf1f85..2f9d39b1 100644
Binary files a/doc/html/numpy/.doctrees/tutorial/simple.doctree and b/doc/html/numpy/.doctrees/tutorial/simple.doctree differ
diff --git a/doc/html/numpy/.doctrees/tutorial/ufunc.doctree b/doc/html/numpy/.doctrees/tutorial/ufunc.doctree
index 49f55506..fdbbb1a6 100644
Binary files a/doc/html/numpy/.doctrees/tutorial/ufunc.doctree and b/doc/html/numpy/.doctrees/tutorial/ufunc.doctree differ
diff --git a/doc/html/reference/index.html b/doc/html/reference/index.html
index 240287ab..4fe8f81a 100644
--- a/doc/html/reference/index.html
+++ b/doc/html/reference/index.html
@@ -128,7 +128,7 @@
-Last revised: March 28, 2017 at 17:25:08 GMT |
+Last revised: June 25, 2017 at 22:48:37 GMT |
|
diff --git a/doc/html/tutorial/index.html b/doc/html/tutorial/index.html
index 4ae51a2c..8b339cfa 100644
--- a/doc/html/tutorial/index.html
+++ b/doc/html/tutorial/index.html
@@ -140,7 +140,7 @@
-Last revised: March 28, 2017 at 17:25:17 GMT |
+Last revised: June 25, 2017 at 22:48:47 GMT |
|
diff --git a/doc/html/tutorial/tutorial/embedding.html b/doc/html/tutorial/tutorial/embedding.html
index 69371aec..a37d23e7 100644
--- a/doc/html/tutorial/tutorial/embedding.html
+++ b/doc/html/tutorial/tutorial/embedding.html
@@ -145,6 +145,11 @@ exe embedded_program # name of the executable
executes the given code (typically a set of statements) returning the result,
and exec_file executes the code contained in the given file.
+
+ There are also overloads taking char
+ const*
+ instead of str as the first argument.
+
The globals and locals parameters are
Python dictionaries containing the globals and locals of the context in which