]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
set old declarative docs as orphan
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 18 Aug 2022 17:56:50 +0000 (13:56 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 18 Aug 2022 17:57:17 +0000 (13:57 -0400)
these otherwise show up in the sidebar where they are
confusing

Change-Id: Ic7bdcd31207a135e2805241928ca2379a8189565
(cherry picked from commit e2e412f6a3354682ab792f3f9eefc537207a44b4)

doc/build/orm/extensions/declarative/api.rst
doc/build/orm/extensions/declarative/basic_use.rst
doc/build/orm/extensions/declarative/index.rst
doc/build/orm/extensions/declarative/inheritance.rst
doc/build/orm/extensions/declarative/mixins.rst
doc/build/orm/extensions/declarative/relationships.rst
doc/build/orm/extensions/declarative/table_config.rst

index e41e735d37bc25391751501a95c33177f480c145..98924c2e275c922d56a925e1a8b430bc9fdb74ff 100644 (file)
@@ -1,3 +1,5 @@
+:orphan:
+
 .. automodule:: sqlalchemy.ext.declarative
 
 ===============
index f1ce1d4a026502859d6c15d1bbdea3e619f776c9..49903559d5c683e43d4dfa4bca321e6d8633b803 100644 (file)
@@ -1,3 +1,5 @@
+:orphan:
+
 =========
 Basic Use
 =========
@@ -20,11 +22,7 @@ This section has moved to :ref:`orm_declarative_metadata`.
 Class Constructor
 =================
 
-As a convenience feature, the :func:`declarative_base` sets a default
-constructor on classes which takes keyword arguments, and assigns them
-to the named attributes::
-
-    e = Engineer(primary_language='python')
+This section has moved to :ref:`orm_mapper_configuration_overview`.
 
 Mapper Configuration
 ====================
index 7ef2551c61911b0e4b2a78696d0bbfedb3b068ad..6cf1a60a1c66790eacbde9630592066a416eceb5 100644 (file)
@@ -22,15 +22,3 @@ mapping API.
 .. autoclass:: DeferredReflection
    :members:
 
-.. these pages have all been integrated into the main ORM documentation
-   however are still here as placeholder docs with links to where they've moved
-
-.. toctree::
-   :hidden:
-
-   api
-   basic_use
-   inheritance
-   mixins
-   relationships
-   table_config
\ No newline at end of file
index d65cafd355a17225bedfa5a662630c6d6e64fd5a..849664a3c33665c1346d24aed281cebb10dae0bc 100644 (file)
@@ -1,3 +1,5 @@
+:orphan:
+
 .. _declarative_inheritance:
 
 Declarative Inheritance
index 221e8f8f8c92dda0d107441dce42a0dcc041c827..cde4c12bd16c9eec14c845215471203e07301b81 100644 (file)
@@ -1,3 +1,5 @@
+:orphan:
+
 .. _declarative_mixins:
 
 Mixin and Custom Base Classes
index c5c83b1711c222d2b942c0f79b46aad5b210a02f..c0df8b49cffa293ae02fbf85587a8eaf49adb8df 100644 (file)
@@ -1,3 +1,5 @@
+:orphan:
+
 .. _declarative_configuring_relationships:
 
 =========================
index d51fb1831d71e9f7332d2eb428587833b327763b..05ad46d6ccc2609478f72276e92cdce9b08f806b 100644 (file)
@@ -1,3 +1,5 @@
+:orphan:
+
 .. _declarative_table_args:
 
 ===================