Skip to content

Commit fe594c4

Browse files
committed
Automatic documentation update
1 parent 03c3750 commit fe594c4

26 files changed

+787
-727
lines changed

current/.buildinfo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
2-
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 8b99e120410157271d4ddd1afccd5ab4
2+
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: 0154d42aa61cd10ebed1f867e8ac6c70
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

current/_modules/asyncpg/connection.html

Lines changed: 194 additions & 170 deletions
Large diffs are not rendered by default.

current/_modules/asyncpg/cursor.html

Lines changed: 29 additions & 29 deletions
Large diffs are not rendered by default.

current/_modules/asyncpg/pool.html

Lines changed: 122 additions & 85 deletions
Large diffs are not rendered by default.

current/_modules/asyncpg/prepared_stmt.html

Lines changed: 28 additions & 30 deletions
Large diffs are not rendered by default.

current/_modules/asyncpg/transaction.html

Lines changed: 19 additions & 19 deletions
Large diffs are not rendered by default.

current/_modules/asyncpg/types.html

Lines changed: 31 additions & 31 deletions
Large diffs are not rendered by default.

current/_modules/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
88
<title>Overview: module code &mdash; asyncpg Documentation</title>
9-
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
9+
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=03e43079" />
1010
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=e59714d7" />
1111

1212

1313
<script src="../_static/jquery.js?v=5d32c60e"></script>
1414
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
15-
<script src="../_static/documentation_options.js?v=a7ea5d77"></script>
16-
<script src="../_static/doctools.js?v=9bcbadda"></script>
15+
<script src="../_static/documentation_options.js?v=d63f172e"></script>
16+
<script src="../_static/doctools.js?v=9a2dae69"></script>
1717
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
1818
<script src="../_static/js/theme.js"></script>
1919
<link rel="index" title="Index" href="../genindex.html" />
@@ -75,6 +75,7 @@ <h1>All modules for which code is available</h1>
7575
<li><a href="asyncpg/pgproto/types.html">asyncpg.pgproto.types</a></li>
7676
<li><a href="asyncpg/pool.html">asyncpg.pool</a></li>
7777
<li><a href="asyncpg/prepared_stmt.html">asyncpg.prepared_stmt</a></li>
78+
<li><a href="asyncpg/protocol/record.html">asyncpg.protocol.record</a></li>
7879
<li><a href="asyncpg/transaction.html">asyncpg.transaction</a></li>
7980
<li><a href="asyncpg/types.html">asyncpg.types</a></li>
8081
</ul>

current/_sources/index.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ PostgreSQL and Python/asyncio. asyncpg is an efficient, clean implementation
1515
of PostgreSQL server binary protocol for use with Python's ``asyncio``
1616
framework.
1717

18-
**asyncpg** requires Python 3.8 or later and is supported for PostgreSQL
19-
versions 9.5 to 17. Other PostgreSQL versions or other databases implementing
18+
**asyncpg** requires Python 3.9 or later and is supported for PostgreSQL
19+
versions 9.5 to 18. Other PostgreSQL versions or other databases implementing
2020
the PostgreSQL protocol *may* work, but are not being actively tested.
2121

2222
Contents

current/_static/basic.css

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
/*
2+
* basic.css
3+
* ~~~~~~~~~
4+
*
25
* Sphinx stylesheet -- basic theme.
6+
*
7+
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
8+
* :license: BSD, see LICENSE for details.
9+
*
310
*/
411

512
/* -- main layout ----------------------------------------------------------- */
@@ -108,11 +115,15 @@ img {
108115
/* -- search page ----------------------------------------------------------- */
109116

110117
ul.search {
111-
margin-top: 10px;
118+
margin: 10px 0 0 20px;
119+
padding: 0;
112120
}
113121

114122
ul.search li {
115-
padding: 5px 0;
123+
padding: 5px 0 5px 20px;
124+
background-image: url(file.png);
125+
background-repeat: no-repeat;
126+
background-position: 0 7px;
116127
}
117128

118129
ul.search li a {

0 commit comments

Comments
 (0)