summaryrefslogtreecommitdiff
path: root/docs/build/front.rst
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2011-11-27 19:44:59 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2011-11-27 19:44:59 -0500
commitbe3ebd2d98955f986c4e101090998c387a5076b8 (patch)
tree8af4fced1a0218665ca6a6173e357f54ae382291 /docs/build/front.rst
parentf8fc2cab6995cf6639e0cc1998cfe691716746ab (diff)
downloadalembic-be3ebd2d98955f986c4e101090998c387a5076b8.tar.gz
- docs
- note about unicode - dont need importlater - use correct type_ kw arg - log cols/tables/etc as we autogenerate
Diffstat (limited to 'docs/build/front.rst')
-rw-r--r--docs/build/front.rst22
1 files changed, 18 insertions, 4 deletions
diff --git a/docs/build/front.rst b/docs/build/front.rst
index 25248d5..46955a3 100644
--- a/docs/build/front.rst
+++ b/docs/build/front.rst
@@ -7,12 +7,24 @@ Information about the Alembic project.
Project Homepage
================
-Alembic is hosted on `Bitbucket <http://bitbucket.org>`_ - the lead project page is at https://bitbucket.org/zzzeek/alembic. Source
-code is tracked here using `Mercurial <http://mercurial.selenic.com/>`_.
+Alembic is hosted on `Bitbucket <http://bitbucket.org>`_ - the lead project
+page is at https://bitbucket.org/zzzeek/alembic. Source code is tracked here
+using `Mercurial <http://mercurial.selenic.com/>`_.
-Releases and project status are available on Pypi at http://pypi.python.org/pypi/alembic.
+Releases and project status are available on Pypi at
+http://pypi.python.org/pypi/alembic.
-The most recent published version of this documentation should be at http://packages.python.org/alembic/.
+The most recent published version of this documentation should be at
+http://packages.python.org/alembic/.
+
+Project Status
+==============
+
+Note that Alembic is still in alpha status. Users should take
+care to report bugs and missing features (see :ref:`bugs`) on an as-needed
+basis. It should be expected that the development version may be required
+for proper implementation of recently repaired issues in between releases;
+the latest tip is always available at https://bitbucket.org/zzzeek/alembic/get/tip.tar.gz.
.. _installation:
@@ -40,6 +52,8 @@ projects.
User issues, discussion of potential bugs and features should be posted
to the Alembic Google Group at `sqlalchemy-alembic <https://groups.google.com/group/sqlalchemy-alembic>`_.
+.. _bugs:
+
Bugs
====
Bugs and feature enhancements to Alembic should be reported on the `Bitbucket