summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2008-12-07 06:30:00 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2008-12-07 06:30:00 +0000
commitee7fcf311068ca233de43eaec241ccc965c626a2 (patch)
treef0c458158c4d106daae6f303385ebf548e426f32 /doc
parentbdf0117578df3623b7c271e5ed9566928410cc6b (diff)
downloadsqlalchemy-ee7fcf311068ca233de43eaec241ccc965c626a2.tar.gz
- re-documented Table and Column constructors, fixed case sensitivity description [ticket:1231]
- turned on autoclass_content="both". Need to specify __init__ docstring with a newline after the """. - other docs
Diffstat (limited to 'doc')
-rw-r--r--doc/build/conf.py1
-rw-r--r--doc/build/index.rst1
-rw-r--r--doc/build/reference/sqlalchemy/schema.rst2
3 files changed, 2 insertions, 2 deletions
diff --git a/doc/build/conf.py b/doc/build/conf.py
index 320b5e604..da6d8d663 100644
--- a/doc/build/conf.py
+++ b/doc/build/conf.py
@@ -157,6 +157,7 @@ html_use_modindex = False
# Output file base name for HTML help builder.
htmlhelp_basename = 'FooBardoc'
+autoclass_content = 'both'
# Options for LaTeX output
# ------------------------
diff --git a/doc/build/index.rst b/doc/build/index.rst
index 031d579c6..ed33dfbe5 100644
--- a/doc/build/index.rst
+++ b/doc/build/index.rst
@@ -21,4 +21,3 @@ Indices and tables
* :ref:`genindex`
* :ref:`search`
-
diff --git a/doc/build/reference/sqlalchemy/schema.rst b/doc/build/reference/sqlalchemy/schema.rst
index df9ac522e..bc3260be3 100644
--- a/doc/build/reference/sqlalchemy/schema.rst
+++ b/doc/build/reference/sqlalchemy/schema.rst
@@ -5,4 +5,4 @@ Database Schema
:members:
:undoc-members:
:inherited-members:
- :show-inheritance: \ No newline at end of file
+ :show-inheritance: