diff --git a/develop/doc/html/index.html b/develop/doc/html/index.html
index 641a670e..d53a9cb6 100644
--- a/develop/doc/html/index.html
+++ b/develop/doc/html/index.html
@@ -109,7 +109,7 @@
Frequently Asked Questions (FAQs)
- NumPy
+ NumPy Extension Documentation
@@ -123,7 +123,7 @@
-Last revised: October 08, 2016 at 16:13:51 GMT |
+Last revised: October 08, 2016 at 20:25:16 GMT |
|
diff --git a/develop/doc/html/numpy/.buildinfo b/develop/doc/html/numpy/.buildinfo
index 3c063037..90dea0b5 100644
--- a/develop/doc/html/numpy/.buildinfo
+++ b/develop/doc/html/numpy/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
-config: c2f89bf9615bf36af14ecba75ba30ca4
+config: d88f1850489c8fa337a86b883d18bbaf
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/develop/doc/html/numpy/.doctrees/environment.pickle b/develop/doc/html/numpy/.doctrees/environment.pickle
index 0d1b2745..18bb24d8 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/numpy/.doctrees/index.doctree b/develop/doc/html/numpy/.doctrees/index.doctree
index 1882e395..1b114ba6 100644
Binary files a/develop/doc/html/numpy/.doctrees/index.doctree and b/develop/doc/html/numpy/.doctrees/index.doctree differ
diff --git a/develop/doc/html/numpy/.doctrees/reference/index.doctree b/develop/doc/html/numpy/.doctrees/reference/index.doctree
index f732b1a2..1d8e0c25 100644
Binary files a/develop/doc/html/numpy/.doctrees/reference/index.doctree and b/develop/doc/html/numpy/.doctrees/reference/index.doctree differ
diff --git a/develop/doc/html/numpy/.doctrees/tutorial/index.doctree b/develop/doc/html/numpy/.doctrees/tutorial/index.doctree
index 1181b5fd..50f12cb2 100644
Binary files a/develop/doc/html/numpy/.doctrees/tutorial/index.doctree and b/develop/doc/html/numpy/.doctrees/tutorial/index.doctree differ
diff --git a/develop/doc/html/numpy/_sources/index.txt b/develop/doc/html/numpy/_sources/index.txt
index 8456fc32..671a7b6c 100644
--- a/develop/doc/html/numpy/_sources/index.txt
+++ b/develop/doc/html/numpy/_sources/index.txt
@@ -1,10 +1,10 @@
-.. Boost.NumPy documentation master file, created by
+.. Boost.Python NumPy extension documentation master file, created by
sphinx-quickstart on Thu Oct 27 09:04:58 2011.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
-Welcome to Boost.NumPy's documentation!
-=======================================
+Welcome to the documentation of the Boost.Python NumPy extension!
+=================================================================
Contents:
@@ -13,5 +13,4 @@ Contents:
Tutorial
Reference
- cmakeBuild.rst
diff --git a/develop/doc/html/numpy/_sources/reference/index.txt b/develop/doc/html/numpy/_sources/reference/index.txt
index 27de3ee2..9562f864 100644
--- a/develop/doc/html/numpy/_sources/reference/index.txt
+++ b/develop/doc/html/numpy/_sources/reference/index.txt
@@ -1,5 +1,5 @@
-Boost.NumPy Reference
-=====================
+Boost.Python NumPy extension Reference
+======================================
Contents:
diff --git a/develop/doc/html/numpy/_sources/tutorial/index.txt b/develop/doc/html/numpy/_sources/tutorial/index.txt
index ca15971c..c54c8fa2 100644
--- a/develop/doc/html/numpy/_sources/tutorial/index.txt
+++ b/develop/doc/html/numpy/_sources/tutorial/index.txt
@@ -1,5 +1,5 @@
-Boost.NumPy Tutorial
-====================
+Boost.Python NumPy extension Tutorial
+=====================================
Contents:
diff --git a/develop/doc/html/numpy/_static/boost.css b/develop/doc/html/numpy/_static/boost.css
deleted file mode 100644
index 986c4050..00000000
--- a/develop/doc/html/numpy/_static/boost.css
+++ /dev/null
@@ -1,66 +0,0 @@
-/*=============================================================================
- Copyright 2002 William E. Kempf
- Distributed under the Boost Software License, Version 1.0. (See accompany-
- ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-=============================================================================*/
-
-H1
-{
- FONT-SIZE: 200%;
- COLOR: #00008B;
-}
-H2
-{
- FONT-SIZE: 150%;
-}
-H3
-{
- FONT-SIZE: 125%;
-}
-H4
-{
- FONT-SIZE: 108%;
-}
-BODY
-{
- FONT-SIZE: 100%;
- BACKGROUND-COLOR: #ffffff;
- COLOR: #000000;
-}
-PRE
-{
- MARGIN-LEFT: 2em;
- FONT-FAMILY: Courier,
- monospace;
-}
-CODE
-{
- FONT-FAMILY: Courier,
- monospace;
-}
-CODE.as_pre
-{
- white-space: pre;
-}
-.index
-{
- TEXT-ALIGN: left;
-}
-.page-index
-{
- TEXT-ALIGN: left;
-}
-.definition
-{
- TEXT-ALIGN: left;
-}
-.footnote
-{
- FONT-SIZE: 66%;
- VERTICAL-ALIGN: super;
- TEXT-DECORATION: none;
-}
-.function-semantics
-{
- CLEAR: left;
-}
\ No newline at end of file
diff --git a/develop/doc/html/numpy/_static/boost.png b/develop/doc/html/numpy/_static/boost.png
deleted file mode 100644
index b4d51fcd..00000000
Binary files a/develop/doc/html/numpy/_static/boost.png and /dev/null differ
diff --git a/develop/doc/html/numpy/_static/bpl.png b/develop/doc/html/numpy/_static/bpl.png
deleted file mode 100644
index c2d8c69e..00000000
Binary files a/develop/doc/html/numpy/_static/bpl.png and /dev/null differ
diff --git a/develop/doc/html/numpy/_static/home.png b/develop/doc/html/numpy/_static/home.png
deleted file mode 100644
index 5584aacb..00000000
Binary files a/develop/doc/html/numpy/_static/home.png and /dev/null differ
diff --git a/develop/doc/html/numpy/_static/next.png b/develop/doc/html/numpy/_static/next.png
deleted file mode 100644
index 59800b4e..00000000
Binary files a/develop/doc/html/numpy/_static/next.png and /dev/null differ
diff --git a/develop/doc/html/numpy/_static/prev.png b/develop/doc/html/numpy/_static/prev.png
deleted file mode 100644
index d88a40f9..00000000
Binary files a/develop/doc/html/numpy/_static/prev.png and /dev/null differ
diff --git a/develop/doc/html/numpy/_static/style.css b/develop/doc/html/numpy/_static/style.css
deleted file mode 100644
index 19d5d096..00000000
--- a/develop/doc/html/numpy/_static/style.css
+++ /dev/null
@@ -1,11 +0,0 @@
-@import url(boost.css);
-
-#contents
-{
-/* border-bottom: solid thin black;*/
-}
-
-.highlight
-{
- border: 1px solid #aaaaaa;
-}
\ No newline at end of file
diff --git a/develop/doc/html/numpy/_static/up.png b/develop/doc/html/numpy/_static/up.png
index 17d9c3ec..b9462568 100644
Binary files a/develop/doc/html/numpy/_static/up.png and b/develop/doc/html/numpy/_static/up.png differ
diff --git a/develop/doc/html/numpy/index.html b/develop/doc/html/numpy/index.html
index 9f543f20..1243afdc 100644
--- a/develop/doc/html/numpy/index.html
+++ b/develop/doc/html/numpy/index.html
@@ -6,7 +6,7 @@
- Welcome to Boost.NumPy’s documentation! - Boost.Python NumPy extension 1.0 documentation
+ Welcome to the documentation of the Boost.Python NumPy extension! - Boost.Python NumPy extension 1.0 documentation