File tree Expand file tree Collapse file tree
postgresql/documentation/sphinx Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22mkdir -p ../html/doctrees
33cp ../* .txt ./
44cp index.rst index.txt
5+ cp modules.rst modules.txt
56sphinx-build -E -b html -d ../html/doctrees . ../html
67cd ../html && pwd
Original file line number Diff line number Diff line change 1+ Modules
2+ =======
3+
4+ Modules intended for general use.
5+
6+ :mod: `postgresql `
7+ -----------------
8+
9+ .. automodule :: postgresql
10+ .. autodata :: version
11+ .. autodata :: version_info
12+ .. autofunction :: open
13+
14+
15+ :mod: `postgresql.sys `
16+ ---------------------
17+
18+ .. automodule ::
19+ postgresql.sys
20+ :members:
21+ :show-inheritance:
22+
23+
24+ :mod: `postgresql.string `
25+ ------------------------
26+
27+ .. automodule ::
28+ postgresql.string
29+ :members:
30+ :show-inheritance:
31+
32+
33+ :mod: `postgresql.exceptions `
34+ ----------------------------
35+
36+ .. automodule ::
37+ postgresql.exceptions
38+ :members:
39+ :show-inheritance:
40+
41+
42+ :mod: `postgresql.temporal `
43+ --------------------------
44+
45+ .. automodule ::
46+ postgresql.temporal
47+ :members:
48+ :show-inheritance:
49+
50+
51+ :mod: `postgresql.installation `
52+ ------------------------------
53+
54+ .. automodule ::
55+ postgresql.installation
56+ :members:
57+ :show-inheritance:
58+
59+
60+ :mod: `postgresql.cluster `
61+ -------------------------
62+
63+ .. automodule ::
64+ postgresql.cluster
65+ :members:
66+ :show-inheritance:
67+
68+
69+ :mod: `postgresql.copyman `
70+ -------------------------
71+
72+ .. automodule ::
73+ postgresql.copyman
74+ :members:
75+ :show-inheritance:
76+
77+
78+ :mod: `postgresql.alock `
79+ -----------------------
80+
81+ .. automodule ::
82+ postgresql.alock
83+ :members:
84+ :show-inheritance:
85+
86+
87+ :mod: `postgresql.api `
88+ ---------------------
89+
90+ .. automodule ::
91+ postgresql.api
92+ :members:
93+ :show-inheritance:
You can’t perform that action at this time.
0 commit comments