diff --git a/develop/doc/html/index.html b/develop/doc/html/index.html index e98faaa5..3bca4b16 100644 --- a/develop/doc/html/index.html +++ b/develop/doc/html/index.html @@ -123,7 +123,7 @@

- +

Last revised: April 14, 2017 at 17:29:58 GMT

Last revised: May 04, 2017 at 23:44:46 GMT


diff --git a/develop/doc/html/numpy/.doctrees/environment.pickle b/develop/doc/html/numpy/.doctrees/environment.pickle index 99c1d361..00e36b4a 100644 Binary files a/develop/doc/html/numpy/.doctrees/environment.pickle and b/develop/doc/html/numpy/.doctrees/environment.pickle differ diff --git a/develop/doc/html/reference/index.html b/develop/doc/html/reference/index.html index e37a4821..b70bdd15 100644 --- a/develop/doc/html/reference/index.html +++ b/develop/doc/html/reference/index.html @@ -128,7 +128,7 @@ - +

Last revised: April 14, 2017 at 17:30:05 GMT

Last revised: May 04, 2017 at 23:44:53 GMT


diff --git a/develop/doc/html/tutorial/index.html b/develop/doc/html/tutorial/index.html index 0592b47c..278656d2 100644 --- a/develop/doc/html/tutorial/index.html +++ b/develop/doc/html/tutorial/index.html @@ -140,7 +140,7 @@ - +

Last revised: April 14, 2017 at 17:30:16 GMT

Last revised: May 04, 2017 at 23:45:04 GMT


diff --git a/develop/doc/html/tutorial/tutorial/embedding.html b/develop/doc/html/tutorial/tutorial/embedding.html index 69371aec..a37d23e7 100644 --- a/develop/doc/html/tutorial/tutorial/embedding.html +++ b/develop/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