Skip to content

Commit 2c7783d

Browse files
committed
rebuild pages at 6c3c4ff
1 parent 9263245 commit 2c7783d

File tree

6 files changed

+29
-10
lines changed

6 files changed

+29
-10
lines changed

doc/main.css

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,27 @@ nav.sub {
292292
.content td p:first-child { margin-top: 0; }
293293
.content td h1, .content td h2 { margin-left: 0; font-size: 1.1em; }
294294

295+
.docblock table {
296+
border: 1px solid #ddd;
297+
margin: .5em 0;
298+
border-collapse: collapse;
299+
width: 100%;
300+
}
301+
302+
.docblock table td {
303+
padding: .5em;
304+
border-top: 1px dashed #ddd;
305+
border-bottom: 1px dashed #ddd;
306+
307+
}
308+
309+
.docblock table th {
310+
padding: .5em;
311+
text-align: left;
312+
border-top: 1px solid #ddd;
313+
border-bottom: 1px solid #ddd;
314+
}
315+
295316
.content .item-list {
296317
list-style-type: none;
297318
padding: 0;
@@ -353,8 +374,8 @@ a {
353374
color: #000;
354375
background: transparent;
355376
}
356-
p a { color: #4e8bca; }
357-
p a:hover { text-decoration: underline; }
377+
.docblock a { color: #4e8bca; }
378+
.docblock a:hover { text-decoration: underline; }
358379

359380
.content span.trait, .content a.trait, .block a.current.trait { color: #ed9603; }
360381
.content span.mod, .content a.mod, block a.current.mod { color: #4d76ae; }

doc/r2d2_postgres/enum.Error.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@
4242

4343
<section id='main' class="content enum">
4444
<h1 class='fqn'><span class='in-band'>Enum <a href='index.html'>r2d2_postgres</a>::<wbr><a class='enum' href=''>Error</a><wbr></span><span class='out-of-band'><span id='render-detail'>
45-
<a id="collapse-all" href="#">[-]
46-
</a>&nbsp;<a id="expand-all" href="#">[+]</a>
45+
<a id="collapse-all" href="#">[-]</a>&nbsp;<a id="expand-all" href="#">[+]</a>
4746
</span><a id='src-12' href='../src/r2d2_postgres/lib.rs.html#15-20'>[src]</a></span></h1>
4847
<pre class='rust enum'>pub enum Error {
4948
Connect(<a class='enum' href='https://sfackler.github.io/rust-postgres/doc/postgres/error/enum.ConnectError.html' title='postgres::error::ConnectError'>ConnectError</a>),

doc/r2d2_postgres/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@
4242

4343
<section id='main' class="content mod">
4444
<h1 class='fqn'><span class='in-band'>Crate <a class='mod' href=''>r2d2_postgres</a><wbr></span><span class='out-of-band'><a href='stability.html'>[stability]</a> <span id='render-detail'>
45-
<a id="collapse-all" href="#">[-]
46-
</a>&nbsp;<a id="expand-all" href="#">[+]</a>
45+
<a id="collapse-all" href="#">[-]</a>&nbsp;<a id="expand-all" href="#">[+]</a>
4746
</span><a id='src-0' href='../src/r2d2_postgres/lib.rs.html#1-121'>[src]</a></span></h1>
4847
<div class='docblock'><p>Postgres support for the <code>r2d2</code> connection pool.</p>
4948
</div><h2 id='structs' class='section-header'><a href="#structs">Structs</a></h2>

doc/r2d2_postgres/stability.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,11 @@
4747
<blockquote>
4848
<a class='stability Stable'></a> stable (30%),<br/>
4949
<a class='stability Unstable'></a> unstable (7%),<br/>
50+
<a class='stability Deprecated'></a> deprecated (0%),<br/>
5051
<a class='stability Unmarked'></a> unmarked (61%)
5152
</blockquote>
5253
The counts do not include methods or trait
53-
implementations that are visible only through a re-exported type.<table><tr><td><a href='index.html'>r2d2_postgres</a></td><td class='summary-column'><span class='summary Stable' style='width: 30.7692%; display: inline-block'>&nbsp</span><span class='summary Unstable' style='width: 7.6923%; display: inline-block'>&nbsp</span><span class='summary Unmarked' style='width: 61.5385%; display: inline-block'>&nbsp</span></td></tr></table></section>
54+
implementations that are visible only through a re-exported type.<table><tr><td><a href='index.html'>r2d2_postgres</a></td><td class='summary-column'><span class='summary Stable' style='width: 30.7692%; display: inline-block'>&nbsp</span><span class='summary Unstable' style='width: 7.6923%; display: inline-block'>&nbsp</span><span class='summary Deprecated' style='width: 0.0000%; display: inline-block'>&nbsp</span><span class='summary Unmarked' style='width: 61.5385%; display: inline-block'>&nbsp</span></td></tr></table></section>
5455
<section id='search' class="content hidden"></section>
5556

5657
<section class="footer"></section>

doc/r2d2_postgres/stability.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"name":"r2d2_postgres","counts":{"unstable":1,"stable":4,"unmarked":8},"submodules":[]}
1+
{"name":"r2d2_postgres","counts":{"deprecated":0,"unstable":1,"stable":4,"unmarked":8},"submodules":[]}

doc/r2d2_postgres/struct.PostgresConnectionManager.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@
4242

4343
<section id='main' class="content struct">
4444
<h1 class='fqn'><span class='in-band'>Struct <a href='index.html'>r2d2_postgres</a>::<wbr><a class='struct' href=''>PostgresConnectionManager</a><wbr></span><span class='out-of-band'><span id='render-detail'>
45-
<a id="collapse-all" href="#">[-]
46-
</a>&nbsp;<a id="expand-all" href="#">[+]</a>
45+
<a id="collapse-all" href="#">[-]</a>&nbsp;<a id="expand-all" href="#">[+]</a>
4746
</span><a id='src-281' href='../src/r2d2_postgres/lib.rs.html#76-79'>[src]</a></span></h1>
4847
<pre class='rust struct'>pub struct PostgresConnectionManager {
4948
// some fields omitted

0 commit comments

Comments
 (0)