From 76040eda92d39f9194edd11bdf82a0d321480f18 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Thu, 4 May 2017 23:45:13 +0000 Subject: [PATCH] Deploy to GitHub Pages: b2f53e1acfe08829de63637c2adc13ccfa5fe034 --- develop/doc/html/index.html | 2 +- .../html/numpy/.doctrees/environment.pickle | Bin 18362 -> 18362 bytes develop/doc/html/reference/index.html | 2 +- develop/doc/html/tutorial/index.html | 2 +- .../doc/html/tutorial/tutorial/embedding.html | 5 +++++ 5 files changed, 8 insertions(+), 3 deletions(-) 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 99c1d36167368712eece71127f2c3e4070b3ac9d..00e36b4a055340ebc4dc85d30e4ced6542888f03 100644 GIT binary patch delta 154 zcmdnh&$z3faYLtbz0-SJ>-~Hg%I=QWoZj0Sh%d;{fiSH-cV(DDm^KFcGVGwt4<#Ay z5T@~^f{XwN(>7iqBNDkIZ8k%I=QWY#fi)PRPiHFum&2GfE&#_xkM_wGgIVz9@G_8-#6N L#k^VAWjQkdSzbS< 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