There was an error while loading. Please reload this page.
1 parent 2936b32 commit d116d2cCopy full SHA for d116d2c
doc/_static/custom.css
@@ -1,15 +1,11 @@
1
/* Stop headings from appearing as links when 'contents' is used */
2
-h2 a, h2 a:hover {
+h2 a, h2 a:hover,
3
+h3 a, h3 a:hover {
4
color: inherit;
5
text-decoration: none;
6
}
7
8
#contents {
- margin: 0;
9
- padding: 10px 0 10px 50px;
10
-}
11
-
12
-#contents ul {
13
margin: 0;
14
padding: 0;
15
doc/api.rst
@@ -3,6 +3,9 @@
jsonrpcserver API
*****************
+.. contents::
+ :local:
+
Methods
=======
0 commit comments