]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
some prep for the 'viewcode' plugin, which works, though not sure if its helpful
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 4 Jul 2010 22:52:34 +0000 (18:52 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 4 Jul 2010 22:52:34 +0000 (18:52 -0400)
doc/build/conf.py
doc/build/reference/dialects/mysql.rst
doc/build/reference/dialects/oracle.rst
doc/build/static/docs.css

index 2c5d78445db8be50be93d2dd23287eb794730c57..64d5c3ed32b08073476b890c1dfa043caa352c2b 100644 (file)
@@ -27,7 +27,11 @@ import sqlalchemy
 
 # Add any Sphinx extension module names here, as strings. They can be extensions
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'builder.builders']
+#extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode',
+#                'sphinx.ext.doctest', 'builder.builders']
+
+extensions = ['sphinx.ext.autodoc', 
+                'sphinx.ext.doctest', 'builder.builders']
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['templates']
index 0a2af11b5a3e75394cd79a6d79c4aa4ad9d21e2e..f05d751c556c29fe4eaabafd9da31bc26943db20 100644 (file)
@@ -6,8 +6,6 @@ MySQL
 MySQL Column Types
 ------------------
 
-.. automodule:: sqlalchemy.dialects.mysql
-    
 .. autoclass:: NUMERIC
    :members: __init__
    :show-inheritance:
index 91e06aaf7fe8ff53e3d6d1d60febbf9138d62a36..56b6bce50de357b881be75e86e6ebc14fce04f63 100644 (file)
@@ -9,9 +9,6 @@ Oracle Column Types
 In addition to those types at :ref:`types`, datatypes specific to the
 Oracle dialect include those listed here.
 
-.. automodule:: sqlalchemy.dialects.oracle
-
-
 .. autoclass:: BFILE
   :members: __init__
   :show-inheritance:
index 1df49f8b2299470acc5814b8b5dc0e4ac3143757..84eb056b5901ac64092b72d8dfe9b30246e2cc31 100644 (file)
@@ -239,6 +239,9 @@ pre {
     font-weight: bold;
 }
 
+.viewcode-back, .viewcode-link {
+    float:right;
+}
 .prerelease {
     border: solid #c25757 2px;
     border-radius: 4px;