summaryrefslogtreecommitdiff
path: root/doc/alphaimplementation.html
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2008-12-06 16:59:48 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2008-12-06 16:59:48 +0000
commit1c329624a5e4b9122b047c93cd64fbeb217d8682 (patch)
treedf09d6ddd169bd37c3c105273c057dba079279c5 /doc/alphaimplementation.html
parent6eca02a31f9fdbc7d039a89f6f8ea212fe5121d9 (diff)
downloadsqlalchemy-1c329624a5e4b9122b047c93cd64fbeb217d8682.tar.gz
- merged -r5338:5429 of sphinx branch.
- Documentation has been converted to Sphinx. In particular, the generated API documentation has been constructed into a full blown "API Reference" section which organizes editorial documentation combined with generated docstrings. Cross linking between sections and API docs are vastly improved, a javascript-powered search feature is provided, and a full index of all classes, functions and members is provided.
Diffstat (limited to 'doc/alphaimplementation.html')
-rw-r--r--doc/alphaimplementation.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/doc/alphaimplementation.html b/doc/alphaimplementation.html
deleted file mode 100644
index 204092493..000000000
--- a/doc/alphaimplementation.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
-<head>
- <link href="style.css" rel="stylesheet" type="text/css"></link>
- <link href="docs.css" rel="stylesheet" type="text/css"></link>
- <script src="scripts.js"></script>
- <title>SQLAlchemy Documentation</title>
-</head>
-<body>
- <h3>What is an Alpha Implementation Feature?</h3>
-<p><b>Alpha Implementation</b> indicates a feature where developer confidence in its functionality has not yet been firmly established. This typically includes brand new features for which adequate unit tests have not been completed, and/or features whose scope is broad enough that its not clear what additional unit tests might be needed.</p>
-
-<p>Alpha implementation is not meant to discourage the usage of a feature, it is only meant to indicate that some difficulties in getting full functionality from the feature may occur, and to encourage the reporting of these difficulties either via the mailing list or through <a href="http://www.sqlalchemy.org/trac/newticket" target="_blank">submitting a ticket</a>.</p>
-
-<center><input type="button" value="close window" onclick="window.close()"></center>
-</body>
-</html> \ No newline at end of file