Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 22455e5

Browse filesBrowse files
committed
update doc
1 parent 93f6f02 commit 22455e5
Copy full SHA for 22455e5

File tree

Expand file treeCollapse file tree

3 files changed

+51
-56
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+51
-56
lines changed

‎doc/MySQLdb.rst

Copy file name to clipboard
+50-50Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,50 @@
1-
MySQLdb Package
2-
===============
3-
4-
:mod:`MySQLdb` Package
5-
----------------------
6-
7-
.. automodule:: MySQLdb.__init__
8-
:members:
9-
:undoc-members:
10-
:show-inheritance:
11-
12-
:mod:`connections` Module
13-
-------------------------
14-
15-
.. automodule:: MySQLdb.connections
16-
:members: Connection
17-
:undoc-members:
18-
:show-inheritance:
19-
20-
:mod:`converters` Module
21-
------------------------
22-
23-
.. automodule:: MySQLdb.converters
24-
:members:
25-
:undoc-members:
26-
:show-inheritance:
27-
28-
:mod:`cursors` Module
29-
---------------------
30-
31-
.. automodule:: MySQLdb.cursors
32-
:members: Cursor
33-
:undoc-members:
34-
:show-inheritance:
35-
36-
:mod:`times` Module
37-
-------------------
38-
39-
.. automodule:: MySQLdb.times
40-
:members:
41-
:undoc-members:
42-
:show-inheritance:
43-
44-
Subpackages
45-
-----------
46-
47-
.. toctree::
48-
49-
MySQLdb.constants
50-
1+
MySQLdb Package
2+
===============
3+
4+
:mod:`MySQLdb` Package
5+
----------------------
6+
7+
.. automodule:: MySQLdb
8+
:members:
9+
:undoc-members:
10+
:show-inheritance:
11+
12+
:mod:`connections` Module
13+
-------------------------
14+
15+
.. automodule:: MySQLdb.connections
16+
:members: Connection
17+
:undoc-members:
18+
:show-inheritance:
19+
20+
:mod:`converters` Module
21+
------------------------
22+
23+
.. automodule:: MySQLdb.converters
24+
:members:
25+
:undoc-members:
26+
:show-inheritance:
27+
28+
:mod:`cursors` Module
29+
---------------------
30+
31+
.. automodule:: MySQLdb.cursors
32+
:members: Cursor
33+
:undoc-members:
34+
:show-inheritance:
35+
36+
:mod:`times` Module
37+
-------------------
38+
39+
.. automodule:: MySQLdb.times
40+
:members:
41+
:undoc-members:
42+
:show-inheritance:
43+
44+
Subpackages
45+
-----------
46+
47+
.. toctree::
48+
49+
MySQLdb.constants
50+

‎doc/conf.py

Copy file name to clipboardExpand all lines: doc/conf.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# If extensions (or modules to document with autodoc) are in another directory,
1717
# add these directories to sys.path here. If the directory is relative to the
1818
# documentation root, use os.path.abspath to make it absolute, like shown here.
19-
#sys.path.insert(0, os.path.abspath('.'))
19+
sys.path.insert(0, os.path.abspath('..'))
2020

2121
# -- General configuration -----------------------------------------------------
2222

‎doc/index.rst

Copy file name to clipboardExpand all lines: doc/index.rst
-5Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
.. MySQLdb documentation master file, created by
2-
sphinx-quickstart on Sun Oct 07 19:36:17 2012.
3-
You can adapt this file completely to your liking, but it should at least
4-
contain the root `toctree` directive.
5-
61
Welcome to MySQLdb's documentation!
72
===================================
83

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.