diff --git a/pyste/doc/exporting_all_declarations_from_a_header.html b/pyste/doc/exporting_all_declarations_from_a_header.html index 4f2418f5..00f11c2d 100644 --- a/pyste/doc/exporting_all_declarations_from_a_header.html +++ b/pyste/doc/exporting_all_declarations_from_a_header.html @@ -4,6 +4,7 @@
![]() |
![]() |
- ![]() |
+ ![]() |
@@ -63,7 +64,7 @@ the members of the header object like this:




Options explained:
@@ -69,8 +71,8 @@ generated cpp, using the namespace boost::python explicitly in all declarations. Use only if you're having a name conflict in one of the files.Use --pyste-ns to change the namespace where new types are declared (for -instance, the virtual wrappers). Use only if one of your header files declare a -namespace named "pyste" and this is causing conflicts.
+instance, the virtual wrappers). Use only if you are having any problems. By +default, Pyste uses the empty namespace.So, the usage is simple enough:
>python pyste.py --module=mymodule file.pyste file2.pyste ...
diff --git a/pyste/index.html b/pyste/index.html index ff153b50..0abccae0 100644 --- a/pyste/index.html +++ b/pyste/index.html @@ -60,6 +60,11 @@ Exporting All Declarations from a Header +
Copyright © 2003 Bruno da Silva de Oliveira
Copyright © 2002-2003 Joel de Guzman