diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2023-03-08 10:10:14 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2023-03-08 10:10:14 -0500 |
| commit | 8d5986fafd8360ddfe3992bd56602d5a52a23392 (patch) | |
| tree | f995b008937cbad01be8bb85162e38cb0eaccade /doc/build/tutorial/engine.rst | |
| parent | b97b313c6eb7f2fe4b98d011c292de4d258c508c (diff) | |
| download | sqlalchemy-8d5986fafd8360ddfe3992bd56602d5a52a23392.tar.gz | |
additional consistency for ORM/Core in tutorial
* Make sure we have blue borders for all sections
* rewrite "blue border" text, refer to textual means of determining
subject matter for a section; "blue borders" are not a primary
source of information
* Add some more intro text that was missing
Change-Id: I4d599e13d23bad8bb3c199a11afb53e3e9100c59
References: #9450
Diffstat (limited to 'doc/build/tutorial/engine.rst')
| -rw-r--r-- | doc/build/tutorial/engine.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build/tutorial/engine.rst b/doc/build/tutorial/engine.rst index 80c20e566..586edda0e 100644 --- a/doc/build/tutorial/engine.rst +++ b/doc/build/tutorial/engine.rst @@ -3,11 +3,19 @@ .. include:: tutorial_nav_include.rst +.. rst-class:: core-header, orm-addin + .. _tutorial_engine: Establishing Connectivity - the Engine ========================================== +.. container:: orm-header + + **Welcome ORM and Core readers alike!** + + Every SQLAlchemy application that connects to a database needs to use + an :class:`_engine.Engine`. This short section is for everyone. The start of any SQLAlchemy application is an object called the :class:`_engine.Engine`. This object acts as a central source of connections |
