update of the docu.

This commit is contained in:
2022-12-12 16:28:13 +01:00
parent 72dd9dea65
commit f22b16876f
62 changed files with 10898 additions and 5814 deletions

View File

@ -16,7 +16,7 @@
* Braden Ewing <brewin@gmail.com>
* Humdinger <humdingerb@gmail.com>
*
* :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
@ -307,7 +307,7 @@ td {
vertical-align: top;
}
tt {
code {
background-color: #e2e2e2;
font-size: 1.0em;
font-family: monospace;
@ -368,4 +368,9 @@ div.viewcode-block:target {
border-bottom: 1px solid #ac9;
margin: -1px -10px;
padding: 0 12px;
}
/* math display */
div.math p {
text-align: center;
}