We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 681b2b3 commit dcc663bCopy full SHA for dcc663b
doc/.gitignore
@@ -1,2 +1 @@
1
*.fig.bak
2
-_static/
doc/_static/css/custom.css
@@ -0,0 +1,20 @@
+/* Center equations with equation numbers on the right */
+.math {
3
+ text-align: center;
4
+}
5
+.eqno {
6
+ float: right;
7
8
+
9
+/* Make code blocks show up in in dark grey, rather than RTD default (red) */
10
+code.literal {
11
+ color: #404040 !important;
12
13
+/* Make py:obj objects non-bold by default */
14
+.py-obj .pre {
15
+ font-weight: normal;
16
17
+/* Turn bold back on for py:obj objects that actually link to something */
18
+a .py-obj .pre {
19
+ font-weight: bold;
20
0 commit comments