diff --git a/doc/v2/indexing.html b/doc/v2/indexing.html
index a15d286e..b139843b 100644
--- a/doc/v2/indexing.html
+++ b/doc/v2/indexing.html
@@ -24,9 +24,9 @@
-
- Header <boost/python/indexing/indexing_suite.hpp>
-
+
+ Headers <boost/python/indexing/indexing_suite.hpp>
+ <boost/python/indexing/vector_indexing_suite.hpp>
@@ -136,12 +136,10 @@
-
- The Boost.Python Indexing Interface
-
-
- indexing_suite
-
+
+ The Boost.Python Indexing Interface
+ indexing_suite [ Header <boost/python/indexing/indexing_suite.hpp>
+ ]
The indexing_suite class is the base protocol class for the
management of C++ containers intended to be integrated to Python. The
@@ -260,9 +258,8 @@
-
- indexing_suite sub-classes
-
+
+ indexing_suite sub-classes
The indexing_suite is not meant to be used as is. A couple of
policy functions must be supplied by subclasses of
@@ -271,10 +268,10 @@
In most cases, we can simply use the available predefined suites. In
some cases, we can refine the predefined suites to suit our needs.
-
- vector_indexing_suite
-
-
+
+
vector_indexing_suite [ Header <boost/python/indexing/vector_indexing_suite.hpp>
+ ]
+
The vector_indexing_suite class is a predefined
indexing_suite derived class designed to wrap
std::vector (and std::vector like [i.e. a class with
@@ -339,8 +336,8 @@
The container type to be wrapped to Python.
|
-
-
+ |
+
|
@@ -354,8 +351,8 @@
Derived classes provide the policy hooks. See DerivedPolicies below.
- |
-
+ |
+
|
@@ -378,8 +375,8 @@
|
Element
|
-
-
+ |
+
|
The container's element type.
@@ -392,8 +389,8 @@
|
Key
|
-
-
+ |
+
|
The container's key type.
@@ -406,8 +403,8 @@
|
Index
|
-
-
+ |
+
|
The container's index type.
@@ -555,8 +552,8 @@
|
The container type to be wrapped to Python.
|
-
-
+ |
+
|
@@ -590,8 +587,8 @@
indexing_suite class to call policy function of the most
derived class
- |
-
+ |
+
|