summaryrefslogtreecommitdiff
path: root/doc/build/tutorial
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2022-10-13 10:13:01 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2022-10-13 10:13:01 -0400
commit80372f6c4c2e7817a49c787d746aef8e5f99c7d8 (patch)
treed8d5a34080fa5197c7f43e3b86f8a6c3a5e102a2 /doc/build/tutorial
parentcfd5b3e78fdd58174ba8f107412851938524ca1c (diff)
downloadsqlalchemy-80372f6c4c2e7817a49c787d746aef8e5f99c7d8.tar.gz
further 2.0 modernizations
biggest change here is the old tutorials were removed from the TOC and some additional links to them have been corrected. Change-Id: I79b878a946422eac24ed2449b440fc5d556576c4
Diffstat (limited to 'doc/build/tutorial')
-rw-r--r--doc/build/tutorial/index.rst15
1 files changed, 7 insertions, 8 deletions
diff --git a/doc/build/tutorial/index.rst b/doc/build/tutorial/index.rst
index cc5cb660c..213162d3f 100644
--- a/doc/build/tutorial/index.rst
+++ b/doc/build/tutorial/index.rst
@@ -1,4 +1,4 @@
-.. |tutorial_title| replace:: SQLAlchemy 2.0 Tutorial
+.. |tutorial_title| replace:: SQLAlchemy Unified Tutorial
.. |next| replace:: :doc:`engine`
.. footer_topic:: |tutorial_title|
@@ -9,14 +9,13 @@
.. rst-class:: orm_core
-========================
-SQLAlchemy 2.0 Tutorial
-========================
+============================
+SQLAlchemy Unified Tutorial
+============================
.. admonition:: About this document
- The SQLAlchemy Tutorial for version 2.0, first published as a preview
- within the 1.4 documentation, is integrated between the Core and ORM
+ The SQLAlchemy Unified Tutorial is integrated between the Core and ORM
components of SQLAlchemy and serves as a unified introduction to SQLAlchemy
as a whole. For users of SQLAlchemy within the 1.x series, in the
:term:`2.0 style` of working, the ORM uses Core-style querying with the
@@ -26,8 +25,8 @@ SQLAlchemy 2.0 Tutorial
topic is!
Users who are already familiar with SQLAlchemy, and especially those
- looking to migrate existing applications to work under SQLAlchemy 2.0
- within the 1.4 transitional phase should check out the
+ looking to migrate existing applications to work under the SQLAlchemy 2.0
+ series within the 1.4 transitional phase should check out the
:ref:`migration_20_toplevel` document as well.
For the newcomer, this document has a **lot** of detail, however by the