Skip to content

Commit c791ae6

Browse files
author
James William Pye
committed
Place it into sphinx/ as it's a sphinx only file.
1 parent cf0294c commit c791ae6

2 files changed

Lines changed: 94 additions & 0 deletions

File tree

postgresql/documentation/sphinx/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
mkdir -p ../html/doctrees
33
cp ../*.txt ./
44
cp index.rst index.txt
5+
cp modules.rst modules.txt
56
sphinx-build -E -b html -d ../html/doctrees . ../html
67
cd ../html && pwd
Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
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:

0 commit comments

Comments
 (0)