diff options
Diffstat (limited to 'doc/source/download.rst')
-rw-r--r-- | doc/source/download.rst | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/doc/source/download.rst b/doc/source/download.rst deleted file mode 100644 index c9e2bec..0000000 --- a/doc/source/download.rst +++ /dev/null @@ -1,52 +0,0 @@ -Download --------- - -You can get the latest version of SQLAlchemy Migrate from the -`project's download page`_, the `cheese shop`_, pip_ or via easy_install_:: - - $ easy_install sqlalchemy-migrate - -or:: - - $ pip install sqlalchemy-migrate - -You should now be able to use the :command:`migrate` command from the command -line:: - - $ migrate - -This should list all available commands. To get more information regarding a -command use:: - - $ migrate help COMMAND - -If you'd like to be notified when new versions of SQLAlchemy Migrate -are released, subscribe to `openstack-dev`_. - -.. _pip: http://pip.openplans.org/ -.. _easy_install: http://peak.telecommunity.com/DevCenter/EasyInstall#installing-easy-install -.. _sqlalchemy: http://www.sqlalchemy.org/download.html -.. _`cheese shop`: http://pypi.python.org/pypi/sqlalchemy-migrate -.. _`openstack-dev`: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev - -.. _development: - -Development ------------ - -If you would like to contribute to the development of OpenStack, -you must follow the steps in this page: - - http://docs.openstack.org/infra/manual/developers.html - -Once those steps have been completed, changes to OpenStack -should be submitted for review via the Gerrit tool, following -the workflow documented at: - - http://docs.openstack.org/infra/manual/developers.html#development-workflow - -Pull requests submitted through GitHub will be ignored. - -Bugs should be filed on Launchpad, not GitHub: - - https://bugs.launchpad.net/sqlalchemy-migrate |