reformatted download.rst for sphinx

wrap lines
add link to project's download page and issue tracker
This commit is contained in:
jan.dittberner 2009-01-25 12:50:10 +00:00
parent 2653ef81c1
commit 408510be80

@ -1,38 +1,46 @@
=======
Migrate
=======
==============================================
Download and Development of SQLAlchemy Migrate
==============================================
Download
========
--------
SQLAlchemy-Migrate builds on SQLAlchemy_, so you should install that first.
SQLAlchemy-Migrate builds on SQLAlchemy_, so you should install that
first.
You can get the latest version of SQLAlchemy Migrate from the `cheese shop`_, or via easy_install_::
You can get the latest version of SQLAlchemy Migrate from the
`project's download page`_, the `cheese shop`_, or via easy_install_::
easy_install sqlalchemy-migrate
You should now be able to use the *migrate* command from the command line::
You should now be able to use the *migrate* command from the command
line::
migrate
This should list all available commands. *migrate help COMMAND* will display more information about each command.
This should list all available commands. *migrate help COMMAND* will
display more information about each command.
If you'd like to be notified when new versions of SQLAlchemy Migrate are released, subscribe to `migrate-announce`_.
If you'd like to be notified when new versions of SQLAlchemy Migrate
are released, subscribe to `migrate-announce`_.
.. _easy_install: http://peak.telecommunity.com/DevCenter/EasyInstall#installing-easy-install
.. _sqlalchemy: http://www.sqlalchemy.org/download.myt
.. _`project's download page`: http://code.google.com/p/sqlalchemy-migrate/downloads
.. _`cheese shop`: http://www.python.org/pypi/sqlalchemy-migrate
.. _`migrate-announce`: http://groups.google.com/group/migrate-announce
Development
===========
-----------
Migrate's Subversion_ repository is at http://sqlalchemy-migrate.googlecode.com/svn/
Migrate's Subversion_ repository is at
http://sqlalchemy-migrate.googlecode.com/svn/
To get the latest trunk::
svn co http://sqlalchemy-migrate.googlecode.com/svn/trunk
Patches should be submitted as Trac tickets.
Patches should be submitted to the `issue tracker`_.
.. _subversion: http://subversion.tigris.org/
.. _issue tracker: http://code.google.com/p/sqlalchemy-migrate/issues