From c6e658cfcaa2c221aae47d23b47b070a77a97ea7 Mon Sep 17 00:00:00 2001
From: Aleksey Gurtovoy
-Let's borrow the class World from the +Let's borrow the class World from the tutorial:
struct World
diff --git a/pyste/doc/policies.html b/pyste/doc/policies.html
index 27ad997c..8061f9b1 100644
--- a/pyste/doc/policies.html
+++ b/pyste/doc/policies.html
@@ -29,7 +29,7 @@ Even thought Pyste can identify various elements in the C++ code, like virtual
member functions, attributes, and so on, one thing that it can't do is to
guess the semantics of functions that return pointers or references. In this
case, the user must manually specify the policy. Policies are explained in the
-
+
tutorial.
The policies in Pyste are named exactly as in
diff --git a/pyste/doc/running_pyste.html b/pyste/doc/running_pyste.html
index 10c757a5..5f72e603 100644
--- a/pyste/doc/running_pyste.html
+++ b/pyste/doc/running_pyste.html
@@ -116,7 +116,7 @@ So, the usage is simple enough:
>python pyste.py --module=mymodule file.pyste file2.pyste ...
will generate a file mymodule.cpp in the same dir where the command was
executed. Now you can compile the file using the same instructions of the
-
+
tutorial.
Wait... how do I set those I and D flags?
Don't worry: normally
diff --git a/pyste/index.html b/pyste/index.html
index c7542d24..55b7d39f 100644
--- a/pyste/index.html
+++ b/pyste/index.html
@@ -3,7 +3,7 @@
Pyste Documentation
-
+