mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2026-03-13 08:00:02 +08:00
update doc
This commit is contained in:
100
doc/MySQLdb.rst
100
doc/MySQLdb.rst
@@ -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
|
||||
|
||||
|
||||
@@ -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 -----------------------------------------------------
|
||||
|
||||
|
||||
@@ -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!
|
||||
===================================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user