diff --git a/doc/html/images/jam.png b/doc/html/images/jam.png new file mode 100644 index 00000000..224ed791 Binary files /dev/null and b/doc/html/images/jam.png differ diff --git a/doc/html/index.html b/doc/html/index.html index 243b632f..09c6fe25 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -123,7 +123,7 @@

- +

Last revised: June 25, 2017 at 22:48:31 GMT

Last revised: July 20, 2017 at 17:50:03 GMT


diff --git a/doc/html/numpy/.doctrees/environment.pickle b/doc/html/numpy/.doctrees/environment.pickle index be906520..3742692a 100644 Binary files a/doc/html/numpy/.doctrees/environment.pickle and b/doc/html/numpy/.doctrees/environment.pickle differ diff --git a/doc/html/reference/index.html b/doc/html/reference/index.html index 4fe8f81a..c7cdb216 100644 --- a/doc/html/reference/index.html +++ b/doc/html/reference/index.html @@ -128,7 +128,7 @@ - +

Last revised: June 25, 2017 at 22:48:37 GMT

Last revised: July 20, 2017 at 17:50:10 GMT


diff --git a/doc/html/tutorial/index.html b/doc/html/tutorial/index.html index 8b339cfa..0aec7433 100644 --- a/doc/html/tutorial/index.html +++ b/doc/html/tutorial/index.html @@ -140,7 +140,7 @@ - +

Last revised: June 25, 2017 at 22:48:47 GMT

Last revised: July 20, 2017 at 17:50:19 GMT


diff --git a/doc/html/tutorial/tutorial/hello.html b/doc/html/tutorial/tutorial/hello.html index 4ada7ed5..2b8695eb 100644 --- a/doc/html/tutorial/tutorial/hello.html +++ b/doc/html/tutorial/tutorial/hello.html @@ -55,9 +55,9 @@

We will skip over the details. Our objective will be to simply create the hello world module and run it in Python. For a complete reference to building Boost.Python, - check out: building.html. After - this brief bjam tutorial, we should have built the DLLs - and run a python program using the extension. + check out: building.html. After this + brief bjam tutorial, we should have built the DLLs and + run a python program using the extension.

The tutorial example can be found in the directory: libs/python/example/tutorial.