changed documentation layout

This commit is contained in:
iElectric 2010-07-08 19:08:51 +02:00
parent fb0692ccd6
commit 0d70c2ccb1
3 changed files with 5 additions and 7 deletions

View File

@ -120,7 +120,7 @@ Dialect support
.. [#4] Changing nullable is not supported
Documentation
User guide
-------------
SQLAlchemy Migrate is split into two parts, database schema versioning (:mod:`migrate.versioning`) and

View File

@ -1,11 +1,9 @@
SQLAlchemy migrate tools
========================
The most commonly used tool is the :ref:`migrate <command-line-usage>`.
Repository migration (0.4.5 -> 0.5.4)
================================================
.. index:: repository migration
There is a second tool :command:`migrate_repository.py` that may be
:command:`migrate_repository.py` should be
used to migrate your repository from a version before 0.4.5 of
SQLAlchemy migrate to the current version.

View File

@ -13,7 +13,7 @@ Purpose of this package is frontend for migrations. It provides commands
to manage migrate repository and database selection aswell as script versioning.
Project Setup
Project setup
=============
.. _create_change_repository: