correct all links in rst docs
This commit is contained in:
parent
8900c512d4
commit
5be16f226f
@ -1,3 +1,5 @@
|
|||||||
|
.. _changeset-system:
|
||||||
|
|
||||||
**********************
|
**********************
|
||||||
Database changeset API
|
Database changeset API
|
||||||
**********************
|
**********************
|
||||||
|
@ -24,8 +24,8 @@ If you'd like to be notified when new versions of SQLAlchemy Migrate
|
|||||||
are released, subscribe to `migrate-announce`_.
|
are released, subscribe to `migrate-announce`_.
|
||||||
|
|
||||||
.. _easy_install: http://peak.telecommunity.com/DevCenter/EasyInstall#installing-easy-install
|
.. _easy_install: http://peak.telecommunity.com/DevCenter/EasyInstall#installing-easy-install
|
||||||
.. _sqlalchemy: http://www.sqlalchemy.org/download.myt
|
.. _sqlalchemy: http://www.sqlalchemy.org/download.html
|
||||||
.. _`project's download page`: http://code.google.com/p/sqlalchemy-migrate/downloads
|
.. _`project's download page`: http://code.google.com/p/sqlalchemy-migrate/downloads/list
|
||||||
.. _`cheese shop`: http://pypi.python.org/pypi/sqlalchemy-migrate
|
.. _`cheese shop`: http://pypi.python.org/pypi/sqlalchemy-migrate
|
||||||
.. _`migrate-announce`: http://groups.google.com/group/migrate-announce
|
.. _`migrate-announce`: http://groups.google.com/group/migrate-announce
|
||||||
|
|
||||||
@ -42,4 +42,4 @@ To get the latest trunk::
|
|||||||
Patches should be submitted to the `issue tracker`_.
|
Patches should be submitted to the `issue tracker`_.
|
||||||
|
|
||||||
.. _subversion: http://subversion.tigris.org/
|
.. _subversion: http://subversion.tigris.org/
|
||||||
.. _issue tracker: http://code.google.com/p/sqlalchemy-migrate/issues
|
.. _issue tracker: http://code.google.com/p/sqlalchemy-migrate/issues/list
|
||||||
|
@ -223,10 +223,9 @@ By default, change scripts may do anything any other SQLAlchemy
|
|||||||
program can do.
|
program can do.
|
||||||
|
|
||||||
SQLAlchemy Migrate extends SQLAlchemy with several operations used to
|
SQLAlchemy Migrate extends SQLAlchemy with several operations used to
|
||||||
change existing schemas - ie. ALTER TABLE stuff. See changeset_
|
change existing schemas - ie. ALTER TABLE stuff. See :ref:`changeset
|
||||||
documentation for details.
|
<changeset-system>` documentation for details.
|
||||||
|
|
||||||
.. _changeset: changeset.html
|
|
||||||
|
|
||||||
Writing scripts with consistent behavior
|
Writing scripts with consistent behavior
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
@ -340,8 +339,8 @@ Python API
|
|||||||
.. currentmodule:: migrate.versioning
|
.. currentmodule:: migrate.versioning
|
||||||
|
|
||||||
All commands available from the command line are also available for
|
All commands available from the command line are also available for
|
||||||
your Python scripts by importing `migrate.versioning.api`_. See the
|
your Python scripts by importing :mod:`migrate.versioning`. See the
|
||||||
`migrate.versioning.api`_ documentation for a list of functions;
|
:mod:`migrate.versioning` documentation for a list of functions;
|
||||||
function names match equivalent shell commands. You can use this to
|
function names match equivalent shell commands. You can use this to
|
||||||
help integrate SQLAlchemy Migrate with your existing update process.
|
help integrate SQLAlchemy Migrate with your existing update process.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user