Skip to content

Commit d116d2c

Browse files
committed
Adjust documentation
1 parent 2936b32 commit d116d2c

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

doc/_static/custom.css

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
/* Stop headings from appearing as links when 'contents' is used */
2-
h2 a, h2 a:hover {
2+
h2 a, h2 a:hover,
3+
h3 a, h3 a:hover {
34
color: inherit;
45
text-decoration: none;
56
}
67

78
#contents {
8-
margin: 0;
9-
padding: 10px 0 10px 50px;
10-
}
11-
12-
#contents ul {
139
margin: 0;
1410
padding: 0;
1511
}

doc/api.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
jsonrpcserver API
44
*****************
55

6+
.. contents::
7+
:local:
8+
69
Methods
710
=======
811

0 commit comments

Comments
 (0)