update doc

This commit is contained in:
INADA Naoki
2015-12-13 23:20:10 +09:00
parent 93f6f02649
commit 22455e5a32
3 changed files with 51 additions and 56 deletions

View File

@@ -1,50 +1,50 @@
MySQLdb Package
===============
:mod:`MySQLdb` Package
----------------------
.. automodule:: MySQLdb.__init__
:members:
:undoc-members:
:show-inheritance:
:mod:`connections` Module
-------------------------
.. automodule:: MySQLdb.connections
:members: Connection
:undoc-members:
:show-inheritance:
:mod:`converters` Module
------------------------
.. automodule:: MySQLdb.converters
:members:
:undoc-members:
:show-inheritance:
:mod:`cursors` Module
---------------------
.. automodule:: MySQLdb.cursors
:members: Cursor
:undoc-members:
:show-inheritance:
:mod:`times` Module
-------------------
.. automodule:: MySQLdb.times
:members:
:undoc-members:
:show-inheritance:
Subpackages
-----------
.. toctree::
MySQLdb.constants
MySQLdb Package
===============
:mod:`MySQLdb` Package
----------------------
.. automodule:: MySQLdb
:members:
:undoc-members:
:show-inheritance:
:mod:`connections` Module
-------------------------
.. automodule:: MySQLdb.connections
:members: Connection
:undoc-members:
:show-inheritance:
:mod:`converters` Module
------------------------
.. automodule:: MySQLdb.converters
:members:
:undoc-members:
:show-inheritance:
:mod:`cursors` Module
---------------------
.. automodule:: MySQLdb.cursors
:members: Cursor
:undoc-members:
:show-inheritance:
:mod:`times` Module
-------------------
.. automodule:: MySQLdb.times
:members:
:undoc-members:
:show-inheritance:
Subpackages
-----------
.. toctree::
MySQLdb.constants

View File

@@ -16,7 +16,7 @@ import sys, os
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath('..'))
# -- General configuration -----------------------------------------------------

View File

@@ -1,8 +1,3 @@
.. MySQLdb documentation master file, created by
sphinx-quickstart on Sun Oct 07 19:36:17 2012.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to MySQLdb's documentation!
===================================