From 22455e5a32209723699cfe3edfca7c8f1b722130 Mon Sep 17 00:00:00 2001 From: INADA Naoki Date: Sun, 13 Dec 2015 23:20:10 +0900 Subject: [PATCH] update doc --- doc/MySQLdb.rst | 100 ++++++++++++++++++++++++------------------------ doc/conf.py | 2 +- doc/index.rst | 5 --- 3 files changed, 51 insertions(+), 56 deletions(-) diff --git a/doc/MySQLdb.rst b/doc/MySQLdb.rst index 26138ec..ac69090 100644 --- a/doc/MySQLdb.rst +++ b/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 + diff --git a/doc/conf.py b/doc/conf.py index ab36b07..b9f58bd 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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 ----------------------------------------------------- diff --git a/doc/index.rst b/doc/index.rst index a0b3fd5..2f3fdaf 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -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! ===================================