docs: add tables for the meaning of address and search ranks

Also makes tables a bit more readable by adding margins and better
headers.
This commit is contained in:
Sarah Hoffmann
2020-08-11 10:01:28 +02:00
parent 49dd927406
commit a692bfa8f9
2 changed files with 61 additions and 7 deletions

View File

@@ -1,3 +1,15 @@
.toctree-l3 {
display: none!important
}
table {
margin-bottom: 12pt
}
th, td {
padding: 1pt 12pt;
}
th {
background-color: #eee;
}