summaryrefslogtreecommitdiff
path: root/doc/scripts.js
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2006-05-25 14:20:23 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2006-05-25 14:20:23 +0000
commitbb79e2e871d0a4585164c1a6ed626d96d0231975 (patch)
tree6d457ba6c36c408b45db24ec3c29e147fe7504ff /doc/scripts.js
parent4fc3a0648699c2b441251ba4e1d37a9107bd1986 (diff)
downloadsqlalchemy-bb79e2e871d0a4585164c1a6ed626d96d0231975.tar.gz
merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1
Diffstat (limited to 'doc/scripts.js')
-rw-r--r--doc/scripts.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/scripts.js b/doc/scripts.js
index da87a0ac5..8558d92af 100644
--- a/doc/scripts.js
+++ b/doc/scripts.js
@@ -16,3 +16,10 @@ function togglePopbox(id, show, hide) {
}
}
+function alphaApi() {
+ window.open("alphaapi.html", "_blank", "width=600,height=400, scrollbars=yes,resizable=yes,toolbar=no");
+}
+
+function alphaImplementation() {
+ window.open("alphaimplementation.html", "_blank", "width=600,height=400, scrollbars=yes,resizable=yes,toolbar=no");
+} \ No newline at end of file