Skip to content

Commit e748bdc

Browse files
committed
PLAT-245 -- Finish up with the documentation.
1 parent ea1fcd5 commit e748bdc

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/source/index.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
Alembic Verify
2-
==============
1+
SQLAlchemy Diff
2+
===============
33

44
.. pull-quote::
55

6-
Verify that your alembic migrations are valid and equivalent to your
7-
models.
6+
Compare two database schemas using SQLAlchemy.
87

98

109
PyTest Example
@@ -15,12 +14,14 @@ the same:
1514

1615
.. literalinclude:: ../testing/test_example.py
1716
:lines: 6,8,9,13-22
17+
:emphasize-lines: 11
1818

1919

2020
You can also make sure that two schemas are different:
2121

2222
.. literalinclude:: ../testing/test_example.py
2323
:lines: 25-33
24+
:emphasize-lines: 7
2425

2526

2627
If your test fails, you can dump the errors to a file by just adding

0 commit comments

Comments
 (0)