Refactor 1.0 docs with new toctree structure and inheritance

This commit is contained in:
Griatch 2022-02-06 19:27:15 +01:00
parent 62477eac50
commit 628afe9367
142 changed files with 3967 additions and 3024 deletions

View file

@ -185,6 +185,7 @@ div.body h6 {
div.body h1 {
margin-top: 20px solid #fff;
font-size: 230%;
}
div.body h2 {
font-size: 150%;
@ -236,6 +237,9 @@ div.note {
text-indent: -2.9em;
padding-left: 3.5em;
}
div.note > p {
text-indent: 0em;
}
div.seealso {
background-color: #ffc;
@ -254,11 +258,19 @@ div.warning {
padding-left: 5.2em;
}
div.warning > p {
text-indent: 0em;
}
div.important {
text-indent: -5.5em;
padding-left: 6.1em;
}
div.important > p {
text-indent: 0em;
}
p.admonition-title {
display: inline;
}