Added openright option the the \documentclass{} for each of the manuals.
diff --git a/Doc/api.tex b/Doc/api.tex
index e915c0c..ac6aba6 100644
--- a/Doc/api.tex
+++ b/Doc/api.tex
@@ -1,4 +1,4 @@
-\documentclass[twoside]{report}
+\documentclass[twoside,openright]{report}
 \usepackage{myformat}
 
 \title{Python/C API Reference Manual}